Ecosyste.ms: OpenCollective

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

pyrogram


Collective - Host: opensource - https://opencollective.com/pyrogram - Website: https://opencollective.com/ - Code: https://github.com/pyrogram

Add get_user_profile_photos_count method

github.com/pyrogram/pyrogram - 08554633ce90a01b29931156c555760bd3567a9b authored almost 6 years ago
Add get_contacts_count method

github.com/pyrogram/pyrogram - e8e0c16daf1b4f30370b02969d6620d1e6a60317 authored almost 6 years ago
Add get_dialogs_count method

github.com/pyrogram/pyrogram - 4e77ead18171d6c692d57737c88dbf2f00ea007b authored almost 6 years ago
Add get_history_count method

github.com/pyrogram/pyrogram - e80eebc23494ecd558a4067fd0b6e3176cbc0261 authored almost 6 years ago
Fix small typos

github.com/pyrogram/pyrogram - 95ef9a64deb01ea4ca523a42f9d674079387b96c authored almost 6 years ago
Increase OFFLINE_SLEEP to 15 minutes

This avoid frequent dialogs fetch while debugging with user accounts

github.com/pyrogram/pyrogram - 01f0af6bb033fa8468bc495d5afb4b3009288037 authored almost 6 years ago
Handle minified poll updates

github.com/pyrogram/pyrogram - 6f2c625cd1c3c769b5db2b2af519e7515a8fd930 authored almost 6 years ago
Hint the return type of get_history

github.com/pyrogram/pyrogram - bfda5852b6ba587709b24c9b0423ec77cb498db3 authored almost 6 years ago
Merge pull request #238 from pyrogram/bot-api-4.2

Bot API 4.2

github.com/pyrogram/pyrogram - 6c140fd03e7d7a0a37550dc96306e21f5643416a authored almost 6 years ago
Make is_member field actually working

github.com/pyrogram/pyrogram - 58482919ba826b36d5e7b60e8e9203c4f715093a authored almost 6 years ago
Fix an unresolved reference

github.com/pyrogram/pyrogram - a6198921c3ec66fc53b6921b991b9739071679ac authored almost 6 years ago
Add missing awaits

github.com/pyrogram/pyrogram - ec258312dd5af2958d845adf202060493f0638d8 authored almost 6 years ago
Add supports_streaming attribute to the Video type

github.com/pyrogram/pyrogram - 80081a29b48e24d3bf9dd261bc3594b931f513e6 authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/client/types/bots/callback_query.py

github.com/pyrogram/pyrogram - f3d7cea70082a5d7aa155b7b62a7e5dc61b5d7ef authored almost 6 years ago
Use str or bytes for callback_data and CallbackQuery.data (#241)

github.com/pyrogram/pyrogram - d30cad1a2dccfca1fc2b8386732b35711a937a7a authored almost 6 years ago
Merge branch 'asyncio' of https://github.com/pyrogram/pyrogram into asyncio

github.com/pyrogram/pyrogram - 7900d2abeed73626c71294b94151c0b7843a2875 authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/ext/base_client.py
# pyrogram/client/metho...

github.com/pyrogram/pyrogram - 952f9bc503f4f933510f2560d96b1d3f1619714f authored almost 6 years ago
Use str or bytes for callback_data and CallbackQuery.data (#241)

github.com/pyrogram/pyrogram - 8dd99a868378d7b1109342fb0d71d01560ce90ae authored almost 6 years ago
Add important note to export_chat_invite_link

github.com/pyrogram/pyrogram - cc9bc56391cbe4add6915846d1669c045e100a8a authored almost 6 years ago
Bring the old, but working, channels.exportInvite method back

We keep this until the server decides to enable the new methods for bots

github.com/pyrogram/pyrogram - 881f3e479aaf310f927fe4504bdaddd7306580b4 authored almost 6 years ago
Revert "Fix export_chat_invite_link broken because of Layer update Fixes #244"

This reverts commit 2aad5985

github.com/pyrogram/pyrogram - d83a2a951d72b8b9cfbc67a166ac953851774a88 authored almost 6 years ago
Fix export_chat_invite_link broken because of Layer update

Fixes #244

github.com/pyrogram/pyrogram - 2aad59856d27aa36bfe5ebd25a4408580b03929f authored almost 6 years ago
Make sure mime.types actually gets installed

github.com/pyrogram/pyrogram - 16d3b2d56e751570358edf60ae90d143dd7f0534 authored almost 6 years ago
Remove unneeded method

github.com/pyrogram/pyrogram - 94574efe2c6c5001ec444e4a219337cc72f7c833 authored almost 6 years ago
Add mime.types in MANIFEST.in

github.com/pyrogram/pyrogram - e7258a341ba905cfa86264c22040654db732ec1c authored almost 6 years ago
Update develop version

github.com/pyrogram/pyrogram - cec43bf568c97c520a966e1510f7b4bc8273f2d1 authored almost 6 years ago
Bring back automatic mime type detection for new uploads (fixes #239)

- Add mime.types file to contain a good database of type -> ext mappings
from svn.apache.org/r...

github.com/pyrogram/pyrogram - 63d76a7f13bd28e5cfda7b0db684b09c64886991 authored almost 6 years ago
Make delete_messages return False when it fails to delete

This is because there will be no exception raised, because Telegram
is not sending any RPCError w...

github.com/pyrogram/pyrogram - 57be97566d9a182e10e39f4e55c99f7c1e2c67a3 authored almost 6 years ago
Add the field is_member to the ChatMember type

This can be used to find whether a restricted user is a member of the
chat at the moment of the r...

github.com/pyrogram/pyrogram - b056aa8d7f1f484aaffffc966a52b48094f8cfbe authored almost 6 years ago
Update .gitignore to ignore the generated RPC error classes

The "errors" package has been moved to make it simpler to import

github.com/pyrogram/pyrogram - bcef74c574d799aa07d75f39ece5d271b21c6477 authored almost 6 years ago
Add missing Poll docstrings in Message

github.com/pyrogram/pyrogram - d6d2923e34381a90e62a3779e82532fc7923ef21 authored almost 6 years ago
Add PollHandler type and on_poll decorator for handling Poll updates

github.com/pyrogram/pyrogram - 5905f761fa214a459aa66f63630c72b2cd408273 authored almost 6 years ago
Merge branch 'develop' into session_storage

# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/ext/base_client.py
# pyrogram/client/...

github.com/pyrogram/pyrogram - 952f0627f1c4f3eee850f4209e33c9ab5316b91e authored almost 6 years ago
Poll ids are now strings and not integers

github.com/pyrogram/pyrogram - 5c638e707e0fe70e3b449ffdbdafd5be3ba8b36a authored almost 6 years ago
Rename forward_from_name to forward_sender_name

github.com/pyrogram/pyrogram - cbc938931dbe222e3b46e1289b298b36f02e1e3e authored almost 6 years ago
Increase media thumbnail size limit

github.com/pyrogram/pyrogram - ebacefb6e039c4a16b0c2993c6cfb9da705328bf authored almost 6 years ago
Fetch the pinned message in own chat (saved messages)

github.com/pyrogram/pyrogram - 22a7e338ff418f57d12ace8ca4f650a2e02c8f4c authored almost 6 years ago
Refactor Poll types and methods to reflect Bot API 4.2 docs

github.com/pyrogram/pyrogram - 4661fb035b3122e01522b0122ae994d9c5c91691 authored almost 6 years ago
Add missing awaits

github.com/pyrogram/pyrogram - 1dd3ba4133258c81b8cbcee37b35bfb60d9e55d2 authored almost 6 years ago
Initial commit

github.com/pyrogram/assistant - 7cf1ba4715907905c05b231ddc315c38b1f3de23 authored almost 6 years ago
Merge branch 'develop'

github.com/pyrogram/pyrogram - 605b5f1b0f9ba3e56a769be6686e87a2ca919499 authored almost 6 years ago
Add missing ChatPermissions docs

github.com/pyrogram/pyrogram - 7ed962134a99f9350192062313efc5e5fa5c1fb0 authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/__init__.py

github.com/pyrogram/pyrogram - 313bf8952f5e96d255accc8e10d761c118040abf authored almost 6 years ago
Update to v0.12.0

github.com/pyrogram/pyrogram - afac7651e48851f55da086e2cf4d67eaa738de4d authored almost 6 years ago
Fix Filters.video_note wrong name

github.com/pyrogram/pyrogram - d2179e2ede4226ac7e2261140ac49b4e752b98e9 authored almost 6 years ago
Add missing awaits

github.com/pyrogram/pyrogram - 1750300ab93ea04d3058b51e8843f080eb18671d authored almost 6 years ago
Fix inline_query_parser in asyncio branch

github.com/pyrogram/pyrogram - ad49e72f02757618d51d89dfd518370bf48f579f authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/client/methods/chats/set_chat_description.py

github.com/pyrogram/pyrogram - 9100a43f7ba20ff3a7ac5a780fed7767b8470b64 authored almost 6 years ago
Fix set_chat_description not working anymore with the new Layer

github.com/pyrogram/pyrogram - 1e635f00ea95d10c9b28e7abfc488f1cfaef29cf authored almost 6 years ago
Update examples

github.com/pyrogram/pyrogram - 0d5724164cd77cd5f2e63d3ce3d79332eced6d0b authored almost 6 years ago
Automatically cast inline result ids to string

github.com/pyrogram/pyrogram - 6ad9caa7c629ffe6e69c2d653d5543d4451e5c43 authored almost 6 years ago
Make the deprecation warning actually work

github.com/pyrogram/pyrogram - 4d1abbbb79ce9f30377b216c98353dc8547f0aec authored almost 6 years ago
Refactor the command filter.

Also allow it to work on media captions as well

github.com/pyrogram/pyrogram - 292a6ea7bf3bf60787219ff403bec8229ec1eb76 authored almost 6 years ago
Simplify user and chat filters implementation

github.com/pyrogram/pyrogram - 88078d45738f9c265e7852b98f966dec571ff955 authored almost 6 years ago
Add ACCESS_TOKEN_INVALID error

github.com/pyrogram/pyrogram - 0c5f5738a54cf2a44b9dfda9e7e4afe5fd880d3c authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/__init__.py

github.com/pyrogram/pyrogram - d49aed3d9e0d98c2f3ffcf2ea3b260b72e39fd63 authored almost 6 years ago
Clean up documentation pages

github.com/pyrogram/pyrogram - 05aed5e0e104102e3ae5278f011695c1a485dc87 authored almost 6 years ago
Merge pull request #236 from Bfas237/develop

A global fix for Python < v3.5.6 which was causing error with sqlite3

github.com/pyrogram/pyrogram - 3ac62ba941f73eeec993d8723ea375484badf857 authored almost 6 years ago
Update async version

github.com/pyrogram/pyrogram - 95a7befed50d8094b95e12d29c2c95301c0f3b8c authored almost 6 years ago
Attempting solution to why pyrogram breaks

github.com/pyrogram/pyrogram - 8023aa5d280fe664ea325dc066a1d558297dfc11 authored almost 6 years ago
Add files via upload

github.com/pyrogram/pyrogram - 17d3a5b4cd446e6018c4da08bb1934a787e0c0de authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/client/methods/chats/get_chat_members.py

github.com/pyrogram/pyrogram - b94f6d4e99438a69d16b0a39ee62f78eccf21606 authored almost 6 years ago
Automatically handle flood waits when using get_chat_members

github.com/pyrogram/pyrogram - fbe6af2fc6a8a01e94431210b6ae19215a6e688b authored almost 6 years ago
Merge branch 'develop' into asyncio

github.com/pyrogram/pyrogram - f96a0b767437df3151cb3c25072e1988ad7de73c authored almost 6 years ago
Fix send_chat_action not working with upload_* actions

github.com/pyrogram/pyrogram - e79f4fde80db5f37a5c6b96e080af16a62e2554c authored almost 6 years ago
Fix core types not being printed because of missing __slots__

github.com/pyrogram/pyrogram - e05a5ebf6f5a3e353992b7370437c657f1cc7b59 authored almost 6 years ago
Fix StopTransmission in asyncio by inheriting from StopAsyncIteration

Instead of StopIteration

github.com/pyrogram/pyrogram - 29940fbc662d5906977a8718ca98a62d61e1bec3 authored almost 6 years ago
Add missing awaits

github.com/pyrogram/pyrogram - 7f7f9768fd9c150b2ba8db72228455a64c6fe25f authored almost 6 years ago
Merge branch 'develop' into asyncio

github.com/pyrogram/pyrogram - 654a432d9921ccdf8c0fe426a35dffb1331a7b23 authored almost 6 years ago
Documentation fixes

github.com/pyrogram/pyrogram - b4da453ef3b1a5193f7034604a195a9e58458195 authored almost 6 years ago
Fix broken mentions for both HTML and Markdown

github.com/pyrogram/pyrogram - ef5dd96bdc50cc44dff184650e3e8007c5365e11 authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/client.py
# pyrogram/session/session.py

github.com/pyrogram/pyrogram - 1179a5b994d4a8bcf25697f1235c732b448dfb85 authored almost 6 years ago
Add missing methods in docs

github.com/pyrogram/pyrogram - f4cb31d7b86f8e7d13959cf9465b8908f84bb07b authored almost 6 years ago
Remove delete_messages limitations

github.com/pyrogram/pyrogram - b8341a9869498afbee8a24af8508f673a87b3156 authored almost 6 years ago
Refactor project and move errors namespace out from pyrogram.api

github.com/pyrogram/pyrogram - b5c6db6db01b016ba772874c9adab90556e71643 authored almost 6 years ago
Move dispatcher.py inside ext folder

github.com/pyrogram/pyrogram - 066633ce457949b649be44fe56529b416f39669a authored almost 6 years ago
Add support for hidden users in forwarded messages

github.com/pyrogram/pyrogram - ce0173e7cd5920ec080514e609606b1d1aa28712 authored almost 6 years ago
Update API schema to Layer 97

github.com/pyrogram/pyrogram - eb2799ed453af96def044d3bbafa5256082bf29a authored almost 6 years ago
Add missing awaits

github.com/pyrogram/pyrogram - ac318831dc0feb6151e63da1bf2ff28ed8ed036a authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/client/dispatcher/dispatcher.py
# pyrogram/client/types/messages_and_med...

github.com/pyrogram/pyrogram - 5d163ebabca7d9d99dcad3d1545c120ab8f528a8 authored almost 6 years ago
Make get_sticker_set_name "private" with a leading underscore _

github.com/pyrogram/pyrogram - 4b7c6810c09955dc8267d7c76c38247ced8daa1b authored almost 6 years ago
Update docs to use bot_token parameter

github.com/pyrogram/pyrogram - 5edd971118ec08cdf8b3b38543698f4bb11b0dd5 authored almost 6 years ago
Merge pull request #141 from pyrogram/inline-mode

Add support for inline mode (bots)

github.com/pyrogram/pyrogram - 149130831b2f59d5984c3f50aef34f9b7d9c4f54 authored almost 6 years ago
Small docs fixes

github.com/pyrogram/pyrogram - 27666ec1743c707d01f787314a1730c05b80d8a1 authored almost 6 years ago
Fix Inline buttons parsing

github.com/pyrogram/pyrogram - f0138ce555f87ea3d8a1950d4de050a2016111f5 authored almost 6 years ago
Clean up docstrings

github.com/pyrogram/pyrogram - 921800f90252a60c946abee710039e3222343561 authored almost 6 years ago
Clean up inline-mode

github.com/pyrogram/pyrogram - bc9f9023760885699a6e35e858c00954d02060d9 authored almost 6 years ago
Remove trailing slashes from links

github.com/pyrogram/pyrogram - 4138e668c0cc7a5434c1fd80563af63727303d4b authored almost 6 years ago
Fix inline-mode branch breaking after many commits from develop

github.com/pyrogram/pyrogram - fede74398cae6d0507018f7c083473d3d7b01499 authored almost 6 years ago
Merge branch 'develop' into inline-mode

# Conflicts:
# compiler/api/compiler.py
# compiler/error/source/400_BAD_REQUEST.tsv
# pyrogram/_...

github.com/pyrogram/pyrogram - acbbfabb27cb0feb445fba470c9d8366eee747fa authored almost 6 years ago
Merge branch 'develop' into asyncio

github.com/pyrogram/pyrogram - 33c6da44b2586c64e2ecf28eee482fcf25d06e41 authored almost 6 years ago
Fix parsing ChannelForbidden; it doesn't have default permissions

github.com/pyrogram/pyrogram - afcde95b30f25eacce718454d9a956461185be85 authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/client/methods/messages/forward_messages.py
# pyrogram/client/types/mess...

github.com/pyrogram/pyrogram - a4217ab58b9c26ade1390b176b1da2d81695ccaf authored almost 6 years ago
Fix argument not passed with name

github.com/pyrogram/pyrogram - 41729cbdda3fe03496217d82b9a6ea0a37884354 authored almost 6 years ago
Update style

github.com/pyrogram/pyrogram - 159090483f47e93f7c6b212c829c0b59589ec101 authored almost 6 years ago
Merge branch 'develop' into asyncio

# Conflicts:
# pyrogram/client/methods/messages/forward_messages.py
# pyrogram/client/methods/me...

github.com/pyrogram/pyrogram - 03707fd312927a9220e9d806690fdc6758c9b838 authored almost 6 years ago
Add ability to forward messages as copies (#227)

* Add ability to forward messages as copies

* Add Messages.forward() method

* Update and c...

github.com/pyrogram/pyrogram - 081b9b280a2a42d451b9a86b3daaa415bed6bfcd authored almost 6 years ago
Add more Message convenience methods (#233)

* Added convenience methods
message.reply_animation
message.reply_audio
message.reply_cached_...

github.com/pyrogram/pyrogram - ac591cf3c7e6f7da20d957d6f3f911dad6282cab authored almost 6 years ago
Show TOS on signup just once while program is running (#231)

github.com/pyrogram/pyrogram - 5aa93b8287ca4fbe1de306296d47dd43f95abf5f authored almost 6 years ago