basti2342 / retweet-bot

Retweets tweets mentioning your hashtag/search query. Supports Twitter API v1.1.
Mozilla Public License 2.0
127 stars 96 forks source link

Python Retweet Bot

alt text

This script retweets all Tweets containing your search term. To limit Twitter requests a savepoint file marks Tweets found before. It's Twitter API v1.1 ready.

Dependecies:

pip install tweepy

pip install -r requirements.txt

How to start:

Compatibility

Compatible with Python 3.x ,tested on Python 3.5.