Skip to content

thesecretmaster/ips-comment-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8d42ed1 · Aug 3, 2020
Jan 5, 2020
Feb 6, 2020
Nov 17, 2019
Aug 30, 2018
Jul 30, 2020
Aug 3, 2020
Oct 30, 2019
Oct 27, 2019
Nov 11, 2019
Nov 17, 2019
Feb 10, 2018
Nov 16, 2019
Nov 10, 2019

Repository files navigation

IPS Comment bot

Installation

Prerequisites:

  • Ruby version > 2.0.0 installed. (Check ruby version with ruby --version)
  • Bundler installed (Check using bundle --version)

To install:

  • Clone this repo (git clone https://github.com/thesecretmaster/ips-comment-bot)
  • cd in to the directory (cd ips-comment-bot)
  • Install dependencies (bundle install)
  • Setup the database (bundle exec rake db:setup)

Running the bot

Either use environment variables by setting all of the values in settings.sample.yml as environment variables (e.g. export ChatXUsername='[email protected]'; export ChatXPassword='correct horse battery staple' etc.) or you can create a settings.yml file based on settings.sample.yml

Run the bot (bundle exec ruby comment_scan.rb)

Note: if you get an error about login failing, you can check to make sure the export commands are working correctly by running echo $ChatXUsername, echo $ChatXPassword or echo $APIKey.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages