Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

My Personal Tweeter (HN TOP 10) + Re-tweeter Bot

Hacked together in a couple hrs.

Buy Me A Coffee

Pre-requisites:

  • Signup for a twitter developers account
  • Wait a couple hours or upto a day for approval
  • Create an APP

Setup

  • Procure API creds from your account

  • Create config.py and set the following env variables

    • API_KEY
    • API_SECRET
    • ACCESS_TOKEN
    • ACCESS_TOKEN_SECRET
  • in Main.py replace users inside users list with the twitter handles of the users you'd like to retweet

    users = ['OpenAI', 'GitHubGameOff', 'SalesforceDevs', 'DeepMindAI', 'GoogleAI', 'techreview']
    
  • Schedule to run on a desired interval

  • Follow me on twitter @mohapsat

  • Support Open Source and Tweepy