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

Updated pre-commit hook (#681)

* Updated pre-commit config and reformat code

* Added changelog

github.com/aiogram/aiogram - e356ede5decc5c5f7afae136b4f0105b79e2120d authored over 3 years ago
iter states in states group (#666)

* iter states in states group

* fix type hint

* remove empty line

* add changes for doc

github.com/aiogram/aiogram - 90b3a990396dc65ecc1029997a349c5555ea382c authored over 3 years ago
Move update type detecting from `Dispatcher` to `Update` (#669)

* move update type detecting to Update

* requested changes

* fix typo

* requested chang...

github.com/aiogram/aiogram - 714ac8896c97fc63bdee20d68b1436af4f1f9836 authored over 3 years ago
Fix incorrect type checking in KeyboardBuilder (#674)

* Fix incorrect type checking in KeyboardBuilder

* Add a patch note

* Update CHANGES/674.b...

github.com/aiogram/aiogram - 7c0e229301daa7773908ec561141163ad748e9f0 authored over 3 years ago
Prevent to paste own message

github.com/aiogram/bot - fa1657e2064fef007379fa315649fa72d029d88a authored over 3 years ago
Prevent to paste short messages

github.com/aiogram/bot - e33a14dd01643e3f7f9371b23b1def9539c53463 authored over 3 years ago
Delete paste message in some of cases

github.com/aiogram/bot - 38a18e4a8b8f2f2784f24fe8afb19fb6dfd66f02 authored over 3 years ago
Added hastebin integration, reformat code

github.com/aiogram/bot - 63ebdbf6ea8952ff728b949ec7c96acd588654a9 authored over 3 years ago
Update Python to 3.9

github.com/aiogram/bot - d0d9be7638513b5dd84bdef2c440287a8e74a22b authored over 3 years ago
Merge pull request #18 from aiogram/misc/upgrade-1

Update dependencies

github.com/aiogram/bot - f19439c6d7e394aba5f579105885fe80e163bd51 authored over 3 years ago
Update Docker configs and remove pipeline

github.com/aiogram/bot - ffa049d4ee476d4154063edd5a1bacd228a99a3c authored over 3 years ago
Update dependencies, rename main package, improve join-filter markup

github.com/aiogram/bot - 7d7be302583163c2775fe035d4d22416d9a82f7c authored over 3 years ago
Merge pull request #1 from youlovesaturn/dev

Added docker cache and ARM platform

github.com/aiogram/telegram-bot-api - 1c03eaefa05c7ce18f6177f974c3151aa58379d1 authored over 3 years ago
Disabled ContentTypesFilter by default (#668)

* Disabled ContentTypesFilter by default

* Rename file

* Update docs

github.com/aiogram/aiogram - 18a93aab60b84b42a31a2bee7fda6a532b9efe43 authored over 3 years ago
Feature/important operations (#3)

* Implement important operations mechanism and raise reject from some of operations

* Optimiz...

github.com/aiogram/magic-filter - 8fadc2e0c76ec91e2f86877ced2829919b9f26cf authored over 3 years ago
Bump version // 2

github.com/aiogram/aiogram - 5851e32266f6232538f6212284363b7e5c83378d authored over 3 years ago
Bump version

github.com/aiogram/aiogram - 2aa8c38691440509056d4c50a556d818eec7b731 authored over 3 years ago
Feature/rework middlewares chain (#664)

* Reworked middlewares chain

* Added description for router name

* Added patch-notes

* ...

github.com/aiogram/aiogram - 9238533e93404080db3b3d1dd019f51f5023317d authored over 3 years ago
add aliases for edit/delete reply markup to Message (#662)

* add aliases for edit/delete reply markup to Message

* add towncrier patch note

* add mis...

github.com/aiogram/aiogram - c1f605c6f594857068facaf51ae298e7c893d8ff authored over 3 years ago
add stategroup filter (#659)

github.com/aiogram/aiogram - 04bbc8211cee7b165a877726743a993d68760dd7 authored over 3 years ago
fix #660 prepare parse mode for input_message_content (#661)

* fix #660 prepare parse mode for input_message_content of InlineQueryResult

* remove redunda...

github.com/aiogram/aiogram - 71eb5fc44ebde015cef6618d21daac7ce0d13204 authored over 3 years ago
add allow_sending_without_reply param to Message reply aliases (#663)

github.com/aiogram/aiogram - 7cb0ac1ee2201469f045d8f97522aabacddc5709 authored over 3 years ago
Improve .editorconfig (#658)

* Improve .editorconfig

This is a continuation of https://github.com/aiogram/aiogram/pull/653...

github.com/aiogram/aiogram - 0ca9f98baf5820c2f6cd3d770d7e6cc61bdf8306 authored over 3 years ago
Update towncrier config

github.com/aiogram/aiogram - 058d85860714e6d75ba8fa4dfbf989dedc7ff6af authored over 3 years ago
refactor: remove redundant pytest marks (#654)

github.com/aiogram/aiogram - f2f276b8cf91795edc58a2e72a546a577f3670ee authored over 3 years ago
Redis storage speedup globals (#652)

* chore: redis storage speedup globals #651

* chore: temp ignore aioredis typing issue

* A...

github.com/aiogram/aiogram - fff33e4ac9a62993f5ce3c11a0c85a5dc4df7b94 authored over 3 years ago
Add `.editorconfig` support (#653)

* feat: add .editorconfig support

* Added record to changes list

Co-authored-by: Alex Root...

github.com/aiogram/aiogram - 89f7debc854147c81635e79e02a88cfc19c9b2c9 authored over 3 years ago
Added docker cache and ARM platform

github.com/aiogram/telegram-bot-api - 9dfb7317f216969aac796efc30f60a926b71f6f4 authored over 3 years ago
Update installation instructions (#655)

* Update installation instructions

* Small fix for 2.x branch & make instructions brief

* ...

github.com/aiogram/aiogram - 18b268f0b6b2832b4ffea265a104633c0262d58e authored over 3 years ago
Added possibility to use notes without issue

github.com/aiogram/aiogram - f4ca858571c59fc02a7f3b8c83475b0bc864dd90 authored over 3 years ago
`towncrier` integration (#647)

* Added towncrier and clone changelog from GitHub Releases page

* Added record to changelog
...

github.com/aiogram/aiogram - 9114abe919f18f78d82e461545e28f361c2cea37 authored over 3 years ago
Rename deployment script

github.com/aiogram/aiogram - 16cf6419d36a752dd4921b7911fa28c50db75301 authored over 3 years ago
Bump version // 2

github.com/aiogram/aiogram - a19b6bcf3aad69551a28c36dab6bc1443c0266aa authored over 3 years ago
Bump version

github.com/aiogram/aiogram - e5a7c69e176806aeb2fcbb93e2d9efdf01d59aec authored over 3 years ago
Remove frozenlist

github.com/aiogram/aiogram - 5c1ea85e9da04c94ff5153f02c7289d44d82b944 authored over 3 years ago
Added detection of API Errors and fixed coverage

github.com/aiogram/aiogram - c3844bb18fc3372d63bccb552e7056476ab71ac3 authored over 3 years ago
Global filters for router (#644)

* Bump version

* Added more comments

* Cover registering global filters

* Reformat code...

github.com/aiogram/aiogram - 4f2cc75951d18766be50bb9c3d14a3bc525a071c authored over 3 years ago
Bump version

github.com/aiogram/aiogram - a70ecb767f282b030d4d73185f171a503b37092c authored over 3 years ago
[3.x] Bot API 5.3 + Improvements (#618)

* Regenerate API

* Update code

* Fixed command filter for photos

* Fix tests so they ar...

github.com/aiogram/aiogram - ac2b0bb198d4e51593bf0c7d62bccedd7cc8280d authored over 3 years ago
Fix not all args are passed to handler function invocation (#633)

github.com/aiogram/aiogram - 4599913e185efe55770926a7460c73738b8c3dae authored over 3 years ago
Add a bunch of new useful methods

Add methods for all binary and unary operators
Add methods for identity check
Add new class for ...

github.com/aiogram/magic-filter - 17d3a9c1952a5568cb6d8c3118c89a33f61120c5 authored over 3 years ago
Prevent to copy object on "Any" operation

github.com/aiogram/magic-filter - e1fb6eb48d3e6655106cc6b5b10022806be24a97 authored over 3 years ago
Oops. Fix import of renamed module

github.com/aiogram/magic-filter - f37a845ad8cd7ca5bc5e5e1f4056680b4b5f1a24 authored over 3 years ago
Added possibility to use magic in other side of comparators and changed All/Any operations

github.com/aiogram/magic-filter - 99b42d2730b8e6e64bf074c9a90c9f3b21aeb832 authored over 3 years ago
Exclude logs from git

github.com/aiogram/tg-codegen - 8e09fcce5a549dad10b9da851927d0af57da3e71 authored over 3 years ago
Bump generator to API 5.3

github.com/aiogram/tg-codegen - 1fc15e9d7bab023e3628c4541314d9c3bca962a0 authored over 3 years ago
Added ability to specify which update bot need to receive and process while using polling mode (#617)

* provide allowed_updates in polling mode

github.com/aiogram/aiogram - 125fc22ff941e76101e90f834f55738cf2fb0d4b authored over 3 years ago
Change Python version in docs index

github.com/aiogram/aiogram - eee6589a2c4fc59dce51b9650e1a42f9c18a13db authored over 3 years ago
Oops. Enable sphinx dependencies

github.com/aiogram/aiogram - 602fed00ff6bf7866000b116d32cef376dafef44 authored over 3 years ago
Bump version

github.com/aiogram/aiogram - 5780d1840eb097ce36bddb8759cc711d43123d4e authored over 3 years ago
Fixed typing

github.com/aiogram/aiogram - 5790c431d015bdb17f2d1f62db07aeb13a20ab15 authored over 3 years ago
Make endless long-polling

github.com/aiogram/aiogram - ac1f0efde86377327ee1ec3f8a9c50f38d438638 authored over 3 years ago
Small changes in tests

github.com/aiogram/aiogram - 5296724a0f77d072634aaf8f8c3f124604b0f506 authored over 3 years ago
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x

github.com/aiogram/aiogram - 7f0a9d80975da4195c98227267d725a5b81193db authored over 3 years ago
Backport and improvements (#601)

* Backport RedisStorage, deep-linking
* Allow prereleases for aioredis
* Bump dependencies
* ...

github.com/aiogram/aiogram - 83d6ab48c58c388bb5ab5001d23ba639476083eb authored over 3 years ago
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x

github.com/aiogram/aiogram - bc96bdd3b6f7c1b76360487b60fc15484db8e36c authored over 3 years ago
Added get_url() method for Message object and shifted_id property for Chat object (#585)

* Added get_url() method for Message object and shifted_id property for Chat object

* Added m...

github.com/aiogram/aiogram - 32bc05130f7043ff49ebaf6d90ca3387cc04a507 authored over 3 years ago
Bump version

github.com/aiogram/aiogram - 811ccd999a8261752c5b8f3329830d484c366a22 authored over 3 years ago
Bump python version in README.md

github.com/aiogram/aiogram - 53da50045e68fef925786373d988491c74ef1e4c authored over 3 years ago
Added lost files

github.com/aiogram/aiogram - 79f21416c877b6561b6003b016004c0b8d03ec1f authored over 3 years ago
Remove compatibility with Python 3.7

github.com/aiogram/aiogram - 6253b25158a31406befd1a925cc2c936aba4a74f authored over 3 years ago
Added more aliases, refactor CallbackData factory, added base exceptions classification mechanism

github.com/aiogram/aiogram - f022b4441c4be5a57bab7533d7e9aa8fd650be6b authored over 3 years ago
Added codecov badge

github.com/aiogram/aiogram - 9451a085d11494540702d6a32477e207ed549c8d authored over 3 years ago
Added cache version

github.com/aiogram/aiogram - 442a8138318e05d0ab12c4f026ce1829905b39d4 authored over 3 years ago
Cover base and memory storage

github.com/aiogram/aiogram - 03ccebd8be7b4ba463925a0516ab1ed7fa147fd2 authored over 3 years ago
Increase max parallel jobs

github.com/aiogram/aiogram - becbcecaf12eb138ad17189194fced670e41c561 authored over 3 years ago
Remove MkDocs

github.com/aiogram/aiogram - e1cd7268a18f1d745d12268f0907bf6148098b23 authored over 3 years ago
Added lost files

github.com/aiogram/aiogram - 7dd80d281f4479c188edeb79605f196ab24b546c authored over 3 years ago
Restore all OS in pipeline

github.com/aiogram/aiogram - 782102561e64b4df4eca8ae948589945f06a70bc authored over 3 years ago
Use bash by default. temporary disable all except Windows

github.com/aiogram/aiogram - 73028e7a11f17bbdcba87144f7038a71a8c7b17b authored over 3 years ago
Use bash by default

github.com/aiogram/aiogram - deacbe1649aca9afde90a34ffcd17323aec4e43d authored over 3 years ago
Added caching dependencies and black validation

github.com/aiogram/aiogram - 74bd34b1a58672efbee4481aeadbebd79da16046 authored over 3 years ago
Use 3rd-party step for Poetry installaton (2)

github.com/aiogram/aiogram - 55861cb50d1268cafa0cd606e4fcf0d61e7f8bbb authored over 3 years ago
Use 3rd-party step for Poetry installaton

github.com/aiogram/aiogram - 6d0238f0d4b1b4f1037981194f4c91fe584be286 authored over 3 years ago
Separate dependenties installation

github.com/aiogram/aiogram - c25a63a2c8dc0705a1a32b8a110c7d74950c552c authored over 3 years ago
Change dependencies installation

github.com/aiogram/aiogram - 6009a3992540eaa37cdd221b73cb55ed65f6bf44 authored over 3 years ago
Small changes in documentation

github.com/aiogram/aiogram - 74db2c47e668b4bb1e36755cea3d053c1d329473 authored over 3 years ago
Breaking news

github.com/aiogram/aiogram - 9f902ef2323dad4e0e00b6bc2b1ce321da9020b6 authored over 3 years ago
Fix deploy pipeline

github.com/aiogram/aiogram - 81427d0a8dc3219ca77474c79ccddf2f7bc2895d authored over 3 years ago
Bump version. Added pipeline for test PyPi

github.com/aiogram/aiogram - 5abd9ad0c4e8f4ed90325b7337baa906ecc6834b authored over 3 years ago
[3.0] Bot API 5.1 + FSM + Utils (#525)

* Regenerate corresponding to Bot API 5.1

* Added base of FSM. Markup constructor and small r...

github.com/aiogram/aiogram - 0e72d8e65ba5f4392522cbf2efcab3f58ca0ca03 authored over 3 years ago
Fix non-iterable in iterable filter

github.com/aiogram/magic-filter - d2223f76811c912267dd774dcf00f10a3139907b authored over 3 years ago
Bump python version in deployment pipeline

github.com/aiogram/magic-filter - 58c121fc7b95a206451940ca3e1714615dc9f994 authored over 3 years ago
Bump pipeline. Added 3.9 python

github.com/aiogram/magic-filter - ff26d706dc547ef3e242ff183d8232e2c771fbb1 authored over 3 years ago
Hide alpha from main page

github.com/aiogram/site_frontend - bb30b34a55cbd96bc7215a96a9b0ffcf2345420a authored almost 4 years ago
Revert docs pipeline

github.com/aiogram/aiogram - a6f824a11740a4626dfef0e66b9e526dee5bfe9e authored almost 4 years ago
Increase timeout for MacOS pipelines.

github.com/aiogram/aiogram - d1898537371605d8da7bd7b8210e1df2094389aa authored almost 4 years ago
Fix version parsing

github.com/aiogram/aiogram - aebccd11392eb8fc225716026821beb62885ac74 authored almost 4 years ago
Oops. Include lost files

github.com/aiogram/aiogram - 66f0868f4551c6f95547342083fd0c933051164a authored almost 4 years ago
Pipeline bump version without venv

github.com/aiogram/aiogram - 8a94dde7fb41ead7ba91fa98877ae3ddfb6ab311 authored almost 4 years ago
Upgrade architecture + 5.0 Bot API (#469)

Upgrade architecture + 5.0 Bot API (#469)
* Moved `methods`, `types` and `client` to root packa...

github.com/aiogram/aiogram - 4008a3114d7d363e6e0f4dc54b55f141110b6986 authored about 4 years ago