/ReverseGifRedditBot

A Reddit bot that, when triggered by a keyword(s), reverses a provided gif/gifv/webm and comments back with the reversed animation.

Primary LanguageJavaScript

Build Status

ReverseGifRedditBot

A Reddit bot that, when triggered by a keyword(s), reverses a provided gif/gifv and comments back with the reversed animation.

Setup

In order to run this bot on your own server, perform the following steps

  1. Clone the repository
  • Set your NODE_ENV environment variable to production if you are not interested in any development
  1. Run npm install to install all required dependencies.
  2. Run npm run setup
  3. Run npm start