Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 483 Bytes

File metadata and controls

8 lines (5 loc) · 483 Bytes

TwitterAutoFavorite

This is a tiny Twitter bott in python to automatically favourite tweets having a specified hashtag.

This Twitter bot uses Tweepy, a Python module to deal with the Twitter API.

Replace the API credentials with yours in the keys.py file. Specify the number of tweets to fetch from Twitter and specify a hashtag. For this, open bot.py and then make neccessary edits on line 15.

Successfully tested and ran with Python27, running on Windows 10, build 15063.726