Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 445 Bytes

Reddit to Twitter bot

Share images posted on Reddit to Twitter

Steps to get the project running

  • Add a .env file to the root of the project
CONSUMER_KEY=
CONSUMER_SECRET=
ACCESS_TOKEN=
ACCESS_SECRET=
SUBREDDITS= <subreddit names separated by a +>
LIMIT= <number of posts to be fetched from reddit each time>
  • Twitter tokens can be obtained here
  • Run the project locally using npm run start