Skip to content

Retweets tweets mentioning your hashtag/search query. Supports Twitter API v1.1.

License

Notifications You must be signed in to change notification settings

kjw0612/retweet-bot

This branch is 3 commits behind basti2342/retweet-bot:master.

Repository files navigation

Python Retweet Bot

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.

How to start:

  • Depends on http://tweepy.github.com/ (pip install tweepy)
  • Copy 'config.sample' to 'config'
  • Define your hashtag or search query
  • Add your Twitter app credentials
  • (Tune some other options if you like)
  • $ python retweet.py
  • Add this call to your crontab (or something similar) to retweet all new tweets regularly

About

Retweets tweets mentioning your hashtag/search query. Supports Twitter API v1.1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%