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

Add new error types: ButtonURLInvalid, URLHostIsEmpty, StartParamInvalid, ButtonDataInvalid.

c167c559d80c1e3a0207b5124f1999a7100088c1 authored over 6 years ago
Merge remote-tracking branch 'origin/dev-1.x' into dev-1.x

dc3f1b1c82a1baa731fe37c00d66186387ef309b authored over 6 years ago
Fix crashing of polling process.

b39786e81ae4153743998439459446e6bc7f507e authored over 6 years ago
Merge pull request #44 from Olegt0rr/patch-12

CantRestrictSelf exception

11c25c6969f05a3aacc9d6ba317ebd2b4753a2b2 authored over 6 years ago
CantRestrictSelf exception

Exception CantRestrictSelf happens if admin try to restrict self

693571f2757dcc2af27e89a31017326442b790dc authored over 6 years ago
Merge pull request #43 from Olegt0rr/patch-11

Update Chat method and get_link method fix

5beaf866be421fb8c71614bcb2006be7c879694f authored over 6 years ago
Update Chat method and get_link method fix

09f540cc68ba78fa7f9fd470c76885aa97b48634 authored over 6 years ago
Merge pull request #42 from Olegt0rr/patch-10

Add Chat.get_url() method

232fc23fc3355ed940cf9639e24e7b77d533f788 authored over 6 years ago
Add .get_url() method

Use this method to get chat link.
Private chat returns user link.
Other chat types return eith...

b109523cdad8e31b455d1aa3c8e2ff3dbf7b370b authored over 6 years ago
Merge pull request #41 from Olegt0rr/patch-9

Converting group to supergroup event

2281afe2ca5390991ee326bf0a0c969333cb5413 authored over 6 years ago
Merge pull request #40 from Olegt0rr/patch-8

Chat.invite_link cache

2f9272f6a450de032c83bb92d002a848bc2d08c4 authored over 6 years ago
Add chat migrate event to dataset

69161403ba7c24b7efde6fde01792866aba13419 authored over 6 years ago
Converting group to supergroup event

Ability to handle group converting events by content_type.
I.e.
```@dp.message_handler(conte...

4b29adf430adb21714ba6b23498145e8a1cfd7c2 authored over 6 years ago
Chat.invite_link cache

Once you get invite link for chat object - it will be cached

0331460abafe96d5157980ca759a4c95c3f3f8ae authored over 6 years ago
Merge pull request #38 from surik00/dev-1.x

Add parse_mode to all Inline Query Results

f8f6eef5f68277a7a32118dfb11b98c88c0f2153 authored over 6 years ago
Set default parse_mode in InlineQueryResults if this parameter is present

2206b0ab11004a3f55c713a3d75f427c04bb0641 authored over 6 years ago
Merge pull request #39 from Olegt0rr/patch-7

Add timeout kwarg for polling

59a3fcf877ec6c87e449c19bd001b0331441b99b authored over 6 years ago
Add timeout kwarg for polling

b07352e1d491496540f67818bba2fd9043ce604c authored over 6 years ago
Arrange Inline Query Results in the same order as on API page

3213310197615d46aeb3bd3d3942f723333907e0 authored over 6 years ago
Add parse_mode field to all supported Inline Query Results

33ae9abc695ba2843007a0b9efebd6939e82d9fb authored over 6 years ago
Merge branch 'dev-1.x-upstream' into dev-1.x

5116ce83fd2a68a0d237f4939479ed604e174bfb authored over 6 years ago
partial rollback. add TODO.

e1eed6ccb7defdb862c1fc45f3fc753bdc0bbfce authored over 6 years ago
Merge pull request #37 from Ars2014/dev-1.x

Repair RethinkDBStorage

84145caf03c5a484c3d45fef9c2e34bf8cc81068 authored over 6 years ago
Repair RethinkDBStorage

116719553b4636e6f73aa58095153642e8437022 authored over 6 years ago
Fix webhook executor. I think.

b767c3e8f6808018abbecf464281d3901e2a425c authored over 6 years ago
Fixed RethinkDBStorage.

5ed2b35eed1fb1aeaaabfebe40c5f219f0a6bb7f authored over 6 years ago
Fixed slow-responses into webhook (via simple request)

272322ab382f16a64bca38b098a825d89cff70b2 authored over 6 years ago
New error types.

30761733846aaf5654756900e3bf584fd45d7d49 authored over 6 years ago
Use global parse_mode in InputTextMessageContent

1f8b2b464e2561821fa8e7604882a1b962a3883b authored over 6 years ago
Fix classifiers list.

b946caabce78b29414200874442cb9ad34dce428 authored over 6 years ago
Bump license: Year.

f5f3555ae04217ed26b1b7152cf5164c2154f3df authored over 6 years ago
Merge branch 'master' into dev-1.x

# Conflicts:
# aiogram/__init__.py

6f9cc1cfc3431b30db33fc7c230cd2b0c292b527 authored over 6 years ago
More truthful description of the method (`Executor.start(...)`)

20109228091c9ee3fa84f0510b8a43647207066c authored over 6 years ago
Move ToMuchMessages to MessageError group.

cd320b3cf55458f022241721d6ef07b8cf3f9023 authored over 6 years ago
Cleaning the `auth_widget` utility

25a328793b32d4ce428d4fabf6a2214690a75d05 authored over 6 years ago
Add tests for token validator and widget util.

65edaeb2b5e217ab64958d5166df326a0185dee0 authored over 6 years ago
Return result from executor. (`Executor.start(...)`)

f3580def030ef30103db1e40e848c7b8799f96a8 authored over 6 years ago
Example: Simple broadcast messages

ddb6c81d9cb965de64b0851f5978b20fda4db724 authored over 6 years ago
Cleanup

60bf8aa0ddad313afed10cb59ec70f9dcb75f440 authored over 6 years ago
Fixed the RetryAfter and MigrateToChat errors

b597f1e5655b543c2f8c41604283f30ef61527d8 authored over 6 years ago
Add error: MessageTextIsEmpty

8a149b1ed5fd8458dc1a5b60d198e3d7214735bf authored over 6 years ago
Refactoring the detection of error types

8f45ebc9ed9723b851855587d53cff5038187c67 authored over 6 years ago
Added new error types: PhotoDimensions, UnavailableMembers

0b48978bd30ff30bf8a03d7fd7a78512d523dcc7 authored over 6 years ago
Unused import

7df5337cb448115683c9cd0d0886565f254f6235 authored over 6 years ago
Disable connections limit.

2a5dc531d2b8c9f960726db6a5a79fe7c4e389ec authored over 6 years ago
Update `setup.py`. Remove versions util.

dccaae4e9c9d9e965e531249449302a80e65d5b2 authored over 6 years ago
Merge pull request #36 from Olegt0rr/patch-5

BugFix: 'Executor._skip_updates' was never awaited

d9abc7cee8fb5cabb0b7526f428a25ba1845b098 authored almost 7 years ago
BuFix: 'Executor._skip_updates' was never awaited

6533b99efaf2cd80b5e6743655ecb9afdccdde29 authored almost 7 years ago
Remove deprecated temp session.

80d2b24d7e48b76f94b2458f1f00199b8442dfe5 authored almost 7 years ago
Bump version

651e0ad2f1da789cf574062fd717a520acb5887d authored almost 7 years ago
Change stage.

a76d95fd71f329351a5dd2375a635db1635d9c75 authored almost 7 years ago
Upd proxy example.

c672faed0bd151961a61098c37b994f3f2a09750 authored almost 7 years ago
Upd requirements.

573264b422b56b173f7269c1c017e8be66d776f4 authored almost 7 years ago
Add InvalidStickersSet exception

e3e1ed9ed75ae595e30cd0a616706f216c13aa38 authored almost 7 years ago
Deprecate temp sessions.

a941a00abc077f6e3ff5f4e13909c524bf4c67c2 authored almost 7 years ago
Something strange. ModuleNotFoundError is not defined when script executed via pip.

8f9240f7ea92b7f7dd9753a3e9946d8150753415 authored almost 7 years ago
destroy_temp_session is awaitable

9e97cd6727f3b0741e07455429bee258437c1bd5 authored almost 7 years ago
Implemented support of Socks5 Proxy

f047bb6db31603ff2a9adbba5555ef9df032fef7 authored almost 7 years ago
Add InvalidStickersSet exception

e07115a09fde68351a47648af99709e341120396 authored almost 7 years ago
More pydocs in `utils.executor` module.

bcb629cf9aec8dde25ac8eb7c6d4264dc26741ec authored almost 7 years ago
Optimize registering of callbacks

0479c24e5a3e5651207b511f3c4d5fea93abd43f authored almost 7 years ago
Refactoring of executor util

96042d13ecc6afe62cb3db65be326fbdb1ef36fc authored almost 7 years ago
Removed obsolete code

70ad68cf4a3263afa06f091e3a13e16f69eeae60 authored almost 7 years ago
Use `find_packages()` instead of for `PackageFinder.find()` in `setup.py`

41c764971be60aa937cb145204ef03abf5f3ee72 authored almost 7 years ago
Update `requirements.txt`

0de77cdea6b5552695b984e59dbb63ed7607ae94 authored almost 7 years ago
Bump version

5bfbc1aec8c806f752a1867176be4eab3026467b authored almost 7 years ago
Fix `setup.py` for pip 10.0.0

8d3a43c17ddfee7f416b14f1e1d5897f47df1adf authored almost 7 years ago
Merge branch 'dev-1.x'

# Conflicts:
# aiogram/__init__.py

1e03e6f80a7d03e8dbde27b0ec30a6464c49844a authored almost 7 years ago
More API Exceptions.

c0fcaa6f456bfd690e26610eb4922d6d2c2e61a7 authored almost 7 years ago
Fix imports

5702bad1c168e8f1fee52c4443f5c4663dae2df6 authored almost 7 years ago
Remake filters. Implemented filters factory.

8ada376a3c99ee586094a54252150f9912dfbd87 authored almost 7 years ago
Merge branch 'dev-1.x' into filters-factory

fbcbf9ade405545278b33e7663cf937da6cab8aa authored almost 7 years ago
Use setuptools instead of distutils. (no)

77867fe109b4034a968039facb7f56ce191b67a2 authored almost 7 years ago
Wow. Fail. Wrong method name.

ca3aa504cf6169966855f3ab7a8e1efe77fced0f authored almost 7 years ago
Bump version

15c85c53db5f387c766ecc712e77b46d2fd2bc4d authored almost 7 years ago
Merge branch 'dev-1.x'

# Conflicts:
# aiogram/__init__.py

35f671c4c9e47de3da6ae5229d49914bc2cfd6dd authored almost 7 years ago
Descriptions of errors.

967dbdaad34722e4b054e04194bc823d1bdee306 authored almost 7 years ago
Add PhotoAsInputFileRequired exception. // Photo should be uploaded as an InputFile

f0de1c5761e3b89bbad33a7dca7d78bb38a0549d authored almost 7 years ago
Use CHUNK_SIZE. [2]

b808c48789aefce9f09c236f5065d57bfd4d6c49 authored almost 7 years ago
Use CHUNK_SIZE.

8fd45bbee41c557db29748ddd65345734a18762d authored almost 7 years ago
Returned back `InputFile.from_url(url)` method.

5dacbdd2a5a1401083dc064195690327d581591f authored almost 7 years ago
Fix unwanted disabling webhook when skip_updates is enabled.

e04c4d05daeffb97600515ac4ed6df8e63dad6de authored almost 7 years ago
Oops. Remove duplicated argument.

d2c5896b5c877f86895a6c5fe7feb170234181ed authored almost 7 years ago
Fix aiohttp ClientConnectorSSLError: SSL certificate verify failed #33

f0552ad6f57cfe190b3256b3227d2104e698a3c6 authored almost 7 years ago
Upd Makefile

2ba34454f49515e171c77b5daf5290b8c28a0cc2 authored almost 7 years ago
Cleanup `.gitignore`

6a5393570a2a52f655f6d73036e0059550e6140f authored almost 7 years ago
Add `.pytest_cache/` to `.gitignore`

2a8eefc3afd198324a39abb78a9e690c14b65ad5 authored almost 7 years ago
Small changes in tests

d2232d127dc24b87105ebf42924ea609d66b9ae3 authored almost 7 years ago
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x

a9fa06653b1f3d7d915cd9f608082e76f469da2d authored almost 7 years ago
Merge pull request #32 from Olegt0rr/dev-1.x

First pytests

f1052b375d578412e7ae284a0395eeefeab92137 authored almost 7 years ago
Temporary fix "Coroutine 'BaseBot.close' was never awaited"

ce0d9aa3c6bd1c87147662bdd96f2c6cb668aca0 authored almost 7 years ago
Add editMessage and answerCallbackQ tests

a1030145c947f9893212c3338748dfe306d7b0ce authored almost 7 years ago
Add chat methods tests

e58e084219cebb8b3c31a836b73169668bac3215 authored almost 7 years ago
Add exportChatInviteLink test

bd701c37681bd7100505ed68bec60679d410d87d authored almost 7 years ago
Add promoteChatMember test

dd559da6f47973469c31ad39e6d18151021dfd82 authored almost 7 years ago
Add restrictChatMember test

3548febeaf70cab5fa7eb53e176bf0faa6fa20f1 authored almost 7 years ago
Add unbanChatMember test

28484d9352289f234229ab693f93bd41bfd88346 authored almost 7 years ago
Add kickChatMember test

90de8b2d4b3bbc50b05b6935d800b1c5f5065f78 authored almost 7 years ago
Add getFile test

959f41a2f099648d72529156ee682ba80ce239cc authored almost 7 years ago
Add getUserProfilePhotos test

b95e977c120dc3d36484c0b9a9582c87d6cdb3f2 authored almost 7 years ago