Commit Graph

24 Commits

Author SHA1 Message Date
Forden
99ee351547
Merge pull request #1 from Forden/dependabot/pip/aiohttp-3.7.4
build(deps): bump aiohttp from 3.6.2 to 3.7.4
2021-03-13 04:33:35 +03:00
dependabot[bot]
cadece269a
build(deps): bump aiohttp from 3.6.2 to 3.7.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.6.2...v3.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26 02:49:36 +00:00
Forden
a1fd48937d Merge remote-tracking branch 'origin/master' into master 2020-10-02 14:14:30 +03:00
Forden
305cbf97ee feat: added mysql support 2020-10-02 14:11:00 +03:00
Forden
724d4865db
Deleted unnecessary file 2020-08-20 17:29:22 +03:00
Forden
a04efb56dc Merge remote-tracking branch 'origin/master' into master 2020-08-15 15:43:06 +03:00
Forden
82d1110c68 feat: added aiojobs return webhook to Telegram faster 2020-08-15 15:41:39 +03:00
Forden
1a5b4d0e63 refactor: refactored working with redis connections 2020-08-15 15:39:39 +03:00
Forden
e6bba56921
fix: fix README.md 2020-08-14 01:11:40 +03:00
Forden
7164be265b
Create README.md 2020-08-14 01:10:00 +03:00
Forden
b3e037f963
fix: add missed property to InlineConstructor 2020-08-14 00:59:13 +03:00
Forden
ea907d0bf2 feat: added logs & refactored webhooks 2020-08-05 16:03:13 +03:00
Forden
e57c92bd4a fix: fix indentation 2020-08-04 23:00:00 +03:00
Forden
a40f99117b !feat: changed database connection creation to use multiple databases easier
added SQLite example
2020-08-04 22:56:11 +03:00
Forden
dc35749468 !feat: changed keyboards generation to create any buttons with any content 2020-08-04 22:50:20 +03:00
forden
ad4ef604b9 refactor: updated requirements.txt 2020-06-16 01:05:00 +03:00
forden
0efeb68422 fix: fixed middleware setting up 2020-06-16 01:04:31 +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