Binance Trade Bot's apprise.yml
file needs to be correctly set up in order for Binance Trade Bot Manager Telegram to work.
-
Create an
apprise.yml
file inside Binance Trade Bot'sconfig
directory. -
Copy the contents of
apprise_example.yml
into it. -
On Telegram, talk to @botfather and create a bot.
It will send you your Telegram bottoken
. -
On Telegram, talk to @userinfobot.
It will send you some information among which your Telegramchat_id
. -
Inside your
apprise.yml
file delete the#
character from the# - tgram://TOKEN/CHAT_ID
line.
ReplaceTOKEN
andCHAT_ID
with yourtoken
andchat_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
.