Skip to content

egor-khanko/onlinerby_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published