All Projects → jflessau → winbot-twitter-bot

jflessau / winbot-twitter-bot

Licence: MIT License
Twitter contest bot trained to win giveaways.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to winbot-twitter-bot

Winxray
Xray / V2Ray( vmess/vless )、Shadowsocks、Trojan 通用客户端(Windows),可自动维持稳定上网 - 代理服务器异常自动切换,并提供一键部署代理服务端工具,使用 aardio 编写,绿色便携版免安装仅740KB、不需要.Net等外部运行库。
Stars: ✭ 241 (+995.45%)
Mutual labels:  twitter
Tweets analyzer
Tweets metadata scraper & activity analyzer
Stars: ✭ 2,755 (+12422.73%)
Mutual labels:  twitter
Yatcobot
Yatcobot (Yet another twitter contest bot) is the most advanced and configurable bot for twitter contests and giveaways
Stars: ✭ 60 (+172.73%)
Mutual labels:  giveaway
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+1000%)
Mutual labels:  twitter
Tweetfeels
Real-time sentiment analysis in Python using twitter's streaming api
Stars: ✭ 249 (+1031.82%)
Mutual labels:  twitter
BotTwitter
Un bot Twitter multicompte pour participer aux concours. (Twitter Contest Bot)
Stars: ✭ 37 (+68.18%)
Mutual labels:  giveaway
Botmaster
The chatbot framework for your serious projects
Stars: ✭ 239 (+986.36%)
Mutual labels:  twitter
detectable text field
TextField and Text widget with detection features. You can detect hashtags, at sign, or anything you want.
Stars: ✭ 29 (+31.82%)
Mutual labels:  twitter
Egg Mode
a twitter api crate for rust
Stars: ✭ 249 (+1031.82%)
Mutual labels:  twitter
twitter-bot-bootstrap
Template for creating a twitter bot using python (twython) and heroku
Stars: ✭ 26 (+18.18%)
Mutual labels:  twython
Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (+1013.64%)
Mutual labels:  twitter
Minimal Twitter
Minimal Theme for the new Twitter UI 🐦
Stars: ✭ 247 (+1022.73%)
Mutual labels:  twitter
discord-giveaway-bot
🎁 Very simple giveaway bot made with discord.js and discord-giveaways
Stars: ✭ 188 (+754.55%)
Mutual labels:  giveaway
Node Twitter
Twitter clone with node.js
Stars: ✭ 242 (+1000%)
Mutual labels:  twitter
chirps
Twitter bot powering @arichduvet
Stars: ✭ 35 (+59.09%)
Mutual labels:  twitter
Reaper
Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 240 (+990.91%)
Mutual labels:  twitter
discord-sniper
🔰 Discord Nitro, Giveaway and Privnote sniper! Made with Python
Stars: ✭ 120 (+445.45%)
Mutual labels:  giveaway
tweetsmapper
Twitter geo intelligence tool. Generates a Leaflet map for a given user or from an existing collection of tweets.
Stars: ✭ 23 (+4.55%)
Mutual labels:  twitter
detweet
delete tweets en masse
Stars: ✭ 14 (-36.36%)
Mutual labels:  twitter
auto-task
此版本不再维护,新版本地址:https://github.com/HCLonely/auto-task-v4
Stars: ✭ 37 (+68.18%)
Mutual labels:  giveaway

WinBot

Required

Make sure you have Python and Twython installed on your machine.

Connection with Twitter

You will need an app on twitter. You can create it right here: https://apps.twitter.com/
Now copy the

  • app_key
  • app_secret
  • oauth_token
  • oauth_token_secret

into winbot.py.

Run it

$ python winbot.py

Settings

Have a look at the tell_settings-function in winbot.py and tweak some settings to make this bot fit your needs. Use with caution.

var purpose recommended value
search_for tweets to search for in one cycle 20-120
cycles cycles (1 cycle = search for tweets, retweet, like, follow, unfollow) >1
sleep seconds to wai when interaction_limit is reached >120
interaction_limit interactions with API in a row (followed by sleep) 20-120
max_follow max. amount of users followed at a time <4000
max_mentioned_follow max. amount of users mentioned in a tweet to follow <4
search_query query used to search for tweets something related to giveaways

Blacklists

User

You can manually save more names of users (seperated by linebreak) you don't want to interact with. Unfortunately it's not possible to teach a bot to avoid interaction with blocked users. On the other hand the blacklist can be copied and used with multible other bots. The blacklist is useful, because every unwanted retweet costs time.

In case you got some more names, don’t hesitate to contribute them!

Strings

As required by Darkcast you can now save strings (e.g. hashtags) in this file – seperated by linebreak. The bot will ignore tweets with those strings.

Additional info

Why is this bot unfollowing users?

Following too many users at a time can get your bot blocked. Because of that, it also unfollows users (fifo-princliple).

It’s kinda time consuming - what can I do about that?

Theres not much you can do about that. Let this bot run on a raspberry or arduino, control it with cron and wait for some prices :)

Donate

Did you win cool stuff? Feel free to throw some cash for a beer in my direction:
Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].