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 missing asyncio keywords (#319)

* fix missing await

* fix empty file reference

* one more await, and file reference

github.com/pyrogram/pyrogram - 2daa5932c6641f8c3d3fa2445d64a731d7b77fdd authored about 5 years ago
Merge pull request #345 from alissonlauffer/asyncio-dev

Add missing awaits for the asyncio-dev branch

github.com/pyrogram/pyrogram - 48aaaf9a0d275398f9e7b1f5d9d65ea666943d80 authored about 5 years ago
Add missing awaits

github.com/pyrogram/pyrogram - 8e9a7a33bd7113f7773669a421c70f8adcfdb61f authored about 5 years ago
Add missing await

github.com/pyrogram/pyrogram - 353811ebd3afb65d442a807de6e4e7a2a112f47e authored about 5 years ago
Fix deprecation warnings complaining about PY_SSIZE_T_CLEAN

github.com/pyrogram/tgcrypto - e848d0aaac063cdb6e4664cd3774f1c59ea220ab authored about 5 years ago
Add Python 3.8 to CI builds

github.com/pyrogram/tgcrypto - 79e31f0c030142421d4b103ab05840f506b6427c authored about 5 years ago
Update CI requirements and make them strict

github.com/pyrogram/tgcrypto - 147f089d4b3b69e008b6110d44d67c4f844f1f6d authored about 5 years ago
Merge pull request #334 from pyrogram/slow_mode

Add set_slow_mode method

github.com/pyrogram/pyrogram - 5022b698b738196185a4c4deb1fa4c42d72317b1 authored over 5 years ago
Add set_slow_mode method

github.com/pyrogram/pyrogram - d71d9686d7e3833fea34a332b8e95bd0de9bb457 authored over 5 years ago
Merge pull request #333 from pyrogram/fixes

Various fixes and additions to the documentation

github.com/pyrogram/pyrogram - 3c80a10753893766b793e2d8f47d877508a2b350 authored over 5 years ago
Add FAQ about why stop, restart, add/remove_handler could make the code hang

github.com/pyrogram/pyrogram - 227a5aaf9010a56cc4a688b6a0b9861755927189 authored over 5 years ago
Remove an MTProto-only feature hint that's not valid anymore

github.com/pyrogram/pyrogram - 012369005e861402dee70313644ffe552406565d authored over 5 years ago
Add REPLY_MARKUP_TOO_LONG error

github.com/pyrogram/pyrogram - df3524e138cfb41e9335b6f2780902c5c884789d authored over 5 years ago
Merge pull request #332 from pyrogram/add-bind

Add .bind() method to re-enable bound-methods after deserialization

github.com/pyrogram/pyrogram - ec15534cdd280edd0643bd6236cf9a401d0b50c6 authored over 5 years ago
Add .bind() method to re-enable bound-methods after deserialization

github.com/pyrogram/pyrogram - 1609efbfbc8e54115b70c19940aa3d92ccf96d7e authored over 5 years ago
Merge pull request #331 from pyrogram/I329

Closes #329

github.com/pyrogram/pyrogram - 9afd244eb660737bfd872959f79ce7ddb8b359c3 authored over 5 years ago
Allow stop, restart and add/remove_handler to be non-blocking

github.com/pyrogram/pyrogram - 8e9e8b4ac46edadaa7cb2bd1c151af7ad7fe2ba9 authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - c929ce3097e464ad5b91c650b0aabb3ff4b5cb2e authored over 5 years ago
Fix deserialization of pretty-printable lists

github.com/pyrogram/pyrogram - e74521b1cc8b61e832a213ebb837416a0a5cb444 authored over 5 years ago
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop

github.com/pyrogram/pyrogram - 701267eb0456937e9c77185d2177f768a885a6b7 authored over 5 years ago
Fix group, channel and supergroup ChatPhoto downloads (#327)

Closes #326

github.com/pyrogram/pyrogram - 945bc61262f3cad9fa15a441a3834e1819cedd39 authored over 5 years ago
Tiny copy-paste fix

github.com/pyrogram/pyrogram - 87512e20c3bf0532950cfedc41c465a6e065467a authored over 5 years ago
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop

github.com/pyrogram/pyrogram - 85e08f774d543a6704ef314aa27c8a2ab516d21d authored over 5 years ago
Add is_creator field to Chat object (#306)

* Add is_creator field to Chat object

* Update chat.py

github.com/pyrogram/pyrogram - cedb87ef41105118006428966560b1668344df84 authored over 5 years ago
Add sphinx_copybutton extension for easy copy pasting from snippets

Thanks @ColinTheShark

github.com/pyrogram/pyrogram - ff561f93c9f3ac9e951e56bd2f633c224767b9f3 authored over 5 years ago
Fix group, channel and supergroup ChatPhoto downloads

Closes #326

github.com/pyrogram/pyrogram - 51cd186559b47aeecf29f99530e6b9e905754d25 authored over 5 years ago
Add USER_ID_INVALID error message (#313)

github.com/pyrogram/pyrogram - 8b4dd1fa4a59af3ce16b20f827e02cf2129d3c2d authored over 5 years ago
Merge branch 'develop' into asyncio-dev

github.com/pyrogram/pyrogram - 79a04f2961bc40d787ed84d84d35b9693f33f6cb authored over 5 years ago
Fix delete_profile_photos

github.com/pyrogram/pyrogram - 24823584848c0b3429bdd72ac1980ee772940a58 authored over 5 years ago
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/__init__.py

github.com/pyrogram/pyrogram - ccbe9b498a3f07a1157f44f0de535051e1d825d6 authored over 5 years ago
Update Pyrogram to v0.16.0

github.com/pyrogram/pyrogram - da7130b38036ecc817cb7c9ced2366e5159b718e authored over 5 years ago
Small style fix

github.com/pyrogram/pyrogram - bc7d29237d40dba92c3cbd1254b3d2561b313814 authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - a541bb45db9244840d2b53229a269b981dd0b3da authored over 5 years ago
Rename encode/decode to encode/decode_file_id

github.com/pyrogram/pyrogram - 91d3508c134b9a903059b7eb7d9bd2a55ceaa4f6 authored over 5 years ago
Fix FILE_REFERENCE_* errors for uploads

github.com/pyrogram/pyrogram - 92c1b48132783c31b2cdbdd33b576b6da7700f7c authored over 5 years ago
Fix FILE_REFERENCE_* errors for downloads

github.com/pyrogram/pyrogram - 1cd94520bf136fcc69b632c3548b6135ae1257c2 authored over 5 years ago
Add two FILE_REFERENCE_* errors

github.com/pyrogram/pyrogram - 7df4b58a514e33ef0d88c1b6eff5de38a45e02b7 authored over 5 years ago
Merge branch 'develop' into asyncio-dev

github.com/pyrogram/pyrogram - 03927404bcc6eb2e3a7191de1bc37a837cbac2ae authored over 5 years ago
Don't try to parse ChatPhoto objects in case peer_access_hash is None

github.com/pyrogram/pyrogram - 26bf84e43d4b7777e5d622551988e676779f9523 authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - 826885a821e838511d23543d3843d05115b63b32 authored over 5 years ago
Implement a storage update mechanism (for FileStorage)

The idea is pretty simple: get the current database version and for each
older version, do what n...

github.com/pyrogram/pyrogram - ff9407aba1493f7c5a4b5dc0dbdc3a353f1625b3 authored over 5 years ago
Update Storage API usages in client.py, auth.py and session.py

github.com/pyrogram/pyrogram - 1a7d0b1b7e64af074847e3f8c903891a927b1768 authored over 5 years ago
Rework File and Memory storage to accommodate the new abstract class

github.com/pyrogram/pyrogram - 0097df2952666023a5fee128e99ad1afe62d7c0e authored over 5 years ago
Tiny SQL style fixup

github.com/pyrogram/pyrogram - 1efce33070ea5d08d0c3c7c8d741407b092ed17d authored over 5 years ago
Create SQLiteStorage for better abstraction

github.com/pyrogram/pyrogram - e226bdbf8931cab7b88916c0af03415f644b0304 authored over 5 years ago
Update Storage abstract class

github.com/pyrogram/pyrogram - 108fa08878266c56f8e495dae21a0a7cd85ae1ae authored over 5 years ago
Fix minified peers being erroneously stored because of server changes

github.com/pyrogram/pyrogram - 6d0e2f7312fe5ba92d20b99fcc706df715a9ba1c authored over 5 years ago
Update ChatPhoto parser

github.com/pyrogram/pyrogram - 840a9d1cc7b8f7acd9044443bd9fe3ae3e3d8419 authored over 5 years ago
Rename Storage .destroy to .delete

github.com/pyrogram/pyrogram - c5498c3b4e9e8efdb8e041648a3ec4f1024fa7dd authored over 5 years ago
Remove auto-auth.rst

github.com/pyrogram/pyrogram - a7c10bfb28991b9a6f456a971ae0ab1e80037b74 authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - b10817ec29670d60335c282a53d03a104f13cc2f authored over 5 years ago
Merge branch 'asyncio-dev' of https://github.com/pyrogram/pyrogram into asyncio-dev

github.com/pyrogram/pyrogram - 3dce23524d45fb5f05d6989e571877c23e4c4f44 authored over 5 years ago
fixed memory leak when session.send coroutine is cancelled (#311)

added that when session.send coroutine is cancelled (or if any other exception is raised) the re...

github.com/pyrogram/pyrogram - aa937a704d0bad9fdf2f893b2a85cc1a9a40d9b4 authored over 5 years ago
Workaround for SQLite VACUUM on Python 3.6.0

github.com/pyrogram/pyrogram - 2983a3b87aa938605a6307092d259905885af8a5 authored over 5 years ago
Update docs link

github.com/pyrogram/pyrogram - 011375d0b2fb8caeae7931f2451b9fd98a6ce794 authored over 5 years ago
Tiny documentation fixes

github.com/pyrogram/pyrogram - 71148758c9326be6cfb946d8682d0797a9033111 authored over 5 years ago
Optimize join_chat code

github.com/pyrogram/pyrogram - aaf0e82cdf4292634de3ef4f9b9b6e05973907eb authored over 5 years ago
Rename set_custom_title to set_administrator_title and clarify

github.com/pyrogram/pyrogram - 80c7a6e98891d23d0215a8cefe4dc98571def4ed authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - 928ce5d850ca876d132c71c358bde817197d7bff authored over 5 years ago
Revert "Stop instantiating logger objects and directly use the logging module"

This reverts commit 792068d7

github.com/pyrogram/pyrogram - a015f998fa509a2549ecc5796b8b77c1676071a8 authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - 8f0b8babc2523bb58b97f4683b7bb510df1eeae6 authored over 5 years ago
Stop instantiating logger objects and directly use the logging module

github.com/pyrogram/pyrogram - 792068d7c89342eae7ba80d5e3a5d3a58bcb944b authored over 5 years ago
Set the updates workers pool from 1 to 4

github.com/pyrogram/pyrogram - 481e4ee3396d5b6f79362fd9ae6e8f66e5c86eb6 authored over 5 years ago
Fix Restriction class not being exported

github.com/pyrogram/pyrogram - 25f21511514b492daa359b0f4a4242f0415ad680 authored over 5 years ago
Add log_out method

github.com/pyrogram/pyrogram - cfd756bd2439f504a6ca7136ced035cb6e502116 authored over 5 years ago
Small code cleanup

github.com/pyrogram/pyrogram - c7782b146f8739af6719ba390ce060a7ade917cb authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - c163f16d7b4cb483a7cffc56fe0996cbd34b0079 authored over 5 years ago
Add set_custom_title method

github.com/pyrogram/pyrogram - c0298542a5716f19e6ca1b4e48a7a37a60d82476 authored over 5 years ago
Add .title attribute for ChatMember objects (admins and owners only)

github.com/pyrogram/pyrogram - 5b27b952c406992827a5a4bbcdb39b15915b9c4d authored over 5 years ago
Add custom administrator titles related errors

github.com/pyrogram/pyrogram - fdafe582d7635f4dfb9aa0e1ee986e4780eab4fb authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - 96334e0dba969cdde6c822f00c21d460dc0af4d7 authored over 5 years ago
Add Filters.scheduled and Filters.from_scheduled

github.com/pyrogram/pyrogram - 44a74b9d38f4747cc400ecf1fff28c7b051fb248 authored over 5 years ago
Add support for scheduled messages

github.com/pyrogram/pyrogram - 047fe378605afa483f40f3648545e4decaf28428 authored over 5 years ago
Fix ChatPhoto failing to parse in case the user is not known yet

github.com/pyrogram/pyrogram - c3dde772743c9c8571fcf7aa1b9493d74b199def authored over 5 years ago
Add CHANNELS_TOO_MUCH error

github.com/pyrogram/pyrogram - 7cac3521feb9fe785458681a242d9440e810969a authored over 5 years ago
Merge remote-tracking branch 'origin/asyncio-dev' into asyncio-dev

github.com/pyrogram/pyrogram - 5f944056cc17bc83d4f8ca6de2a93e08998270eb authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - ce72a7edd99d19972b519ec9b9fec6457f8d49e5 authored over 5 years ago
Add new Restriction object and make User and Chat objects use it

github.com/pyrogram/pyrogram - 5ce62bd79c3503272e01341f1252382a592a26fc authored over 5 years ago
Update API schema to Layer 105

github.com/pyrogram/pyrogram - 8db3d90c520f1044974585d414f0b9a6dee9ca67 authored over 5 years ago
Revert "Enhance Parser when dealing with leading and trailing whitespaces"

This reverts commit 8cdcf90b

github.com/pyrogram/pyrogram - f3b33ef1d50d78862573cc5a6312ddacc6103658 authored over 5 years ago
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop

github.com/pyrogram/pyrogram - 3f4441d0f521c48d3f7fd4f94394ad46b43ae177 authored over 5 years ago
Merge branch 'layer-104' into develop

github.com/pyrogram/pyrogram - fb771441ed0ad89fcfce2e37aaf5445748ee0680 authored over 5 years ago
Don't pass the client to progress callbacks anymore

github.com/pyrogram/pyrogram - d15d38ba526d8b8d4d64ab46a21e52775b24a2bf authored over 5 years ago
Fix Message.click default parameters

github.com/pyrogram/pyrogram - 310810c32023f5434d0173da6660943af7cc3f0c authored over 5 years ago
Fix error on serializing None when int is expected

github.com/pyrogram/pyrogram - 1ade49a13a887d0f0cd76bc85dc0e789624187a6 authored over 5 years ago
Add missing async and await keywords

github.com/pyrogram/pyrogram - fe6c5e542d8c0dcc65913bf63758df506475532b authored over 5 years ago
Update inline_query_result_photo.py

github.com/pyrogram/pyrogram - 2031df15fe061067564fcb6b88199351a0db1134 authored over 5 years ago
Fix set_chat_photo not working because of new file ids

github.com/pyrogram/pyrogram - 0011d12be50ce3e086971be28e65a15bb567ed9b authored over 5 years ago
Merge branch 'new-file-id-format' into develop

github.com/pyrogram/pyrogram - 77e4128d548a400fbc4c43fb5492d5257d97f58f authored over 5 years ago
Don't stick navigation sidebar of documentation

github.com/pyrogram/pyrogram - 4e119b27bd359490ae0872daa3fdb6eb6acbad42 authored over 5 years ago
Add bound method for get_common_chats (#305)

github.com/pyrogram/pyrogram - b74a8eba5e02390f58375590c7a73dbc234b07f3 authored over 5 years ago
Fix IndexError when parsing empty nearby chats

github.com/pyrogram/pyrogram - 55f5a1a36c85ce61937ae463b050ae2a17bc6e6c authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - a829f74a16e8847e6d9d946380553ffc0e13be29 authored over 5 years ago
Add get_nearby_chats method

github.com/pyrogram/pyrogram - 95051d7fb1946c7718e6b56e9154f29233bbc871 authored over 5 years ago
Add missing members_count attribute when parsing chats

github.com/pyrogram/pyrogram - 74ecd2bb33b1cf316b5dc11dd08440e3e09d8118 authored over 5 years ago
Update PDF fonts

github.com/pyrogram/pyrogram - 8d700239d94e4dc2ae46194c8845593a11b3051a authored over 5 years ago
Fix smart-plugins.rst docs

github.com/pyrogram/pyrogram - ebad34cbc76bf8931714ec1af20439fbe33b81bc authored over 5 years ago
Merge develop -> asyncio

github.com/pyrogram/pyrogram - 55fc071b06adc064c1eb1202b84673b9440d4078 authored over 5 years ago
Add get_common_chats method to docs

github.com/pyrogram/pyrogram - af2441155054c9d50dfa40d79d0cb4a1853388fd authored over 5 years ago