A Twitter bot that posts the top comics from /r/comics on a Twitter profile.
Available at @alien_comics.
- Clone this repo
git clone https://github.com/ruanmartinelli/reddit-comics-bot.git
- Install dependencies
cd reddit-comics-bot
npm install
- Rename the config file
mv config.example.json config.json
-
Add you Twitter keys to it
-
Start
npm start
MIT © Ruan Martinelli