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

Fix weird constructor names reported in compiled docs

github.com/pyrogram/pyrogram - 36b10586238e8683604c8e92f185eb5bde381702 authored almost 7 years ago
Update docs version

github.com/pyrogram/pyrogram - dd6f6e1b35780958a5eac5f3f572abb379aebe80 authored almost 7 years ago
Update to v0.7.1

github.com/pyrogram/pyrogram - 797e102c3f34db072ab06034c2fc86a1b659ebba authored almost 7 years ago
Fix send() not returning the value in case of a retry

github.com/pyrogram/pyrogram - b59212dbf23080a044963cd28a681a439d0971e9 authored almost 7 years ago
Handle STICKERSET_INVALID error

github.com/pyrogram/pyrogram - d6448c20444f2dfba090bc1dd2b5e336bf4656d4 authored almost 7 years ago
Add STICKERSET_INVALID error

github.com/pyrogram/pyrogram - 26f0d77a1a349c6d99538dea11b98f16d6f68fdb authored almost 7 years ago
Merge pull request #51 from pyrogram/new-api

API Revamp

github.com/pyrogram/pyrogram - f47ee057e47b75edd0fd4f7fb3c0a9cd705a3573 authored almost 7 years ago
Update to v0.7.0

github.com/pyrogram/pyrogram - 069dbb3e7a6d69c75a41443e6b75100a33831054 authored almost 7 years ago
Update README.rst

github.com/pyrogram/pyrogram - 1e7e1abdac0dbb8137adb2e4bfc4e3e6bddc9af7 authored almost 7 years ago
More concise error description

github.com/pyrogram/pyrogram - ba1ffdb92b6b5462b46a2c229fd29179335769f2 authored almost 7 years ago
Retry on internal server errors, up to MAX_RETRIES times

Also add support for custom retry count

github.com/pyrogram/pyrogram - 639828f5508dff9e3bd744bf0c5ea43a04a6e8f0 authored almost 7 years ago
Add some new RPCErrors as well

github.com/pyrogram/pyrogram - f5efb6672aa5d633130e741fb0c0f173f422f71d authored almost 7 years ago
Move some errors to their right place

github.com/pyrogram/pyrogram - e1d617b680161ac8437b255abc8b4aa80b7699c9 authored almost 7 years ago
Update docstrings

github.com/pyrogram/pyrogram - 0bba5daea484981f4cb803c1009d695381f6281b authored almost 7 years ago
Add set_name and emoji to Stickers

github.com/pyrogram/pyrogram - 9dff99cf3640f8b37436b93c727c7002f7a315a2 authored almost 7 years ago
Don't use raw functions when getting messages

github.com/pyrogram/pyrogram - d78dfb4f9eeb10fd173291ae502c8052e47f6a16 authored almost 7 years ago
Add missing notice

github.com/pyrogram/pyrogram - ebe806e2b7736d25ee3a9402e4295d1eb5977881 authored almost 7 years ago
Fix RawUpdateHandler page title

github.com/pyrogram/pyrogram - 3947453bc7ef4e54562f856f262dc4fd5962b65d authored almost 7 years ago
Update README.rst

github.com/pyrogram/pyrogram - e2c101d28e73b7180b95b49778b73899b92d9981 authored almost 7 years ago
Set correct link for the Message type

github.com/pyrogram/pyrogram - f9b1d02af447b440f1a8e63ea7a3655c0a7c2d4f authored almost 7 years ago
Update version

github.com/pyrogram/pyrogram - fcc595c5867579cdf3f9b35e95a9590b96a6071f authored almost 7 years ago
Update get_messages docstrings

github.com/pyrogram/pyrogram - a547eb6fa15b69cb3084eee6e8f693ca3407f7b0 authored almost 7 years ago
Fix wrong users when joining by link

github.com/pyrogram/pyrogram - e210b22aaac41d9cb968d62dc41db1bd0944639f authored almost 7 years ago
Make get_messages return the correct type

github.com/pyrogram/pyrogram - f47f903f7f85945c04bcb077332477d9e93b7d7f authored almost 7 years ago
Use raw functions when getting messages

github.com/pyrogram/pyrogram - d0ddb63830f7af59c8ca0e1d19a96c2ce6024e95 authored almost 7 years ago
Make edit_message_caption return the new type

github.com/pyrogram/pyrogram - 06685cfe15985d9e709a6ab978e94117dbdb9ec3 authored almost 7 years ago
Make edit_message return the new type

github.com/pyrogram/pyrogram - fbc8cafe4d512025d66ef99a70ffea02e34e4c3c authored almost 7 years ago
Make send_contact return the new type

github.com/pyrogram/pyrogram - 20bd4fb605370b8ced2929f713fa5bd59d405d10 authored almost 7 years ago
Don't pass empty last_name or user_id, pass None instead

github.com/pyrogram/pyrogram - 797e8ba4e98ed58bf26b8ea957e3fbe6f11c53c9 authored almost 7 years ago
Make send_venue return the new type

github.com/pyrogram/pyrogram - 58c9f321b429bd4e2abcaaf5b8431073e84b53c6 authored almost 7 years ago
Don't pass an empty string, use None instead

github.com/pyrogram/pyrogram - 4bbdadaa1714d72d26b96ed0d1111cec8e5559d3 authored almost 7 years ago
Make send_location return the new type

github.com/pyrogram/pyrogram - cd9f44183e51d6971da81a0367c8c63c53feb4ee authored almost 7 years ago
Deprecate download_photo

github.com/pyrogram/pyrogram - b4b53735050191642fc0f025c69af2339c1a38c3 authored almost 7 years ago
Update download_media docstrings

github.com/pyrogram/pyrogram - d9b3d671266a51f95a899ede2e19bd42f330795f authored almost 7 years ago
Reorganize parameters

github.com/pyrogram/pyrogram - e48ad9a7dd365e5b85a1f3bcc77b630541c5095e authored almost 7 years ago
Rework download_media to accept the new Message type

github.com/pyrogram/pyrogram - fdac67de69cf503aa849943aa4a5dfdac98d54f0 authored almost 7 years ago
Add mime_type, file_name and date to Sticker objects

github.com/pyrogram/pyrogram - 6275a4003fef2cab30b99876095a2c434fd21697 authored almost 7 years ago
Add file_name, mime_type and date to VideoNote objects

github.com/pyrogram/pyrogram - ddfce4b7ea9b159b454c7730f43fa57b4fa702b7 authored almost 7 years ago
Add thumb, file_name and date to Voice type

github.com/pyrogram/pyrogram - f35d922c97fd384f99478efcb5f767af8f75c0f9 authored almost 7 years ago
Add file_name and date fields to Video objects

github.com/pyrogram/pyrogram - 7184710948e46a0865e61f57f18363b927754258 authored almost 7 years ago
Add date field to Document type

github.com/pyrogram/pyrogram - 44dda8550facf08e5c1fb533621f2aa0a8e315c3 authored almost 7 years ago
Add thumb, date and file_name to Audio type

github.com/pyrogram/pyrogram - e08e2850ee095781d45e76575619bc86f817e7c8 authored almost 7 years ago
Add date field for PhotoSize

github.com/pyrogram/pyrogram - d5f368431076d06de93882fc193f493e4d4cd60b authored almost 7 years ago
Add ChatPhoto to User objects

github.com/pyrogram/pyrogram - d9fdd89c49b2e01dc4829e9d2837c37de9a2cf26 authored almost 7 years ago
Add photo field to User type

github.com/pyrogram/pyrogram - d948831b64281f14bca65f1c2263da59d29d1535 authored almost 7 years ago
Add ChatPhoto to Chat objects

github.com/pyrogram/pyrogram - ab1d780a61aa419dffe71fd5c073caeb511fbb1a authored almost 7 years ago
Update index

github.com/pyrogram/pyrogram - e4691151380d93ade2127985fa986b8455400e78 authored almost 7 years ago
Add some TODOs

github.com/pyrogram/pyrogram - 94c9e7c52bb648ac96987221ec30d2acadd93397 authored almost 7 years ago
Enhance send_media_group by accepting file_ids

github.com/pyrogram/pyrogram - b705391f79f26c54c62cdf2c52343800fe49dd5f authored almost 7 years ago
Enhance send_video_note by accepting file_ids

github.com/pyrogram/pyrogram - 5e26ae189463e306063f1bb45d90d51372fdda83 authored almost 7 years ago
Enhance send_voice by accepting file_ids and URLs

github.com/pyrogram/pyrogram - c52ecadb76a8f112c24432abe883b59fd6b6702b authored almost 7 years ago
Enhance send_video by accepting file_ids and URLs

github.com/pyrogram/pyrogram - 1fdb3386ff0e8b03ae2e954857373aa5da593464 authored almost 7 years ago
Enhance send_sticker by accepting file_ids and URLs

github.com/pyrogram/pyrogram - 4f615bd6dc22cf85f15d7ad3dd3328119f6be5a9 authored almost 7 years ago
Enhance send_document by accepting file_ids and URLs

github.com/pyrogram/pyrogram - 84461290033bfb72111c05c31cf96f6470d1ab95 authored almost 7 years ago
Update examples

github.com/pyrogram/pyrogram - b5a78ed1d4b219ed514e0b1256c7ad1dc355b96e authored almost 7 years ago
Remove warning

github.com/pyrogram/pyrogram - 4965e0b4f8b9ab6fb8133872254e97e697142acb authored almost 7 years ago
Fix raw update handler throwing errors

github.com/pyrogram/pyrogram - 0dd5ebef804f4f499ddb2aea7ea4353e49585cec authored almost 7 years ago
Update hello_world.py

github.com/pyrogram/pyrogram - 849b42b444f5d781c020350e569c49ec309ec178 authored almost 7 years ago
Remove data folder

github.com/pyrogram/pyrogram - 2e604572956d92bfebb4996d048834b9d0fc5446 authored almost 7 years ago
Allow accessing Object fields using square brackets

github.com/pyrogram/pyrogram - c84c64a5e1aa7150a3d55a223bcfd1ecc092c068 authored almost 7 years ago
Fix service filter and add media filter

github.com/pyrogram/pyrogram - e8193435a94914f6112d251290a34873dfb3c15f authored almost 7 years ago
Merge branch 'master' into new-api

github.com/pyrogram/pyrogram - 87efe4bb99030fa054250732c5db10240fe33b0a authored almost 7 years ago
Allow accessing Object fields using square brackets

github.com/pyrogram/pyrogram - 41ff375f08f52ab43f2f7bd90c60b7311533785e authored almost 7 years ago
Join threads before closing the connection

github.com/pyrogram/pyrogram - 17259d1b7b7ab17a40b0f7a0130543aea2f221c6 authored almost 7 years ago
Merge branch 'master' into new-api

github.com/pyrogram/pyrogram - e3c70c84bac5a01a4928a62375fb6ea784e59961 authored almost 7 years ago
Handle flood wait when getting dialogs chunks

github.com/pyrogram/pyrogram - 83c4ba8a7801d88216d43db12c0f66b3e4b4f5df authored almost 7 years ago
Iterate over copies

github.com/pyrogram/pyrogram - 70173adca919853a6e79e5cca2be17eabb3b8e68 authored almost 7 years ago
Merge branch 'master' into new-api

github.com/pyrogram/pyrogram - 2f52b0e1449cf6fc5a63f53d643aeb32f5acd31d authored almost 7 years ago
Add ability to re-fetch usernames and contacts

github.com/pyrogram/pyrogram - 75cbd18edee5a66f9c52466066fab8952e2c8472 authored almost 7 years ago
Optimize imports

github.com/pyrogram/pyrogram - ebc34e71d3cfb0a16f2f99986ff13a560b5f2f95 authored almost 7 years ago
Merge branch 'master' into new-api

# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/utils.py

github.com/pyrogram/pyrogram - e05c6a76d50e4a3487cd8938fef1f77020d1a78b authored almost 7 years ago
Increase sync interval

github.com/pyrogram/pyrogram - 846b7ec71089898da8e57fd85e6b2a2de70c2df1 authored almost 7 years ago
Lower offline sleep

github.com/pyrogram/pyrogram - 077930f85ebb3f779eb3ad625cc976ab818a2d43 authored almost 7 years ago
Make dialogs and contacts fetching smarter

github.com/pyrogram/pyrogram - 973cb4b2b6dea94df693305dbdae4c43c90d84e6 authored almost 7 years ago
Fix channels ids

github.com/pyrogram/pyrogram - d9aa2a3ab0fc1c0ac312b0300d3a2520fd921a1a authored almost 7 years ago
Accommodate Syncer

github.com/pyrogram/pyrogram - 9631dc7780b4e59ce1159dc65f708cd408260f12 authored almost 7 years ago
Add syncer module

github.com/pyrogram/pyrogram - b84628e01d25200da4174c69687b77258e4293fd authored almost 7 years ago
Load peers from session file

github.com/pyrogram/pyrogram - e38da08e2568b8ab97c4f7098f7ba511373a22b7 authored almost 7 years ago
Add utils module

github.com/pyrogram/pyrogram - 2ad3e113a0f0974919898b1579652dcbaae39be4 authored almost 7 years ago
Add date field

github.com/pyrogram/pyrogram - a4b6674d4d8f43193dfd4f66eb899c9c2c9c8739 authored almost 7 years ago
Don't pass session_name

github.com/pyrogram/pyrogram - 01775d0bd7e6bb6627e4331ca6a86a40444bdffb authored almost 7 years ago
Make proxy loading simpler

github.com/pyrogram/pyrogram - 6dcdeda2447b8315d48313805688159599fcc55b authored almost 7 years ago
Update snippet

github.com/pyrogram/pyrogram - 255d33cefc5628085f58c32a9a4012521458d79f authored almost 7 years ago
Add more info in case of an error

github.com/pyrogram/pyrogram - 346d3da1758700b5a8269005791c8b60a9e3906e authored almost 7 years ago
Merge branch 'master' into new-api

github.com/pyrogram/pyrogram - 70cd0500deb74085b4193d3a8231eae89618c19d authored almost 7 years ago
Wait a little bit before retrying

github.com/pyrogram/pyrogram - 9dc767b88ea29f702dfc2c0940bf69f9bb4b1ebd authored almost 7 years ago
Raise any other unknown exception

github.com/pyrogram/pyrogram - 552474a0e2314b13e28c212de585aca668f0fbfb authored almost 7 years ago
Tune session settings

github.com/pyrogram/pyrogram - 862567a1ed3ce9287599a30fcdd9b91588be8cf9 authored almost 7 years ago
Use port 443 for production servers

github.com/pyrogram/pyrogram - 1736a8ea9b0dd3aaf0cdc20f501a835b0c7dfa82 authored almost 7 years ago
Update compiler

github.com/pyrogram/pyrogram - 144c229fec4c19d5bf7a0de6488011809c0ad3a5 authored almost 7 years ago
Merge branch 'new-api' into new-api-docs

github.com/pyrogram/pyrogram - 24700d4d37d4ffe543587f38ffe97a7c75bfa8f0 authored almost 7 years ago
Update docstrings

github.com/pyrogram/pyrogram - 3f163901930d16c48cb1fef8bed84f4c2b6bee4b authored almost 7 years ago
Merge branch 'new-api' into new-api-docs

github.com/pyrogram/pyrogram - 61f54ed1b006a5a5ea1d3ca565cf053726a7f0c1 authored almost 7 years ago
Update docstrings

github.com/pyrogram/pyrogram - b5f1d3a2a541cb16efc9a4cb19744645897e4015 authored almost 7 years ago