bash
cd async_py_bot
docker-compose up
linux:
bash
python3 async_py_bot/start_poling.py
windows:
bash
python async_py_bot/start_poling.py
/start ->
hello text
/re ->
deleted keyboard
text
/log -> send log_base.log
text
/by -> send by obj
text
/cat -> send cat file .png or .jpg or .gif
text
/json -> send link on cloud json or sate state and wait u json
|name|description| | ------------- | ------------- | |STATS_DB|The name of the database in which the metric will be stored| |STATS_HOST|Database address| |STATS_USER|The user who will interact with the database| |STATS_PASS|Password from STATS_USER| |TOKEN|Bot token| |PAYMENTS_PROVIDER_TOKEN|Token for payments system in bot | |TOKEN_QIWI| Token from Qiwi | |POSTGRES|link for postgres; example: postgress://user:[email protected]:port| |virustotal|Token from virustotal.com| |etcherscan|Token from etcherscan.io| |pastebin|Token from pastebin.com| |cat_api|Token from thecatapi.com| |MASTER|id admin user|
|name|version | | ------------- | ------------- | |Python |3.7 (support 3.9)| |docker| 19.03.12| |docker-compose| 1.21.0| |GCC|9 (support 10)| |aiofiles|0.6.0| |aiogram|2.11.2| |aiohttp|3.7.3| |aiohttp-socks|0.5.5| |aioinflux|0.9.0| |aioredis|1.3.1| |aiosmtplib|1.1.4| |aiosocksy|0.1.2| |gino|1.0.1| |ujson|4.0.2|
This repository shows how you can work with aviogram v2
project frozen
Bumps certifi from 2020.12.5 to 2022.12.7.
9e9e840
2022.12.07b81bdb2
2022.09.24939a28f
2022.09.14aca828a
2022.06.15.2de0eae1
Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ...b8eb5e9
2022.06.15.147fb7ab
Fix deprecation warning on Python 3.11 (#199)b0b48e0
fixes #198 -- update link in license9d514b4
2022.06.154151e88
Add py.typed to MANIFEST.in to package in sdist (#196)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
aiogram python telegram-bot