Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.07 KB

telegram-setup.md

File metadata and controls

30 lines (20 loc) · 1.07 KB

Telegram bot setup guide

Binance Trade Bot's apprise.yml file needs to be correctly set up in order for Binance Trade Bot Manager Telegram to work.

  1. Create an apprise.yml file inside Binance Trade Bot's config directory.

  2. Copy the contents of apprise_example.yml into it.

  3. On Telegram, talk to @botfather and create a bot.
    It will send you your Telegram bot token.

  4. On Telegram, talk to @userinfobot.
    It will send you some information among which your Telegram chat_id.

  5. Inside your apprise.yml file delete the # character from the # - tgram://TOKEN/CHAT_ID line.
    Replace TOKEN and CHAT_ID with your token and chat_id.

After these steps if your token was 123:abc and your chat_id was 1337 your apprise.yml file should look like this:

version: 1
urls:
  - tgram://123:abc/1337

Note:
Binance Trade Bot Manager Telegram also supports usage of a group chat id instead of a personal chat_id.