https://github.com/suleman-elahi/twitterautoretweet
This is a tiny Twitter bot in python to automatically retweet tweets having a specified hashtag.
https://github.com/suleman-elahi/twitterautoretweet
Last synced: 6 months ago
JSON representation
This is a tiny Twitter bot in python to automatically retweet tweets having a specified hashtag.
- Host: GitHub
- URL: https://github.com/suleman-elahi/twitterautoretweet
- Owner: Suleman-Elahi
- Created: 2017-12-14T17:08:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T12:14:07.000Z (about 6 years ago)
- Last Synced: 2025-03-29T08:04:21.388Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterAutoRetweet
This is a tiny Twitter bot in python to automatically retweet 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