Commit Graph

24 Commits

Author SHA1 Message Date
Kostiantyn Kriuchkov
4facc9c0d8
Update throttling.py 2020-08-19 14:00:37 +03:00
Kostiantyn Kriuchkov
ecf3a1cf3c
Update .gitignore 2020-08-19 13:57:14 +03:00
Kostiantyn Kriuchkov
1f360beaf5
Update requirements.txt 2020-08-07 14:40:52 +03:00
Kostiantyn Kriuchkov
b979719aaf fix 2020-08-05 21:14:07 +03:00
Kostiantyn Kriuchkov
0fe2a204e5
Delete Dockerfile 2020-07-15 20:10:14 +03:00
Kostiantyn Kriuchkov
ee902ceab0
Update app.py 2020-07-15 20:09:57 +03:00
Kostiantyn Kriuchkov
55325ccd44
Update __init__.py 2020-07-15 20:09:31 +03:00
Kostiantyn Kriuchkov
1a919bf787
Delete callback_datas.py 2020-07-15 20:09:21 +03:00
Kostiantyn Kriuchkov
bccce6c06e
Create .env.dist 2020-07-09 14:15:12 +03:00
Kostiantyn Kriuchkov
b1a872a060
Update __init__.py 2020-04-15 22:51:43 +03:00
Kostiantyn Kriuchkov
209cea66c0
Update __init__.py 2020-04-15 22:51:17 +03:00
Kostiantyn Kriuchkov
a66c0f14f4
Update help.py 2020-04-14 22:50:57 +03:00
Kostiantyn Kriuchkov
f6fc1d1286 Renamed echo func and added on_shutdown func 2020-04-14 21:03:07 +03:00
Kostiantyn Kriuchkov
3c7040966b I'll use Memory storage as a default 2020-04-14 14:54:03 +03:00
Kostiantyn Kriuchkov
0c1b561b80 Replaced logging to misc 2020-04-14 13:56:34 +03:00
Kostiantyn Kriuchkov
43b241d4e7 Separated loader with dp, bot and storage and added app,
which we'll be executing
2020-04-14 10:54:17 +03:00
Kostiantyn Kriuchkov
eab45a5088 Deleted mysql support, redis password, webhook, keyboard constructors, filters, loguru.
Added support of decorators in handlers
Added function to notify admins on startup
2020-04-14 01:50:57 +03:00
Forden
13ff8d0478 Moved creating connection to MySQL DB to RawConnection class to get rid of global variables 2020-04-13 21:41:29 +03:00
Forden
2bbbee4651 Added usage example of errors_handler
Optimized generation of default/inline keyboard
Customizing webhook path has become more flexible
Updated aiogram version to 2.7 (BotAPI 4.7)
2020-04-07 01:44:05 +03:00
Forden
c3da772339 Добавлены миддлвари на примере ThrottlingMiddleware 2020-04-06 00:58:24 +03:00
Forden
90791c3091 Добавлен Dockerfile 2020-04-06 00:25:53 +03:00
Forden
179e26fe41 Добавлен requirements.txt 2020-04-06 00:15:20 +03:00
Forden
af8294ff61 Initial commit 2020-04-06 00:12:41 +03:00
Forden
0f5a395b72
Initial commit 2020-04-05 21:35:03 +03:00