/httpyro

A reimplementation of the Telegram Bot Api written in python, using pyrogram

Primary LanguagePythonMIT LicenseMIT

httpyro

A reimplementation of the Telegram Bot Api written in python, using pyrogram

How to use:

git clone https://github.com/skrtdev/httpyro
cd httpyro
python3 -m virtualenv venv && ./venv/bin/activate
pip3 install -r requirements.txt
nano config.ini
uvicorn main:app