seydx / camera.ui

NVR like user Interface for RTSP capable cameras
https://github.com/seydx/camera.ui
MIT License
690 stars 112 forks source link

Documentation regarding Telegram API's token #421

Open xfarrow opened 1 year ago

xfarrow commented 1 year ago

Is your feature request related to a problem? Please describe. A Telegram Token and a ChatID are requested to send notifications, but it'd be great to know what kind of API token is requested, Telegram allows you to create different kinds of it.

Describe the solution you'd like A clear documentation

Thank you.

ema07cqc commented 10 months ago

Found the steps using ChatGPT and it worked.

To obtain the Chat ID and Token, follow these steps:

  1. Open Telegram and search for "BotFather."
  2. Initiate a conversation with BotFather and use the "/newbot" command to create a new bot.
  3. Follow BotFather's instructions to assign a name and username to your new bot.
  4. Once created, BotFather will provide you with a Token; save this token, as you'll need it. It looks like this: "55532342367:ARDLzheGCue-DF4-h3kLfKGXbXEc"
  5. Now, on Telegram, initiate a conversation with the new bot and send it any message, like "Hello".
  6. Then open the following URL in a web browser: https://api.telegram.org/bot/getUpdates
  7. For the previous step you need to replace with your actual Token.
  8. Look for the "id" field in the JSON response. The associated value is your Telegram Chat ID. It looks like this: 145673626

Hope it helps.

mkz212 commented 3 months ago

🎉 A new version of camera.ui

A new version of camera.ui is currently under active development. An initial alpha/beta release and previews are coming soon. Stay tuned for exciting updates: https://github.com/seydx/camera.ui/issues/448 .

This version will no longer be developed / fixed. The new version contains many novelties and fixes (most important is for HKSV recording).