Twitter bot that posts game of throne memes from reddit.
- Install dependencies.
cd got-bot
npm install
-
Register your app and get OAuth credentials from twiiter
-
Save the credentials in
config.js
, or use the environment variables specified there. -
Start the application.
npm start