Skip to content

souvikmaji/twit-bot

Repository files navigation

GOT-BOT (Game of Thrones Twitter Bot)

Twitter Follow

Twitter bot that posts game of throne memes from reddit.

To Run:

  • 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