Skip to content

choccybiccy/telegram-skeleton

Repository files navigation

Telegram Bot Skeleton App

Build bots in half the time.

Requirements

Getting started

To get started, simply clone this repository and install via composer.

git clone http://github.com/choccybiccy/telegram-skeleton
cd telegram-skeleton
composer install

Creating commands

See choccybiccy/telegrambot#Creating commands for help on creating commands.

Installing the webhook

To tell the Telegram API of your new webhook, you should POST to https:///install.

For example:

POST https://hellobot.choccybiccy.com/install HTTP/1.1

Uninstalling the webhook

To remove the webhook from the Telegram API, you should POST to https:///uninstall

For example:

POST https://hellobot.choccybiccy.com/uninstall HTTP/1.1

Further reading

Acknowledgements

About

Skeleton app for Telegram bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages