KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
flask-telebot
★ 9
Open GitHub ↗
pyTelegramBotAPI + Flask Template
Download README (.md)
Explore Similar Repositories
Upload-Multiple-Image-
:
Upload multile images to server
AscTrio
:
AscTrio 是基于 Pytest 开发的接口自动化测试框架
GetSimple-SmtpPlugin-CSRF2RCE
:
GetSimple CMS My SMTP Contact Plugin <= v1.1.1 - CSRF to RCE
DEX
:
The smart contracts
sis-site
:
Website sources for the Apache SIS website
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flask-telebot
?
Download (.md)
# pyTelegramBotAPI + Flask Template [](https://lgtm.com/projects/g/murodovazizmurod/flask-telebot/alerts/) [](https://lgtm.com/projects/g/murodovazizmurod/flask-telebot/context:python) ## Introduction _This template allows you to create bots with a ready-made database based on the pyTelegramBotAPI library using Flask micro-framework!_ ## Requirements > **Python** 3.8 > **Flask** - 1.1.2 > **pyTelegramBotAPI** - 0.17.0 ## Cloning ```bash $ git clone https://github.com/murodovazizmurod/flask-telebot ``` ## Creating Virtual Envirenment ```bash $ cd flask-telebot/ $ python -m venv venv && source venv/bin/activate ``` and install all requirements ```bash $ pip3 install -r requirements.txt ``` ## Сonfiguration Open `.env` file and write informations or set environment variables: **In `Windows`** : ```shell $ set TOKEN='TOKEN' ... ``` **or in `Linux`:** ```bash $ export TOKEN='TOKEN' ... ``` Any problems? - [My Telegram](https://t.me/murodov_azizmurod)