Share images posted on Reddit to Twitter
- 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