An Easy way to develop telegram bots


License
MIT
Install
pip install telekey==0.1.12

Documentation

Telekey - The Telegram Bot Api Supplements

Telekey is some Tools to develop a telegram bot easier than before. you can use telekey alongside python-telegram-bot

Installation

You can install the Telekey using PyPI:

pip install telekey

And you can create new project like this:

telekey newbot <project_name>
cd <project_name>

How to use

You can use the telekey tools in your own project. learn from example.