-
|
Hi Swar, thank you for this app so much, it's fantastic, I swear I'll donate as soon as I get my reward! I guess it may have something to do with the Telegram notification (thank you for adding it!!!) that I've configured with a token, but what is a chat_id? There's no such setting in the config. I'm still not sure if the notification is working or not. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 25 replies
-
|
make sure to surround your token with singles quotes like (replace with the token you've got from bot_father): notify_telegram: true
telegram_token: '688*****888:AA****nbJW5p*****40T21******v7I*****E'Then, before starting the manager, send a Telegram message to your bot, you can do that by searching for it with the name you gave it, then send any message to it ("hi" is fine). Now you can start the manager |
Beta Was this translation helpful? Give feedback.
-
|
@lipefur Try this:
|
Beta Was this translation helpful? Give feedback.
-
|
For me the issue was that I didn't do:
|
Beta Was this translation helpful? Give feedback.
-
|
Make sure you ran If that doesn't work then it might be that the configuration of your bot (on the Telegram side of things) got broken somehow. The BotFather lets you delete a bot (text him for instructions on that), try and delete yours and then start over creating a new one, you'll get a new token, put that one in the |
Beta Was this translation helpful? Give feedback.
-
|
hello, congratulations for the wonderful project, but if I created my bot and put it inside a group, how does it open the chat id of that group, is it possible? |
Beta Was this translation helpful? Give feedback.

make sure to surround your token with singles quotes like (replace with the token you've got from bot_father):
Then, before starting the manager, send a Telegram message to your bot, you can do that by searching for it with the name you gave it, then send any message to it ("hi" is fine). Now you can start the manager
$ python manager.py startand it should work.