https://github.com/SpEcHiDe/JsonBot
https://t.me/useTGxBot - Bot to Display telegram-bot-api JSON of all sent messages
https://github.com/SpEcHiDe/JsonBot
Last synced: about 2 months ago
JSON representation
https://t.me/useTGxBot - Bot to Display telegram-bot-api JSON of all sent messages
- Host: GitHub
- URL: https://github.com/SpEcHiDe/JsonBot
- Owner: SpEcHiDe
- License: mit
- Created: 2023-01-29T13:12:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-05-08T19:19:50.000Z (3 months ago)
- Last Synced: 2026-05-08T20:45:20.799Z (3 months ago)
- Language: TypeScript
- Size: 199 KB
- Stars: 26
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-grammY - SpEcHiDe/JsonBot - A bot that sends the JSON representations of most of the updates of the Bot API. (Bots)
README
## JsonBot
- a simple telegram bot that returns the `telegram-bot-api` json of all the sent messages
Can be found on **Telegram Production Server** as
👉 [@useTGxBot](https://useTGxBot.t.me)
### OR
Can be found on **Telegram Test Server** as
👉 [@ShowJsonBot](https://t.me/ShowJsonBot)
### 🤔 why ~~yet another~~ Telegram Bot ?
did not find a telegram bot, which could return with all the latest [telegram features](https://t.me/BotNews/64).
### Why grammY ?
This project started by using plain
[node-fetch](https://github.com/SpEcHiDe/JsonBot/blob/71dd2de533ae2a3cee777e75006b5f54b0fe274d/src/index.ts)
and all was in a single file. Since, this is a small telegram bot project it was
fine to have it in a single file. Adding **grammY** was an attempt to check if
re-using the existing libraries could reduce the effort in creating this simple
bot.
## Contibuting
PRs are welcome!
## Contact
- [Telegram](https://t.me/ContactMeRoBot).
- [Website](https://www.shrimadhavuk.me).