-
Wonderful project ! Thank you for making this. I am trying to set up Telegram notifications. I created a bot with bot father and provided my API and bot ID (tried with and without the "@") in the "camply configure" routine. When I run I get this error: Is there additional setup needed? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey @fungic I think maybe you're using your "Bot ID" and not the "Chat Id"? Full disclosure, the Discord functionality was added by the open-source community so I've never used it myself. There's some context here on this PR: #73 Someone even suggested using this to get your chat id using your bot id: https://codesandbox.io/s/get-telegram-chat-id-q3qkk |
Beta Was this translation helpful? Give feedback.
-
That was it! I was able to get the test notification sent successfully. Thank you so much for the quick reply @juftin. I really love the work you did that enables people to get out more... I spent about 4 hours last night starting from scratch, downloading Python for the first time, learning about containers, pipx, etc., because I was really wanted this to work. As a follow up question, I noticed the default setting in 'camply configure' has an email address. Does that mean that if I don't put anything in the email field, notifications will get sent there as well as to Telegram, as I have it setup? - thanks! |
Beta Was this translation helpful? Give feedback.
Hey @fungic I think maybe you're using your "Bot ID" and not the "Chat Id"?
Full disclosure, the Discord functionality was added by the open-source community so I've never used it myself. There's some context here on this PR: #73
Someone even suggested using this to get your chat id using your bot id: https://codesandbox.io/s/get-telegram-chat-id-q3qkk