/loudred

twitter bot for subreddit built in node

Primary LanguageJavaScript

This is the script that runs the @loudred_ twitter account.

If you want to run the same script for a twitter account you own, then you'll want to do a couple of things.

  • Update the subreddit array in index.js.
  • Set the LR environment variables.
  • LR_CONSUMER_KEY - twitter consumer key
  • LR_CONSUMER_SECRET - twitter consumer secret
  • LR_ACCESS_TOKEN - twitter access token
  • LR_TOKEN_SECRET - twitter access token secret
  • LR_MONGO - URL for your MONGODB database