Telegram bot with actual TORN price
Go to file
2023-12-08 04:22:01 -08:00
.env.example Bot based on Binance API (decrecated due to delisting) 2023-12-08 04:22:01 -08:00
.gitignore Bot based on Binance API (decrecated due to delisting) 2023-12-08 04:22:01 -08:00
main.py Bot based on Binance API (decrecated due to delisting) 2023-12-08 04:22:01 -08:00
README.md Bot based on Binance API (decrecated due to delisting) 2023-12-08 04:22:01 -08:00
requirements.txt Bot based on Binance API (decrecated due to delisting) 2023-12-08 04:22:01 -08:00

Startup on your own server

  1. Create telegram bot using @BotFather and get token;
  2. Create telegram public channel, add a bot to it and give him admin rights (At least, Post messages permission);
  3. Copy .env.example file content to .env;
  4. Fill in .env file BOT_TOKEN value with a string containing your telegram bot token;
  5. Replace in .env file TELEGRAM_CHANNEL_NAME value with a string containing inner telegram link to your public channel (for example, @torn_prices);
  6. Start script in the background: python3 main.py &