iwh3n / tgram
CLI tool to run your Telegram bot locally without Webhooks
v2.1.0
2026-06-13 11:37 UTC
Requires
- php: >=8.2
- symfony/config: ^7.4
- symfony/console: ^7.4
- symfony/finder: ^7.4
- symfony/yaml: ^7.4
README
CLI tool to run your Telegram bot locally without Webhooks
TGram allows you to test your Telegram bots locally without exposing a public webhook. It fetches updates from Telegram using long polling and forwards them to your local bot endpoint so you can develop, debug, and test your bot easily.