Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 676 Bytes

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!