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 sendChatAction test

c0e4d480dd191794b8e93f860260181c1056b1d0 authored almost 7 years ago
Add sendContact test

3e77aa277583e82b89fbe65e463e999de35cd0aa authored almost 7 years ago
Add sendVenue test

486978abe46b449be7b5fc01ce30a75888db1ae7 authored almost 7 years ago
Add editLocation and stopLocation test

e3da438d9f0502b3b795f110640e9b33bff5c878 authored almost 7 years ago
Add sendLocation test

d1cea909794cc958898840e0694d6bea91212883 authored almost 7 years ago
Correct test names

21439b8532a5fcd4132b0a364cacd04527e0ada9 authored almost 7 years ago
Add sendMediaGroup test

b689a084edecb1415b7f9cd1817ff1c6850d0eb0 authored almost 7 years ago
Fixed test description (with file_id)

6094fd13a3ccafa075e0c6f260ee51a185a655c9 authored almost 7 years ago
Added test sendVideoNote

5a7d01ae7137d45ba5430784140c34e6ab656b49 authored almost 7 years ago
Added test sendVoice

7af8d2da94101adfb4da1de50ea93bc03c2d7a17 authored almost 7 years ago
Added test sendVideo

c49d9c35fe291b96e72d829f03c613aa965c15fa authored almost 7 years ago
Added tests sendPhoto

0c3ce1cf00033706a355720608ea66e45188a0ad authored almost 7 years ago
Added tests sendAudio, sendDocument. Added parse_mode descriptions to methods with caption

24a77883930a1126fda4f4394946f83656bb5d79 authored almost 7 years ago
Pytest part two

c3e77288661edecb2890c234739755e28eb91924 authored almost 7 years ago
Test dataset filling

4ba810fe25d1acfb2a0d79fc60ca15c4bfc845a4 authored almost 7 years ago
First pytests

210082691ab3385e22cf8d87ed33e1a98ef09411 authored almost 7 years ago
Merge pull request #31 from surik00/dev-1.x

Fix ReplyKeyboardMarkup's add method

c143d82023f797271eb69138161ccfb0ee96853b authored almost 7 years ago
Fix ReplyKeyboardMarkup's add method

Fix when add method taking multiple buttons was adding one button to a new row and then adding i...

237f75c58d83a5483b341e4252b3301ab6c83591 authored almost 7 years ago
Merge pull request #30 from surik00/dev-1.x

New markdown method - hide_link

bddfe5055f9739fe2c8027d5a8360961cd1dc3f2 authored almost 7 years ago
New markdown method - hide_link (can be used to add images to text posts as preview)

edf6fda11cb9796e82de0e1672b01c8acdebe6e7 authored almost 7 years ago
Merge pull request #29 from surik00/dev-1.x

Make Message's get_command method return pure command

83ed3f67ce7be461f856763e2eb395c383f2f787 authored almost 7 years ago
Upgraded Message's get_command method to return pure command

(backward compatible)

014be7bca6f744ec087c1b23ecb37c70ba988f17 authored almost 7 years ago
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x

e756847579813cd1d3f0ca22128de21621e65b85 authored almost 7 years ago
More detailed exceptions.

5571f3d4eccabefa7e8a1414a95b35e87b20eb93 authored almost 7 years ago
Bump version number.

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

8854e0c53c70a78eaa198ee6cf97104a4a1a5cc2 authored almost 7 years ago
WTF is going on? Fixed chat actions util.

d0dc3fab8cb39ae3eba4327138c09e1d47540643 authored almost 7 years ago
Merge pull request #28 from Olegt0rr/patch-4

InlineKeyboardMarkup insert bug fix

b0e1994a820f2e0e06862f9aa5df6b85fa49de26 authored almost 7 years ago
InlineKeyboardMarkup insert bug fix

c86f1470ba586a96912e84758b0024cbb660c118 authored almost 7 years ago
Change version.

c149a6a4902175b09aa1e0fbdc973d7d41a26b42 authored almost 7 years ago
Merge pull request #27 from Olegt0rr/patch-3

Swap around checking of VENUE and LOCATION content

014271c139c8859ab4d5fe3280a2104a93ce119b authored almost 7 years ago
Swap around checking of VENUE and LOCATION content

c144156f43a339170be1d9fb2c7a9e62f7f9478a authored almost 7 years ago
regexp filter for callback query #19

5467d91cf872e1d1046e7daf4bd4e73c343de4ad authored almost 7 years ago
Change API version number.

d2d8f4b51c4c953653a8b66c10402e39086914ba authored almost 7 years ago
Merge branch 'master' into dev-1.x

46c73524be77d7f30cc18d790f3faf469b16eb80 authored almost 7 years ago
filters config

3ff2cbb4ec89f20add898bfee435efd8c16c547c authored almost 7 years ago
Merge pull request #24 from Olegt0rr/patch-2

BugFix: web.run_app doesn't wait for loop kwarg

4e7ab9c16d06fe4c1fe56e31f12c7dc5c1618699 authored almost 7 years ago
Merge pull request #23 from surik00/dev-1.x

Add pasrse_mode to all medias (Bot API 3.6 support)

baf81576b2de7631388ccb68112f5d7dddb74cb2 authored almost 7 years ago
Merge pull request #22 from Olegt0rr/patch-1

Split WEBHOOK and WEBAPP settings

249b1cc9acf11f8ff0a5855ba7f92f609afa4e07 authored almost 7 years ago
web.run_app doesn't wait for loop kwarg

Fix error: run_app() got an unexpected keyword argument 'loop'

23fc14a7a42f453dfce9f409adc8ce22e5039367 authored almost 7 years ago
Super minor typography

9dd11c209ae8feb72a054cbacedc95d8bbd0071f authored almost 7 years ago
Added parse_mode to medias caption

e376837f038ff5297a0da9d6176eaba0ff087b14 authored almost 7 years ago
Split WEBHOOK and WEBAPP settings

7b71a72bdef58f107c786b334b89c141d161560b authored almost 7 years ago
Merge pull request #21 from surik00/dev-1.x

Minor fix

f868ca949490469136c51386015d69dd8bef4e53 authored almost 7 years ago
Upgrade ReplyKeyboardMarkup methods to return self

def6fff4a9de5d028cf17135032c636d6fe5e69f authored almost 7 years ago
Typos fixes

6d14790e1c68e9b49cee0252ea74c6c6e9245407 authored almost 7 years ago
Minor typography changes

9deb95a9ea8b955959ebda70b815794dd7382503 authored almost 7 years ago
Add return self to the InlineKeyboardMarkup's insert method

82b35acf52edf7fd7e6bf5b24a4c517d976790bd authored almost 7 years ago
Improvements in InlineKeyboardMarkup

7d804759420843b90fbcc62f61c6e862c3e14004 authored almost 7 years ago
Fix response None check in handlers

b45df4ea2eee49e4ab7f13f345fa5bb532b49bc4 authored almost 7 years ago
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x

# Conflicts:
# aiogram/types/user.py - update hashing in user type

19f67a2e99fce1bffbff32c43f3b539fe2cc48a3 authored almost 7 years ago
Minor typos fix

11fc718c40ed7189c03393c9a6852e0c70ee1b34 authored almost 7 years ago
Change version number.

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

70b60f1b2995c58a2a45fdc2ede9b8417b6c33a9 authored almost 7 years ago
Auto close bot HTTP-connections.

8433c4cc4aa26bacccf51e39b411cde7bea79e3e authored almost 7 years ago
Lost `Message.reply_sticker` & `reply=True` by default in `Message.reply`

f185f69e8dccddb4d973979d1f2871fd6a9c5de2 authored almost 7 years ago
Merge pull request #18 from h0n3yc4k3/patch-1

Fixed minor typo

17f86ec5fc3dc2b426d683bf467a91214a4a9f83 authored almost 7 years ago
Fixed minor typo

5de860af6e66332f6f2e2aa798257ea5c57acff5 authored almost 7 years ago
Implement filters factory.

8d7a00204d1241403c7e79867933fc15169cdff2 authored almost 7 years ago
Change version number

dfcc59d349e5387ff59ead32bd8f20d4ae064568 authored almost 7 years ago
Default value for `state` argument in `FSMContext.set_state`

a3856e33bd757737b30bbe638f58c950d4b263c0 authored almost 7 years ago
Fix `Fatal Python error: PyImport_GetModuleDict: no module dictionary!`

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

39fdac27c609c3c2763d02bb469111dbad5c715b authored almost 7 years ago
Hashable TelegramObject

531b2a4df799b10f24205f7432f20488fa9be534 authored almost 7 years ago
Merge pull request #15 from Ars2014/dev-1.x

Using connection pool in RethinkDB driver

4dcccaae36d26dc990d22634af67d1ff14085fe4 authored almost 7 years ago
Add max_conn param

9ef7ef46431bbf369522dfd99dc314e408d7ac58 authored almost 7 years ago
Check python version in `setup.py`

f3f9b3c27a140c5ce2ba70dfc57ce6d33b8d3049 authored almost 7 years ago
Implemented auth widget object and auth data validator.

4f2cb40aeaf5c4c4a5127ab0ee088c51a266e331 authored almost 7 years ago
Merge pull request #17 from surik00/dev-1.x

Moar fixes

6ee38bcad92b32cbfa3af09954ce0cb3b2b7feae authored almost 7 years ago
Minor typos fixes in examples

f9c44bb2d7aca5d0f9773fe74f863cef3ba57b9b authored almost 7 years ago
Some typos fixes in dispatcher's examples docstrings

e1f61fd4aeb1c42c3c554fa6c3c87d788e37e88d authored almost 7 years ago
Fix TypeError('Filter must be callable and/or awaitable!') on list, set and tuple states

87387b559c8af895ab566c48ecae68af9320b1ff authored almost 7 years ago
Merge pull request #16 from surik00/dev-1.x

Super minor fixes in typography + payments example improvement

7ed1f998cde0200a5cea3d91af4bb245dff820f2 authored almost 7 years ago
Slightly improved payments example

55ed11dbd2d91cfea8f3ce574fea609e1541a4ba authored almost 7 years ago
Added keys for ContentType description

9159f5d2a11c006155aaa08123d7781e8fb4a00d authored almost 7 years ago
Using connection pool in RethinkDB driver

99f5a89f702ce56727d7a8898ec3040bedf78b47 authored almost 7 years ago
Removed redundant spaces in bot.py

4957596ce3f83bf415f78f6d8ac2a843b53c3d92 authored almost 7 years ago
Merge pull request #14 from surik00/dev-1.x

Message CONNECTED_WEBSITE content type

20c9f8e030c093d8abc516ec0c41e93a4798d99a authored almost 7 years ago
Message CONNECTED_WEBSITE content type

26b5f4ebb38f6b5d240308598caf30c597886b29 authored almost 7 years ago
Merge pull request #13 from surik00/dev-1.x

More typos fix

0a7aa2eb31f00436052fd51a6a1ac301de6f5d8b authored almost 7 years ago
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x

3de5783102b27de4b581604bdeb02eef468c2c2f authored almost 7 years ago
Dispatcher init typos fix

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

4a9533ded5ca46dbe91754e8b33918ee7d6e20aa authored almost 7 years ago
Merge remote-tracking branch 'origin/dev-1.x' into dev-1.x

34c5ecd9049b84aa842c2d6f0dd03820aebcebd3 authored almost 7 years ago
Implemented features from the latest Bot API 3.6.

819a212b559d63a2b2fefa52a9f71e82e28db181 authored almost 7 years ago
Minor refactoring:

- removed remaining assertions
- quotes replaced with double quotes in f-strings

70fb332fd3d37f9d8267f0964686d103d6e9e027 authored almost 7 years ago
Merge pull request #12 from surik00/dev-1.x

Minor typos fixes + ReplyKeyboardMarkup.insert method fix

7fa12fc80ebd868fe154388d99cd397b8da9080f authored almost 7 years ago
Fixed ReplyKeyboardMarkup.insert method

5a905abe87db3c0b375f7df8c372d510c4ebbb6e authored almost 7 years ago
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x

bd8e1473c09e00227f1a64c7c78059936ccb9f01 authored almost 7 years ago
Minor typos fixes

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

483c1b295d48e190b73d0ca9c09b5bd21785f49c authored almost 7 years ago
Don't set default commands.

e3b79ea81e012cef427468dcfd295a99af87a2b6 authored almost 7 years ago
Upd description of `exportChatInviteLink`

7c9290784016c087b0bc36f6617843b9a5995155 authored almost 7 years ago
Merge pull request #11 from apik/dev-1.x

Added left_chat_member state to the Message class

f1e299f649d78a43eeac55e1575b7f614853383f authored almost 7 years ago
LEFT_CHAT_MEMBER switched to list

01519e35e2281504b0673ede6ecf7978f640b261 authored almost 7 years ago
Added left_chat_member state to the Message class

104ffd32d0b9b1ab16d379926b49b46325b433a1 authored almost 7 years ago
Change version number. Oops. I forgot commit that.

112e38f5b1a7702e96e4ff9aed5459b4ba094d83 authored about 7 years ago
Fix packages list.

26d5ff446398b1abe5690027c9b3b23f3ec0042a authored about 7 years ago
Update tests (small fixes)

c598a7d82a8f1aa1a91f5ca54ebbcc4d6503466f authored about 7 years ago
Use User.full_name instead User.mention in User.get_mention() method.

67bcfb4772da82679e4b1d1fc4ada34812f60604 authored about 7 years ago