A basic template for creating a twitter bot with Python 3 and the tweepy library. The functionality of this will grow over the next month, so follow along.
- Clone or download repo
- Install tweepy by running 'pip install tweepy' from command line
- Create a Twitter Account
- Create a Twitter App
- Get your Consumer Key, Consumer Secret Key, Auth Token and Auth Secret Token
- Insert the Keys and Tokens into the creds.py file and keep this file private. Add to your .gitignore if you use a repo.
- Put your tweet string into the twitter-bot.py tweet method call
- Run twitter-bot.py You can put on a CRON scheduler to keep on firing at specific times