@apocaliss92/scrypted-telegram
v0.0.3
Published
Telegram integration for scrypted
Downloads
26
Maintainers
Readme
Telegram Plugin for Scrypted
Setup a device providing a bot token and an chat id
Get Your Bot Token
- Open Telegram and search for @BotFather
- Start a chat and type /newbot
- Follow the prompts to choose a name and username for your bot
- After creation, BotFather will give you a token like:
Get Your Chat ID
- Start a chat with your bot on Telegram (just send it a message)
- Open this URL in your browser (replace YOUR_BOT_TOKEN): https://api.telegram.org/botYOUR_BOT_TOKEN/getUpdates
- Look for a response like this: "chat": { "id": 123456789, "first_name": "YourName", ... }
