/bitoff-bot

A Telegram bot that automatically polls Bitoff for new orders and sends them in a channel.

Primary LanguagePythonMIT LicenseMIT

bitoff-bot

A Telegram bot that automatically polls Bitoff (bitoff.io) for new orders and sends them in a channel.

Making this repository public because I don't use it anymore and there's no point in keeping it private :P

Demo

Run Locally

Set your environment variables

BITOFF_AUTH_TOKEN=
TELEGRAM_BOT_TOKEN=
TELEGRAM_TRACKER_CHANNEL_ID=

Install dependencies

pip install -r requirements.txt

Start the bot

py main.py