README.md
December 31, 2023 ยท View on GitHub
JsonBot
- a simple telegram bot that returns the
telegram-bot-apijson of all the sent messages
Can be found on Telegram Production Server as ๐ @useTGxBot
OR
Can be found on Telegram Test Server as ๐ @ShowJsonBot
๐ค why yet another Telegram Bot ?
did not find a telegram bot, which could return with all the latest telegram features.
Why grammY ?
This project started by using plain node-fetch 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!