Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

aiogram

is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Collective - Host: opensource - https://opencollective.com/aiogram - Website: https://aiogram.dev/ - Code: https://github.com/aiogram

Fix spelling

github.com/aiogram/aiogram - a74efa311e2442d436ed60c32af4afb3afd178b1 authored over 5 years ago
Merge pull request #201 from apatrushev/fix-199

process cancellation in dispatch polling

github.com/aiogram/aiogram - 4984c2313aa9d6586695b1ead6e30aaabef5839b authored over 5 years ago
Merge pull request #202 from apatrushev/fix-200

fix set_result of close_waiter future on polling end

github.com/aiogram/aiogram - d7546125a72a7e85824c61d565998b604a8e9622 authored over 5 years ago
Merge pull request #205 from MrMrRobat/Fix-html-entity

Fix html user mention entity parse

github.com/aiogram/aiogram - 24da65ef2a946be811ac4df7fb27a2a3c32d2786 authored over 5 years ago
Merge branch 'dev-2.x' into Fix-html-entity

github.com/aiogram/aiogram - d1720d8190eff8accb869c152c0e939ceec3c883 authored over 5 years ago
Fix html user mention entity parse

github.com/aiogram/aiogram - 1af668f1e0437397458d37b5f798a6917d2c8af2 authored over 5 years ago
Use self.bot instead of bot_instance = self.bot

github.com/aiogram/aiogram - b8f1b57004effd96dd1d7497258cc7e0b186742b authored over 5 years ago
Safe close aiohttp session when delete bot instance

github.com/aiogram/aiogram - e56be672a3ae0211183ef63aa225b15de66334f7 authored over 5 years ago
Add message.send_copy method

github.com/aiogram/aiogram - 6a089fd19f4ba4d153073372a14713e9e10ccd2b authored over 5 years ago
Lazy_gettext in i18nMiddleware have enable_cache=False by default

github.com/aiogram/aiogram - 546b852747fcba9392a9ee23d809cf6dd873f0c6 authored over 5 years ago
fix set_result of close_waiter future on polling end

github.com/aiogram/aiogram - 65c87e72f73c9eb1898eb6e1d4c8a35443c9ff21 authored over 5 years ago
process cancellation in dispatch polling

github.com/aiogram/aiogram - a4f684f6bf6a1166fc98552e4a134f400b0995fd authored over 5 years ago
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x

github.com/aiogram/aiogram - 58a8f43e2ccc40bce384c18349c9aa3ffe24bd8f authored over 5 years ago
Fix `renamed_argument` decorator. Return results.

github.com/aiogram/aiogram - dbda878114720d36eaffba1f8a511512bbf45188 authored over 5 years ago
Merge pull request #198 from evgfilim1/patch-1

Fix error with set_chat_permissions

github.com/aiogram/aiogram - 41ad3dcc0ce21b38460fdc5bd33404d5bca33f0a authored over 5 years ago
Fix error with set_chat_permissions

I think it should work (I haven't tested it)

github.com/aiogram/aiogram - 1e75f59f57ba3b71421f9a799f9f2972482da379 authored over 5 years ago
Merge pull request #196 from Birdi7/fix-rename-stacklevel

Fix stacklevel arguments in renamed arguments in the dispatcher

github.com/aiogram/aiogram - 172d834e3c7421aad597ccf91c842cc5055b0cb7 authored over 5 years ago
Replace positional args with kwargs

github.com/aiogram/aiogram - 21127c3a7b2bf37ab5280140670f92803a0d1765 authored over 5 years ago
Fix stacklevel arguments in renamed arguments in the dispatcher

github.com/aiogram/aiogram - 6de53dd476e0c0f76e470f702c0a3d7fb90e6fd3 authored over 5 years ago
Fix `Dispatcher.throttle(...)` and rename user & chat arguments to user_id & chat_id

github.com/aiogram/aiogram - 3d4bdcc49829e8defcf76f970f1d9ce137f3b7f0 authored over 5 years ago
Merge pull request #192 from evgfilim1/patch-1

Add aiogram AUR package installation instructions

github.com/aiogram/aiogram - 7f43bf8a6541b82f1c7d9ce12a157a6334c8f776 authored over 5 years ago
Add aiogram AUR package installation instructions

github.com/aiogram/aiogram - 0c1fc4b1dddc8958575e9ee9932221d15977d72e authored over 5 years ago
Update docs.

github.com/aiogram/aiogram - 9a30285d3bbdf8a3b2b3c60beeed631b011a9a3f authored over 5 years ago
Bump version

github.com/aiogram/aiogram - e9bf01653ff144802daab5bc4f99b8e70a8f75ba authored over 5 years ago
Bump deprecated util and fix warning from tests related with new permissions object.

github.com/aiogram/aiogram - 19fc1b8d8053d071bdd838433dd9c3a069ab1fa9 authored over 5 years ago
Merge pull request #190 from aiogram/2.x-refactor

Refactor aiogram/utils/auth_widget.py

github.com/aiogram/aiogram - b8dfa739dba79185101cd89f72bcc6f694473c05 authored over 5 years ago
Refactor aiogram/utils/auth_widget.py

+ fix check auth widget token in BaseBot, fix tests

github.com/aiogram/aiogram - 7863f052d9a768e6039e43190983e5e0acadd9e7 authored over 5 years ago
Merge pull request #181 from Birdi7/add-new-ways-throttle

New throttled decorator

github.com/aiogram/aiogram - 9b2971a525fc2d3c4fcf54e3fb2c7bd1206f2331 authored over 5 years ago
Merge branch 'dev-2.x' into add-new-ways-throttle

# Conflicts:
# examples/throtling_example.py

github.com/aiogram/aiogram - ed0d4796e71a9631130eee361c0414178e078537 authored over 5 years ago
Merge pull request #182 from Ars2014/dev-2.x

Create AdminFilter and rename IdFilter to IDFilter

github.com/aiogram/aiogram - ca55fad4ba5659077720b61ec20b0f6a8cbeb529 authored over 5 years ago
Merge branch 'dev-2.x' into dev-2.x

github.com/aiogram/aiogram - 23ceb1445ed5e8eae51c89b455d17f99674da4d9 authored over 5 years ago
Merge pull request #185 from Birdi7/add_rename_argument_decorator

Add rename argument decorator

github.com/aiogram/aiogram - f27b2623350f043342951d2fcf45529599be8219 authored over 5 years ago
Merge branch 'dev-2.x' into add_rename_argument_decorator

github.com/aiogram/aiogram - 95f83d7cef2375bf524b9d2c456e20cfabadd585 authored over 5 years ago
Merge pull request #191 from Birdi7/add-issue-183

Add relax argument in executor.start_polling

github.com/aiogram/aiogram - 64000e038258d784a69bcaff0373d524010a771f authored over 5 years ago
Add relax argument in executor.start_polling

github.com/aiogram/aiogram - 5a29eb09600f5e6b7b2f9b869178d3c3781184d0 authored over 5 years ago
Merge pull request #186 from aiogram/2.x-refactor

Some minor refactoring for 2.x

github.com/aiogram/aiogram - bb117f83a579165c79b02ca21035533e6bbcab47 authored over 5 years ago
Minor refactor MessageEntity#parse

github.com/aiogram/aiogram - dfc334ef2016b06974ad39b9fcd11b14b438fcfe authored over 5 years ago
Refactor some redundant elifs

github.com/aiogram/aiogram - be622ca5590156749feba4783a566fb846468210 authored over 5 years ago
Refactor TextFilter and its tests

github.com/aiogram/aiogram - 277eb8b701504917853d644a7f986f37ec885507 authored over 5 years ago
Super minor refactor webhook and executor

github.com/aiogram/aiogram - f4339d10b043a691aad662b80e9e7752af76213a authored over 5 years ago
Refactor examples/webhook_example.py

github.com/aiogram/aiogram - 58a5da925ab5f89010ff5ac9f43cf8356c5db1b1 authored over 5 years ago
Rename webhook example

github.com/aiogram/aiogram - 251760a0325647978207feec4065bdc7f6dfdab8 authored over 5 years ago
Rename old webhook example

github.com/aiogram/aiogram - fdf3c448608950433d7cb1e9e73ebdeb5c4d4e48 authored over 5 years ago
Minor refactor examples/text_filter_example.py and examples/throtling_example.py

github.com/aiogram/aiogram - 94811c57e101e2589d1dd6e26def555ab16dabe0 authored over 5 years ago
Refactor examples/regular_keyboard_example.py

github.com/aiogram/aiogram - 8538e6af573429dc374271d6e746c370bd206e7b authored over 5 years ago
Refactor examples/regexp_commands_filter_example.py

github.com/aiogram/aiogram - 747c87631ed28dbf6da49ff48b86cdcd3bde0457 authored over 5 years ago
Refactor examples/proxy_and_emojize.py

github.com/aiogram/aiogram - a93fb463820fc6924bc22ffeb1c1d2a579a0f3f0 authored over 5 years ago
Refactor examples/payments.py

github.com/aiogram/aiogram - 68aa7dbf1a72dce7df87b22c227224efb558c7ad authored over 5 years ago
add support of stacklevel parameter in renamed_argument decorator

github.com/aiogram/aiogram - cc601a7e0d1152ce0de543f45c663df785856937 authored over 5 years ago
Add docs for deprecated

github.com/aiogram/aiogram - 05bfb37e18d4afd3082c0356063e29bc5e505f30 authored over 5 years ago
Add renamed_argument decorator for convenient warnings about

deprecated arguments

github.com/aiogram/aiogram - 189753cf6747be7303d547e41dc05e3518c43bd3 authored over 5 years ago
Micro refactor

github.com/aiogram/aiogram - 95fcaaeed798e34b974245667cf5fc14ef05efbe authored over 5 years ago
Refactor examples/inline_keyboard_example.py

github.com/aiogram/aiogram - 7a155794e2322f4a24a8c6a2745fa3dbbd6b93e2 authored over 5 years ago
Refactor examples/inline_bot.py

github.com/aiogram/aiogram - c6871f8071906dcc21f6a3bf55ad2f3b894e2b59 authored over 5 years ago
Refactor examples/id_filter_example.py

github.com/aiogram/aiogram - a4f8dc907a9fc9e626627e142051551d0829dd1b authored over 5 years ago
More minor refactoring

github.com/aiogram/aiogram - 5846d3a6c2aa8ae9b60b86247d4cf200d8c0a01a authored over 5 years ago
Refactor examples/i18n_example.py

github.com/aiogram/aiogram - a78b93c5cdeb9918893bb05247b484112ef35037 authored over 5 years ago
Refactor examples/check_user_language.py

github.com/aiogram/aiogram - f4aafb043e7c3e0d82e4070b1351cf22ecb6647c authored over 5 years ago
Some localization changes

github.com/aiogram/aiogram - d360538bba17ae8032889ae804307025db90b5e8 authored over 5 years ago
Some callback_data_factory.py refactor

github.com/aiogram/aiogram - 846f83f11713a3ba5185e13b238ae9c87123b82f authored over 5 years ago
Create some tests

github.com/aiogram/aiogram - cabb10bc06d045f89adc9111ccc60c30fa7643d1 authored over 5 years ago
Minor refactor callback_data

github.com/aiogram/aiogram - 61e1015c1e71ae5b86e830465076168206f81d01 authored over 5 years ago
Some refactor

github.com/aiogram/aiogram - ad7238fda8d51f9a96fb5d32be4f1f2b68b9396a authored over 5 years ago
Refactor examples/callback_data_factory_simple.py

github.com/aiogram/aiogram - cb7ec3edb83518fafd2f0ddc9aa1f229f51bfb87 authored over 5 years ago
Refactor examples/echo_bot.py

github.com/aiogram/aiogram - 3867b72df6e95ae6bddc3979f62deaf3870cc22f authored over 5 years ago
Fix test_states_group name

github.com/aiogram/aiogram - 6cf06bd081678948718970b2c73a5da2ce14d27d authored over 5 years ago
Optimizations from code review

github.com/aiogram/aiogram - bda0bdd0131c6edcfd62dcb79c5a14a07810c0ea authored over 5 years ago
Fix issues and rework AdminFilter

github.com/aiogram/aiogram - c0e60f87063397bb014841a04306ce24980b76da authored over 5 years ago
Rename IdFilter to IDFilter

Rename IdFilter to IDFilter as it is an abbreviation like URL

github.com/aiogram/aiogram - 9f6b577f081a88ff5917166775b1b53ffcc07fcd authored over 5 years ago
Added AdminFilter and example of its usage

github.com/aiogram/aiogram - bd032f066e514e67d578e1cd0fcc91371ff4a3bc authored over 5 years ago
added PictureMessage to KeyboardMessage

github.com/aiogram/viberio - 357631423a8f15d901cf73b46a6b919bc2ad5ce4 authored over 5 years ago
Fix throttled docs

github.com/aiogram/aiogram - 4a52f97a68b20c41a9c367c0e64c371575563136 authored over 5 years ago
refactor dp.throttled

github.com/aiogram/aiogram - 4d00b7c50242612f8289bca4d86d621f428ff741 authored over 5 years ago
Merge pull request #176 from Birdi7/add-multiple-text-filter

Add multiple text filter

github.com/aiogram/aiogram - 8823c8f22a7ef431150d270620304080c30ef7c6 authored over 5 years ago
Improve Text filter docs

github.com/aiogram/aiogram - 6246432a0c6196974244b15bddea27733e1562fe authored over 5 years ago
Add docstrings to the Text filter

github.com/aiogram/aiogram - 321aa404c3f8350d8718f0eb46dc4aa70438ea69 authored over 5 years ago
Merge pull request #146 from gabbhack/is_chat_member

ChatMember update

github.com/aiogram/aiogram - db8cc6957884afafb0c7bc45b138f1a721d2250e authored over 5 years ago
Merge branch 'dev-2.x' into is_chat_member

github.com/aiogram/aiogram - 54d5406967cd8b117b83259427009297a6a64cc8 authored over 5 years ago
Update test_chat_member.py

github.com/aiogram/aiogram - 1be6e1f31d4d2f5bb0676c3659aeab7a9d1109ca authored over 5 years ago
Update chat_member.py

github.com/aiogram/aiogram - c081846b0ea520212adfda6d515fe868e8935ac5 authored over 5 years ago
Merge pull request #153 from Olegt0rr/mongo

Mongo storage

github.com/aiogram/aiogram - 5d223f534003eeb2c6b45da9d6cbfdf206f7fb0a authored over 5 years ago
Merge pull request #180 from Birdi7/fix-wrapped-func

Wrapped function can be registered as handler

github.com/aiogram/aiogram - 7bf704d3de078832ea4e0c8da4dc62c7b6cbd16b authored over 5 years ago
Add initializer for ChatPermissions object (for IDE)

github.com/aiogram/aiogram - 57724c55fff0efb9a330719f06dc2ba23a1ab187 authored over 5 years ago
Add new permissions argument to Chat.restrict method

github.com/aiogram/aiogram - 870e79d7f20f6935a6a374db5aa8fa886e58a796 authored over 5 years ago
Remove obsolete code

github.com/aiogram/aiogram - 47bc628f2b653e2476d2ca7f52cd4b2e7fc36596 authored over 5 years ago
Bump version

github.com/aiogram/aiogram - 14f273702b136d3167b953eb83a1e7e0649f0264 authored over 5 years ago
Add support for new chat permissions

github.com/aiogram/aiogram - cbaf826be1b0dd8f958c6e23b0dc928ede859ab6 authored over 5 years ago
Add support for animated stickers

github.com/aiogram/aiogram - 6ce617cfd2d92c604ba5b46efbe193675964d074 authored over 5 years ago
add support of no argument in dp.throttled

github.com/aiogram/aiogram - 288c7099b0496d15fae2990b99e09e0fb076a88e authored over 5 years ago
Update throttling example

github.com/aiogram/aiogram - 0c715add94e79b0d4c24cb8347b65d513a011c2e authored over 5 years ago
Add support of None argument in dp.throttled

github.com/aiogram/aiogram - 769be286f7606e0104cec36e72fac58f990c94af authored over 5 years ago
add throttled decorator.

see #166 for more info

github.com/aiogram/aiogram - 828f6f2fbfa8d6888711d139fff0f08efffbc2f1 authored over 5 years ago
added get_account_info() to client

github.com/aiogram/viberio - 2a582c024738ba0565078393ec1314eb4c6ecefb authored over 5 years ago
make handler._get_spec return only specs

github.com/aiogram/aiogram - d2d49282f55544886a38a577d6692c0d7349115c authored over 5 years ago