Skip to content

jandricksen/py-twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-twitter-bot

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.

Instructions

  1. Clone or download repo
  2. Install tweepy by running 'pip install tweepy' from command line
  3. Create a Twitter Account
  4. Create a Twitter App
  5. Get your Consumer Key, Consumer Secret Key, Auth Token and Auth Secret Token
  6. Insert the Keys and Tokens into the creds.py file and keep this file private. Add to your .gitignore if you use a repo.
  7. Put your tweet string into the twitter-bot.py tweet method call
  8. Run twitter-bot.py You can put on a CRON scheduler to keep on firing at specific times

About

Basic template for creating a twitter bot with Python 3 and the Tweepy Library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages