Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 415 Bytes

RetweeterBot

A simple Twitter bot that retweets the Wtf facts Twitter handle

This is a simple twitter bot written in Python and deployed on Heroku. It retweets the tweets in order from the WTF Facts' twitter handle once a day.

Dependencies:

  • tweepy - a library that wraps calls to the Twitter API
  • flask - to run the app on Heroku