Skip to content

zeetwii/twitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterBot

This is a python based twitter chatbot that will auto respond to direct messages with a quick reply menu to allow for rapidly deployable simple support capabilities.

To run the chatbot, only two dependencies are needed:

  • PyYAML : Needed to parse the config and options files
  • Tweepy : Needed to use the Twitter API in Python

You will also need to get an API key via making a twitter developer account. This is a fairly straightforward process that can be done here. Note that the current way twitter does API permissions are for read, read and write, or read and write and direct message. Because we are going to be using the direct message feature, you need to make your key with the third privilege set, even though we are not actually reading or sending tweets.

About

Twitter chatbot that will auto respond to direct messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages