zomboy7 / telegram-bot-bundle
Telegram bot bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 550
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 18
Type:symfony-bundle
Requires
- php: ^7.0
- ext-curl: *
- symfony/console: ^3.4 || ^4.0
- symfony/event-dispatcher: ^3.4 || ^4.0
- symfony/framework-bundle: ^3.4 || ^4.0
- telegram-bot/api: ^2.3.10
Requires (Dev)
- phpunit/phpunit: ^6.5
README
Composer
$ composer require zomboy7/telegram-bot-bundle
Install
- Create boshurik_telegram_bot.yaml in
config/packages/
and insert
boshurik_telegram_bot:
api:
token: "telegrab_bot_token"
proxy: "socks5://127.0.0.1:8888"
name: "username_bot"
- Install package
$ composer require zomboy7/telegram-bot-bundle
- Create new route in routes.yaml
BoShurikTelegramBotBundle:
resource: "@BoShurikTelegramBotBundle/Resources/config/routing.yml"
prefix: /_telegram/<secret_path>
- Use getUpdates:
$ php bin/console telegram:update
- Use webHooks
$ php bin/console telegram:webhook:set <url from the new route>
Bundle creator: BoShurik forked from TelegramBotBundle