- This is a bot, that finds every recent contest on twitter and RT, follow and favorite if needed the tweet in order to win.
- I've won at leat one contest/giveaway per day so far.
- Python 3
- Tweepy
Find your credentials on : twitter-apps
Create a file called 'auth.json' that looks like that:
{
"consumer_key" : "XXXXXXXXX",
"consumer_secret" : "XXXXXXXX",
"access_token" : "XXXXXXXXX",
"access_secret" : "XXXXXXXX"
}
Then run:
python3 bot.py