A Twitter bot that mirrors top posts from various subreddits to twitter.com.
Your own Twitter account with an app created using https://apps.twitter.com/
.
https://apps.twitter.com/
and click "Create new app"A .env
file at the root of the application that contains the API keys provided by Twitter when your app was created.
Note: Your
.env
file should look something like this (replace XXXXXX with the keys provided by Twitter):CONSUMER_KEY=XXXXXX CONSUMER_SECRET=XXXXXX ACCESS_TOKEN=XXXXXX ACCESS_TOKEN_SECRET=XXXXXX
git clone https://github.com/salcido/reddibot.git
(this repository)npm install
npm start
npm test
This project is licensed under the GPL License - see the LICENSE file for details