Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 581 Bytes

This is bot checks 1xbet twenty one game and send it to the telegram channel. After start it sends to channel real time games statistics. (see image) telegram 1xbet twenty one

To run bot:

  1. Create .env file
  2. Set TELEGRAM_TOKEN and TELEGRAM_CHANNEL in it
  3. Start bot:
  • With docker
    docker build -t 1xbet .
    docker run --name 1xbet -d 1xbet
    
  • Without docker
    npm install
    npm start
    
    OR
    yarn install
    yarn start