Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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

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 tokens

1. 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 also

Knock yourself out!