Ecosyste.ms: OpenCollective

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

github.com/aiogram/aiogram

aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
https://github.com/aiogram/aiogram

Implement paginator and split long text utils.

d33f01eb10981696c8fc0524bf0cd634fcb51a8c authored over 7 years ago
Update `setup.py`

7e53111773a34b10e38bd16b4a8650a30711a983 authored over 7 years ago
Deprecate middlewares.

3c2a37542b32d8cc13465c1cf88c80f66da37f5b authored over 7 years ago
Fix sphinx warning.

Unknown interpreted text role "method".

fb6a9af9faab472699bfe9dc9e7ccac3c92b2c2e authored over 7 years ago
Change domain name in example.

4771368cb068d0e4a61b8951fa5ceb8563d8a96b authored over 7 years ago
Add example.

6696903ace75de759e51c9ed7933615d71f6fe34 authored over 7 years ago
Implement universal bot executor.

458c1c24ba237bada3951f1d699ef0ede9e1e883 authored over 7 years ago
Oops. Repair Dispatcher._process_pooling_updates

a5d983a52216ad9da9d07cefdcaaae90d5ba8f15 authored over 7 years ago
Annotate context manager.

77e2d4c44a309accaa0a948a5af5073f0a2f517d authored over 7 years ago
Optimize state filter.

a57c91067ebb85e77cda510b78c2bbca9dc7926c authored over 7 years ago
Implement tasks context manager.

0fcb75e997a29ba680b3fd8f2516e34b8d78db22 authored over 7 years ago
I hate RTD.

be8aaadd07d5c1025c587198fc4fb76c844514cd authored over 7 years ago
Stop using default conda channel.

d07ba77ac6fddadb5a35d761f52ab69f6d2cb78b authored over 7 years ago
Update conda env.

0b97fb790d13e725bf1f65781ba6737fd35595cf authored over 7 years ago
Update annotations.

5eeace04f4b29d51665ffc6cc30d25adb70c5d37 authored over 7 years ago
Fix filename in InputFile and provide to change filename in send_document.

7ffeb8ff57a2e621cd04c6945bd8cba03b54d010 authored over 7 years ago
Release 4.1

35a431e9f1471871586b7978da3b627f9becd3fc authored over 7 years ago
Merge branch 'dev'

# Conflicts:
# aiogram/__init__.py

a45dbe1e9423129a9ac897d4f535bff700147db8 authored over 7 years ago
Refactor filter checker.

e9a3ca6c8eb45112a53d95a9c216e66832404bd5 authored over 7 years ago
Get mention in private chats.

62417da6a794bc28f27bb0b461ae6577688a5f03 authored over 7 years ago
Bot API 3.3.

c8349112d03df208147be061b5ae679aaba747fe authored over 7 years ago
More annotations and add warning.

6696c8e9adfe7dee7cbc0527ce9bf9a1bc2c28ed authored over 7 years ago
Add async_task decorator.

0b21996b870c8e855fa92b227a995ef1669442b6 authored over 7 years ago
So.. If response time longer than 55 seconds write result 'ok' and send response as simple HTTP request.

f47b3670de11817978b6e9b7d7828f7ffc868b2f authored over 7 years ago
Add ConflictError (309)

09fa911ffaa5a6c782e66112fe43fac248f7aa11 authored over 7 years ago
Small optimization and stop using bare-except.

d4f1b72d9235afef32c43379471eeaaaca31645a authored over 7 years ago
Implement reply mixin for webhook responses.

be28a92aba42891110e40251e6a6cacccba99763 authored over 7 years ago
Go back to dev.

a2259b7e1643d40cba052c3ef1d18d82dc61c8e4 authored over 7 years ago
Release 0.4 (Webhooks)

3f2b699ad94f9a8e8dc0952424e2071354b9534e authored over 7 years ago
Oops. Fix error message cleaner. (In past it can strip first symbol in message)

6b26687fe011290355679c9dc0522b5074d02930 authored over 7 years ago
More correct names for writing styles in HelperMode

b65f1814026a4d26bc29310e94843809f0dfc5d7 authored over 7 years ago
I think exceptions module is utility.

2346ade309185289c8d2809dfca2542792a43ebd authored over 7 years ago
Fix date parser.

38bad5454e91bb9a5f7fbfd89f1866815139fcf9 authored over 7 years ago
Webhook example.

f42f4d0c9cb89b763ae4c28923e100b19edcf0e2 authored over 7 years ago
Restructure docs.

ce0bbed75359ddb4ed2d01dd818cfbf6ec2aaf40 authored over 7 years ago
Small changes in docs.

b9d51cdbb026afc88db1f4c1c869a672d7b968bb authored over 7 years ago
Changed his mind.

30874f6dc0628fe5503614644c1d725dc2bba26a authored over 7 years ago
Reformat code.

92d3d86a1814ab494631fd9dfe84a16f889ef0c1 authored over 7 years ago
Small changes in exceptions.

b7bf22bb77fea52913d37d90997e65bd9620fe38 authored over 7 years ago
Reorder exceptions in error detector.

afe8b24c42bab8836f3665e3eb51845363a60568 authored over 7 years ago
Change annotation for constructor of Bot/BaseBot.

5812243d5dab057aea2d4dffe57ccb5dd3a26cb5 authored over 7 years ago
Make more graceful exceptions

06c509cda836b8c50ff6712de27080308b817f71 authored over 7 years ago
add docstring for BaseResponse.method

e66194dbf39700ad397a4db18a709b964a0b5125 authored over 7 years ago
Change docs.

779f2e73a0f805b34b86bc599652fcd40e045c25 authored over 7 years ago
Merge branch 'webhook' into dev

882d60f47791404c7241cf1fcc9907baad8ee645 authored over 7 years ago
Check annotations.

11735980745d4106444b8ba6ecb5b1a66b697b01 authored over 7 years ago
Added webhook docs

326f82f717f04dd5101974fb745a44425251e0f1 authored over 7 years ago
Descriptions

b061fa67b5b5c5612dee9483c7f18f0821e8abc6 authored over 7 years ago
Written all types of webhook responses (i think).

Skiped all "get" requests.

2318bbf46076a99863d316f28009aaf6aa72f27f authored over 7 years ago
Empty line.

257b281bb4751511d5ec3a0918c86664f5f65003 authored over 7 years ago
Added more responses. (that's not all)

9804ec224096b0b5fddda2d700612bdfb1af4f7b authored over 7 years ago
I think that's time for make commit.

7b61fff7c1bfe6c1e7c688d075e45e640261484f authored over 7 years ago
Implement more things for graceful shutdown of storage and more thread-safe Redis storage.

cf510623780af8e855d26c78844c861f4ca01673 authored over 7 years ago
Typo

f3088f2f0a929ad12b840cbad7c398a00d192c4d authored over 7 years ago
Resize logo.

302f4e39f1c0845254287eb8a9fa6871e8bb8c8c authored over 7 years ago
Merge branch 'dev' into webhook

2ff65e11cd896f0abfb6f90ca04af379ae42a919 authored over 7 years ago
Change logo. Use png instead of svg

297168cd3c9d4c29ad2ad8bf79164ce1d754c871 authored over 7 years ago
Fix parsing date in Deserializable objects.

33f7f0018eb8a34b8208deb8e28b1b638a589995 authored over 7 years ago
Fix send_file method for requests without files. (For e.g. setWebhook)

b2798e39a83cd8085983c7cbe7bc22b2e0ce0e2e authored over 7 years ago
Optimize parsing arguments without value.

412684e7b5d6cac1b48c071e444832321b01ec41 authored over 7 years ago
What about response to Webhook? https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates

19ce5c18b6cef30a0fc55c854e25db98712503a3 authored over 7 years ago
Remove deprecated code-stuff.

2ac011521c5f774f480b52b3fdfb0a11d53d6114 authored over 7 years ago
Back to dev for future changes.

abaa6a6cf658c8d36226bb47b89b3e7dda5928bf authored over 7 years ago
Release 0.3.4

dbd9a79567ff330a5b5b593d06c4116cfc184c51 authored over 7 years ago
Oops.

e58f968735cd2b8c2141f90d3c8dba57a81e8116 authored over 7 years ago
Small fixes in `types.rst`.

e135b1732fe0f1674d61ec07b6feae6cc44af9b6 authored over 7 years ago
Add docs for storages.

53292dad15a78a59c4dc49c0cad003982d16c05d authored over 7 years ago
And... Something wrong. Revert default filters generator.

a59c5af5d034667c82488e8d386f40d889fd9434 authored over 7 years ago
Fix critical error.

e50b9a94dd88a18677e450d63486493359398dba authored over 7 years ago
Use DefaultFilters helper.

3ef3fa312b063b3ad9d81d579ccad6cf4cf4ee8a authored over 7 years ago
Bad type annotation.

f58e625fef8ce0b3e3376a2b6c9c46b0a6768f07 authored over 7 years ago
Merge branch 'fsm' into dev

9eb60c402c3a41e168ce36d07bbd3e5310608432 authored over 7 years ago
Update FSM example.

86f7656b839b4a6708e9f13989eefde07dbca64c authored over 7 years ago
Oops. Bad warning.

3ab4e51dde96f285449c84ebb8c278cafb031ae6 authored over 7 years ago
Lost `__init__.py`

44dd71e4617ae1b57406131707306fcea2ac7cfb authored over 7 years ago
Implement RedisStorage (based on aioredis driver)

a0a0b26e801e0e02fdc01bf8f9388ea01ec6fe94 authored over 7 years ago
Split FSM storages to different modules.

b435e446a55ec427cce82d1afc2eab5c4c0be68d authored over 7 years ago
Fix regexp filter (Thanks to @Oleg_Oleg_Oleg).

83847a9ab8f74b80d5e8d096e7bb57a8685aa69c authored over 7 years ago
Nothing.

eb08e907565b02b577eac82a43ff796784ef2cdd authored over 7 years ago
Fix f70d45c & e90ca7c

c9e7be97f23b78c443eeb6b56b750e372da509eb authored over 7 years ago
Remove DeprecationWarning.

143270bdae2982dbbf3ccac6bcd87b950415b148 authored over 7 years ago
Fix docs.

ae48ed973adf2f09774202581b4eeaacd15b181d authored over 7 years ago
This code doesn't take an any effect.

11ceaab10d68bdf4fdc0b7dd8cef212c61c2f06a authored over 7 years ago
Fix docs indentations.

1b49e8e2d339f602560b9b3f6b7cd06e8b7482c0 authored over 7 years ago
Allow to use datetime and timedelta in `until_date` argument.

bd91d0acb9d2e5721f101c970dfaafeaaeef74fa authored over 7 years ago
Fixed lost "Optional" flags.

5d8151548711aabe2bb2f8159b8a4c98a49aaa9a authored over 7 years ago
Fix date parser.

42f15ef906bcc2bc64baf61246895f7300f398da authored over 7 years ago
Implement dispatcher docs.

190d68b1b69a8dfdea56f59407a1ef9543771b0f authored over 7 years ago
Typo.

15216304e2e5102435f05b438eb31699504099e8 authored over 7 years ago
Deprecate NextStepHandler

13665f77036b58b9c5c203a2c76fb423e638a6bc authored over 7 years ago
Oops. (After code-review)

0005618463c401c1249ca9540b5fabc93bc89fc3 authored over 7 years ago
More comments in FSM example.

5f6af637e8a02df271137a5eeb4d4165e7e6dd34 authored over 7 years ago
Add example for new FSM.

5953ba5426500c8a86ddb85cd5379a3094caca36 authored over 7 years ago
Fix MemoryStorage data getter.

7cec15f572617283e3e9a303cc3ad3a835d20fde authored over 7 years ago
`Dispatcher.current_state` is not awaitable.

2f1a57a5bc2dfc1cc09deed845c6bb350c358620 authored over 7 years ago
Mark old StateMachine as deprecated.

27090cb0fe8dbee413d962975bc68bfe9acad677 authored over 7 years ago
Rename examples. (added `deprecated` prefix for steps and old FSM examples)

aa40413b6f1940618978d69200c99fde8446818c authored over 7 years ago
Added `register_<handler name>_handler` methods for registering handler and provide states filters in all.

b1e3165ba99fea4644b6ef93a974b8b5395634c6 authored over 7 years ago
TODO's

f8b80d39bee196b9a8cbf1a0f7d0551a42ddcfda authored over 7 years ago
Provide list of states. (StatesListFilter)

23dcf46a436923a7a3ca61eb62188ea4f3a82be8 authored over 7 years ago