enhancement
Make it better!
good first issue
A good place to start contributing to this project without going too deep.
under discussion
A subject of discussion
#
aiogram
Here are 320 public repositories matching this topic...
[устарели] Уроки по написанию своих Telegram-ботов
-
Updated
Feb 19, 2021 - Python
Небольшая серия уроков по работе с библиотекой aiogram
-
Updated
Aug 4, 2021 - Python
“ HOLA HUMANS 👋 I'M DAISYX 2.0 ❤️ „ OLD VERSION OF DAISYX.. Source Code of @Daisyxbot
heroku
bot
redis
sql
mongodb
telegram
telegram-bot
group
daisy
telethon
aiogram
groupmanagement
pyrogram
simplebot
pyrogram-bot
daisyx
teamdaisyx
-
Updated
Apr 2, 2022 - Python
A curated list of awesome aiogram templates, libraries, open-source bots and resources
-
Updated
Feb 2, 2022
Пример Telegram бота для продажи товаров.
-
Updated
Jul 4, 2021 - Python
A simple bot to handle reports from users in your chat
-
Updated
Dec 16, 2021 - Python
“ HOLA HUMANS 👋 I'M DAISYX 2.0 heart „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot
python
heroku
telegram-bot
groupmanager
daisy
aiogram
groupmanagement
group-manager
group-management-bot
daisyx
vcbot
-
Updated
Jul 9, 2021
[зеркало с GitLab] Пример бота обратной связи без использования БД: https://t.me/Groosha_bot
-
Updated
Jan 1, 2022 - Python
Telegram bot to get ID of some chats (including your own ID)
-
Updated
Mar 20, 2022 - Python
Date Selection tool & Inline calendar for Aiogram telegram bots
-
Updated
Dec 14, 2021 - Python
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
-
Updated
Mar 28, 2021 - Python
An inline Telegram bot to keep your private messages hidden from prying eyes.
python
heroku
bot
database
telegram
telegram-bot
postgresql
telegram-api
python3
python-telegram-bot
peewee
inline-bots
peewee-orm
aiogram
aiogram-bot
-
Updated
Dec 8, 2021 - Python
New repo - https://gitlab.com/SophieBot/sophie
-
Updated
Mar 29, 2020 - Python
An echo-bot example of media group handling using aiogram 2.12.1 and above.
-
Updated
Mar 22, 2021 - Python
Telegram bot to download TikTok videos
-
Updated
Mar 17, 2022 - Python
-
Updated
Jan 21, 2022 - Python
Telegram Bot for everyday raffles
-
Updated
Oct 19, 2021 - Python
Code your aiogram bot faster, easier & modular.
-
Updated
Mar 24, 2022 - Python
A scene-based FSM implementation for Telegram bots on aiogram.
-
Updated
Feb 22, 2022 - Python
A functional asynchronous telegram-bot for convenient reading xkcd comics. https://t.me/telexkcdbot
-
Updated
Dec 2, 2021 - Python
Students assistant bot
-
Updated
Jan 31, 2022 - Python
python
bot
meetup
django
telegram-bot
django-application
meeting
aiohttp
dating
asyncio
django-admin-panel
django-project
aiogram
aiogram-bot
-
Updated
Apr 17, 2022 - Python
Пример простого Telegram бота на Aiogram для Yandex.Cloud functions.
python
telegram
serverless
telegram-bot
python3
telegram-bot-api
aiogram
yandex-cloud
yandex-cloud-functions
-
Updated
Aug 17, 2020 - Python
Improve this page
Add a description, image, and links to the aiogram topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aiogram topic, visit your repo's landing page and select "manage topics."
As i understand, now InlineKeyboardMarkup is just a dict with lists, so method like pop() will be useful and make code cleaner, at least for newbies like me.
For now, to make dynamic inline keyboard with deleting buttons after user clicks on them i need to recreate entire markup from changed list, but it can be simplified by using InlineKeyboardMarkup.pop() or something like that.