Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

danialkeimasi/telekey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.