Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baskervilski/RetweetBot
A twitter bot for retweeting the most retweeted and the most faved tweet from a list of tweets containing a certain key word
https://github.com/baskervilski/RetweetBot
Last synced: 3 months ago
JSON representation
A twitter bot for retweeting the most retweeted and the most faved tweet from a list of tweets containing a certain key word
- Host: GitHub
- URL: https://github.com/baskervilski/RetweetBot
- Owner: baskervilski
- Created: 2015-10-16T22:30:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T14:18:50.000Z (over 8 years ago)
- Last Synced: 2024-07-27T06:35:27.646Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetweetBot
A twitter bot for retweeting the most retweeted tweet from a list of tweets containing a certain key word## Requirements:
- Libraries:
- tweepy
- pandas
- Actions:
- register the application using your twitter account and generate access keys and tokens1. The script uses the Twitter API to extract a defined number of tweets containing key word of your choice.
2. It then searches for the tweet with most retweets and the tweet which is most favorited
3. Then it retweets the most retweeted tweet using your account and...
4. if the most favorited tweet is != to the most retweeted one -- it retweets that one alsoKnock yourself out!