Skip to content

Bot bot bot #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0efeb68
fix: fixed middleware setting up
Jun 15, 2020
ad4ef60
refactor: updated requirements.txt
Jun 15, 2020
dc35749
!feat: changed keyboards generation to create any buttons with any co…
Forden Aug 4, 2020
a40f991
!feat: changed database connection creation to use multiple databases…
Forden Aug 4, 2020
e57c92b
fix: fix indentation
Forden Aug 4, 2020
ea907d0
feat: added logs & refactored webhooks
Forden Aug 5, 2020
b3e037f
fix: add missed property to InlineConstructor
Forden Aug 13, 2020
7164be2
Create README.md
Forden Aug 13, 2020
e6bba56
fix: fix README.md
Forden Aug 13, 2020
1a5b4d0
refactor: refactored working with redis connections
Forden Aug 15, 2020
82d1110
feat: added aiojobs return webhook to Telegram faster
Forden Aug 15, 2020
a04efb5
Merge remote-tracking branch 'origin/master' into master
Forden Aug 15, 2020
724d486
Deleted unnecessary file
Forden Aug 20, 2020
305cbf9
feat: added mysql support
Forden Oct 2, 2020
a1fd489
Merge remote-tracking branch 'origin/master' into master
Forden Oct 2, 2020
cadece2
build(deps): bump aiohttp from 3.6.2 to 3.7.4
dependabot[bot] Feb 26, 2021
99ee351
Merge pull request #1 from Forden/dependabot/pip/aiohttp-3.7.4
Forden Mar 13, 2021
ebab1bf
Create codeql-analysis.yml
Forden Apr 4, 2021
b670de8
removed unnecessary healthcheck handler
Apr 16, 2021
4079420
fixed wrong typings
Apr 16, 2021
924ee11
updated and cleaned dependencies
Apr 16, 2021
9507f58
Fix required properties amount
Forden Jul 3, 2021
3b3e27c
Update consts.py
Forden Jul 6, 2021
b6e1a02
Update README.md
Forden Jul 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create README.md
  • Loading branch information
Forden authored Aug 13, 2020
commit 7164be265b9b46b29e74dbe5f563d8e5c228853d
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# aiogram-bot-template
Template for creating scalable bots with aiogram

### Bot examples:
- https://github.com/Forden/DiscussRemoverBot (t.me/DiscussRemoverBot)