No description
  • Ruby 94.2%
  • Shell 5.8%
Find a file
2021-08-02 20:36:34 +03:00
app Update logs for bundler 2021-08-02 20:36:34 +03:00
.gitignore Add ability to send images of the page to telegram 2021-02-04 16:59:06 +03:00
deploy Temporary changed remote server 2021-06-08 20:55:08 +03:00
docker-compose.yml.sample Add ability to send images of the page to telegram 2021-02-04 16:59:06 +03:00
README.md Update readme 2021-01-04 15:49:40 +03:00
remote_help.sh Temporary changed remote server 2021-06-08 20:55:08 +03:00

OnlinerBy helper

Helps finding lowest prices for HDD in the onliner.by catalog.

Run without docker

  USERS_TO_SEND=123,456 BOT_TOKEN=XXXXXXXXXX:XXX-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ./app/watcher_bot.rb

Run with docker:

  1. Copy docker-compose.yml.sample to docker-compose.yml and change bot token and lost of users
environment:
  - BOT_TOKEN=XXXXXXXXXX:XXX-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  - USERS_TO_SEND=123,456
  - THRESHOLD=60
  1. Run with docker
docker-compose up -d --no-deps --build worker