Auto-Update Status of Telegram Bots and List as Message.
A simple, short, mostly customisable GitHub Action to show your bot's status in your GitHub MarkDown file as well as in your Telegram.
- Fill all Variables in
.github/workflows/main.yml
- Run Actions.
🤫 Environment variables
🔒 Secret | 🏷 Description | ⚙️ Default | 📇 Example |
---|---|---|---|
API_HASH |
Get it from my.telegram.org | None |
782xxxx |
APP_ID |
Get it from my.telegram.org | None |
a1bbfb767fd59812bxxxxxxxxxxxxxxx |
IDS |
IDs of the Messgage followed with chat id |
None |
-100153418xxxx:3 -100225478xxxx:16 |
SESSION |
None |
xxxxxxxxxxxxxxxx..... |
|
BOTS |
Raw link of JSON file of bots. | 🔗 Link 🔗 | JSON format ║ Raw link |
Format of chat IDs » chat id
:message id
Eg, -100123456xxx:1x
where 100123456xxx
is chat id
and 1x
is message id
.