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_common_chats method (#303)

* Add get_common_chats method

* Return properly formatted list

* Fix small format and docs...

github.com/pyrogram/pyrogram - 9a94c8f0af5b11da44eb88065adc9aa8dd91ee6d authored over 5 years ago
Update bug_report.md

github.com/pyrogram/pyrogram - d6bcfa27efa78753dec81dde0c83c7304d9a782c authored over 5 years ago
Merge remote-tracking branch 'origin/develop' into develop

github.com/pyrogram/pyrogram - 030fbcae6544664d3fd00af57943e210cc5bdb1f authored over 5 years ago
Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3

Closes #302

github.com/pyrogram/pyrogram - dc74c441ccb026d5a5b2a3846dab81ebdbd0d729 authored over 5 years ago
Remove python-dev from docs for Termux (#301)

github.com/pyrogram/pyrogram - c78dbe2259ed13ced2aeeb65a1ee04d8260e2ee4 authored over 5 years ago
Log the reason why a query ought to be re-tried

github.com/pyrogram/pyrogram - 4b914662ef4a67580beb5d5c03e1e57e95e2cab6 authored over 5 years ago
Add MEMBER_OCCUPY_PRIMARY_LOC_FAILED error

github.com/pyrogram/pyrogram - 7a2bddc301e3041edbb312308cd7c60cb7bb4692 authored over 5 years ago
Add information about test/production servers when logging connections

github.com/pyrogram/pyrogram - 4de203a81c02068ba3579372cb3378f4281b581b authored over 5 years ago
Add the new auth-related methods and types to docs

github.com/pyrogram/pyrogram - 6982c436a88e88ef78124d5165e06560c834cec2 authored over 5 years ago
Split start() into reusable methods

This allows custom authorization processes to be implemented much more
easily. Refactors #281

github.com/pyrogram/pyrogram - 7daf51af9b4b10fec459e544369332ae5269c90f authored over 5 years ago
Merge branch 'other_start' of https://github.com/adolfaka/pyrogram into adolfaka-other_start

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

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

github.com/pyrogram/pyrogram - a46ace4e5c1536dada4fdb330ecb9298404f89d2 authored over 5 years ago
Set default DC for new sessions to be DC2

Test servers don't have DC4

github.com/pyrogram/pyrogram - b42c6581b8dc1216cf3455d3f525a01337687ed1 authored over 5 years ago
Add smarter auth import to deal with race conditions by multi sessions

- Add a retry mechanism (up to three times)
- Narrow the window in which export+import executes
...

github.com/pyrogram/pyrogram - c1321a4c0115906814f687a5dab4cf91e094ee54 authored over 5 years ago
Add AUTH_BYTES_INVALID error

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

github.com/pyrogram/pyrogram - 7f9d3ee3e2acc47e221ef9f0b75f96f86fa9cfc4 authored over 5 years ago
Merge pull request #292 from mendelmaleh/shlex_split

Improvements for message.command

github.com/pyrogram/pyrogram - 72800554e696b0b018a814dfecddd7bd5c7ceabb authored over 5 years ago
Add export_invite_link bound method (#300)

github.com/pyrogram/pyrogram - c9b1e09348155aca6640a23edee55c09b95311e8 authored over 5 years ago
Update Filters.command

- Remove negative lookahead to fix "\"" reporting commas
- Escape cmd when interpolating the pa...

github.com/pyrogram/pyrogram - b55440ab86464f6c4d45bffdc53343ec3434025d authored over 5 years ago
Added support for bot_token inside config.ini file (#296)

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

github.com/pyrogram/pyrogram - 614acaf3f3beddc8569e1d4fbba4d8f2c1ad6430 authored over 5 years ago
Merge remote-tracking branch 'origin/develop' into develop

github.com/pyrogram/pyrogram - 7663d887582242c8c0a90f02fe604044359624ab authored over 5 years ago
Filters.command improvements

- Use regex for case sensitivity
- Less indentation
- Ensure that the command returned is the co...

github.com/pyrogram/pyrogram - 7cabf922ea02a5f76737ff948ef599747d260b3b authored over 5 years ago
Use regex for message.command

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

github.com/pyrogram/pyrogram - 06f3053af8ccb5ade31eef4f15521627247ebcb8 authored over 5 years ago
Merge pull request #298 from ColinTheShark/develop

Add BUTTON_URL_INVALID error

github.com/pyrogram/pyrogram - de9de816484866b806f7d832daad66fd69bf0486 authored over 5 years ago
Merge branch 'develop' into develop

github.com/pyrogram/pyrogram - f33a1921629a2fba2dd90473a0d0b39ed89d9d7c authored over 5 years ago
Add BUTTON_URL_INVALID error

github.com/pyrogram/pyrogram - 437f26ebb1b4bdbdbfec8e922d6e40eddcd91b44 authored over 5 years ago
Add missing await

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

github.com/pyrogram/pyrogram - 5e54cc22282c6c13687a99356984fa4ca4b0f2c9 authored over 5 years ago
Add better support for nested entities (both for HTML and Markdown) (#297)

* Added better support for nested entities, both for HTML and Markdown

* Tiny style fix

* ...

github.com/pyrogram/pyrogram - 2aefbfd531d05ab70b5dd48faa18e69233648bff authored over 5 years ago
Add FAQ about "database is locked" error

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

github.com/pyrogram/pyrogram - e96a74f7284ec310b024ec22c173eae46bb6c64a authored over 5 years ago
Always cast inline query ids to string

github.com/pyrogram/pyrogram - 82e0087def2a06a2ccf3f84e69640ea6e885419c authored over 5 years ago
Small document fix

github.com/pyrogram/pyrogram - b1c63c18d67c9f5d0bec9a332a24968cb7f6e7ca authored over 5 years ago
Better explanation of workdir Client parameter

github.com/pyrogram/pyrogram - eeda40002dd58abb541934610a0776883b3ad090 authored over 5 years ago
Merge branch 'develop' into other_start

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

github.com/pyrogram/pyrogram - 8612eafb4a149eb956d6b61f99087623ef172599 authored over 5 years ago
Add Chat.description for basic chats

github.com/pyrogram/pyrogram - 3dc2a81d7242e1ae40c2c25beaf93e87a1ea70dd authored over 5 years ago
Handle cases where denied_permissions might be None

github.com/pyrogram/pyrogram - 8a99f996ab95d99404e937f4f3c0370b76d267df authored over 5 years ago
Finally remove ports from older schemas and fix export_chat_invite_link

github.com/pyrogram/pyrogram - 937987a361179491161fc75fc0b8e56efc237c48 authored over 5 years ago
Update Main API and System Messages schemas

github.com/pyrogram/pyrogram - c8c93b9ce617d46c90e12f9b86c3a3975485e49f authored over 5 years ago
[Bot API 4.4] Update chat photos

- Update ChatPhoto fields descriptions

github.com/pyrogram/pyrogram - 360cfaa9aa5ee4732a8390129e905d2e567bf65d authored over 5 years ago
[Bot API 4.4] Update chat permissions

- Move can_* permissions back to ChatMember objects
- Rename restrict_chat to set_chat_permission...

github.com/pyrogram/pyrogram - c6f346f83dcc91e4f88ff1ac73104609aab639ab authored over 5 years ago
[Bot API 4.4] Update stickers

- Add is_animated field to Sticker
- Remove send_animated_sticker (use send_sticker instead)
- De...

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

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

github.com/pyrogram/pyrogram - 7badcd38b4f5c8fff6dd7316fc8db7f1c5f5e0fd authored over 5 years ago
Revert "Replace ensure_future usages to create_task"

This reverts commit 9940dd67

github.com/pyrogram/pyrogram - adda199c779ccad60eb91f7cc07df57071939954 authored over 5 years ago
Replace create_task with ensure_future for compatibility

github.com/pyrogram/pyrogram - 94603f1ff255f3b44158a4f1b4acb2dad8ac5542 authored over 5 years ago
Update download_media and util methods to work with new file_id formats

github.com/pyrogram/pyrogram - 6bbd79db862611d48170ea08fb3623b3a6aee575 authored over 5 years ago
Update ChatPhoto file_id format

github.com/pyrogram/pyrogram - ad9f610a6ad5c316a9684545056aa351a17dc6b1 authored over 5 years ago
Update Thumbnail (ex PhotoSize) file_id format

github.com/pyrogram/pyrogram - 0de487400333d10d0dac4fd3b7ea3944bf1befe0 authored over 5 years ago
Update Photo file_id format

github.com/pyrogram/pyrogram - ec00c332c23120f0e8dc5b57ccf21f7cc5e17397 authored over 5 years ago
Update Document file ids to make them compatible again with the Bot API

Telegram changed something server side on 29 July, 2019 starting
exactly at 04:00 AM UTC+1 (DST),...

github.com/pyrogram/pyrogram - 64939e52892a860173c83fea7b28ec81833518b3 authored over 5 years ago
Remove __slots__ from Pyrogram types

github.com/pyrogram/pyrogram - 67112a34e92c2265f9aed555b9299fb594cd0869 authored over 5 years ago
Update read_history.py

github.com/pyrogram/pyrogram - 73e8b8c66e10ce4ab6bd1d75c62e935ae83d33ba authored over 5 years ago
Reformat project

github.com/pyrogram/pyrogram - aa135ea457880a051531b7624c65f8d1dc6b45da authored over 5 years ago
Use the correct way to parse peer identifiers

github.com/pyrogram/pyrogram - ad0f8284f686b2501460a51943b2149deb9331ce authored over 5 years ago
Move all imported schema objects outside TLObject

github.com/pyrogram/pyrogram - 9ad5e62dea5fa5d9786770097c2b0de8db10b6f4 authored over 5 years ago
Remove Null primitive

It's unused

github.com/pyrogram/pyrogram - d727754ad6256eaaa8a2b49850e99e5862a88d30 authored over 5 years ago
Update faq.rst

github.com/pyrogram/pyrogram - 3fedae8d820cd455aab69cc8a8a9627bd05af833 authored over 5 years ago
Merge pull request #283 from MrNaif2018/develop

Add section to docs about scheduling

github.com/pyrogram/pyrogram - ce8d9a50050ac0bfa7f402539bed43f9bed34121 authored over 5 years ago
Update scheduling.rst

github.com/pyrogram/pyrogram - 6973f584886bc5d65e6aa5d88a5f98abeb8a287e authored over 5 years ago
Add missing async/await

github.com/pyrogram/pyrogram - eddff4769cd2098bb51f82e674e78a9050b535c9 authored over 5 years ago
Improved examples, added links to docs

github.com/pyrogram/pyrogram - 93a2fed8e662a1cd581065b0c2c50f4778c8b065 authored over 5 years ago
Merge pull request #293 from mendelmaleh/try_handler_check

Try/except handler.check()

github.com/pyrogram/pyrogram - b207b028dcaeee40001ec6b49cee0dd2ae8f9f2c authored over 5 years ago
Set Message.text instead of Message.caption in case of web_page previews

github.com/pyrogram/pyrogram - 47e5b9a7cbeb225ea7a0213f69d653b3bb07ec59 authored over 5 years ago
Update Filters.command

- Removed "posix" parameter because we only want posix=True and the filter becomes simpler.
- F...

github.com/pyrogram/pyrogram - d8765080d376d83e70f3ff2e1a76669cb786bf62 authored over 5 years ago
Fix some methods not being defined using async

github.com/pyrogram/pyrogram - 8700e3a0f3a2e4e12c9c5dfaa5382e765e1149ba authored over 5 years ago
Call shlex.split() only after validating cmd, try/except it.

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

github.com/pyrogram/pyrogram - 0f9029202e836cb4d7c921e6cb8fe5b6f92b84d4 authored over 5 years ago
Use shlex.split() for message.command

Enables easier and standard parsing, for quote wrapped args, etc.
Filters.command now has a posi...

github.com/pyrogram/pyrogram - 584a6a046a1db0142f32581ed0ee3044d432eaed authored over 5 years ago
Try/except handler.check()

Previously, when handler.check raised errors, it would be excepted by
the try on line 153, and w...

github.com/pyrogram/pyrogram - 02451ffeb56bed9918ef548b4744afe069143495 authored over 5 years ago
Fix forward copies having "None" as caption in case of no caption at all

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

github.com/pyrogram/pyrogram - 8cdcf90b1044a07b5618d99e13111aed27e28b7d authored over 5 years ago
Better handling of non-string message texts

Now everything will be allowed and automatically casted to string. This
means that send_message(i...

github.com/pyrogram/pyrogram - e1c6e6ecc142da31a14608c9b0381ee69b2b804e authored over 5 years ago
Fix ChatPreview objects failing to parse

This happened because Telegram changed the preview photo type from
ChatPhoto to Photo. The reason...

github.com/pyrogram/pyrogram - bed13de413a4b0fad4e1662bb0e4e0ddb82d29f2 authored over 5 years ago
Fix yet another compatibility issue with Path objects and Python 3.5

github.com/pyrogram/pyrogram - 11ea15aa08fc423154596011ce61944aef368f90 authored over 5 years ago
Add better summary for get_messages

github.com/pyrogram/pyrogram - 87bbd764b9751b8e9e231f0d3ba75efe39bf3cd0 authored over 5 years ago
Fix indentation and docstrings due to bad PR

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

github.com/pyrogram/pyrogram - 881f5ab7833b420e59230dde4100c42d92e36b22 authored over 5 years ago
Add examples to all available methods

github.com/pyrogram/pyrogram - 2dec2442e5506ed96400b75b5ba9446022ff180f authored over 5 years ago
Clean up Message docstrings

github.com/pyrogram/pyrogram - fe2ccc6036e020087cc68734042dd9c7644b8af1 authored over 5 years ago
Add examples to utility methods

github.com/pyrogram/pyrogram - 8f56610c2ca0d216b88331a1d3e5551e8d5bde28 authored over 5 years ago
Log to warning only in the last attempt

github.com/pyrogram/pyrogram - 72b7a53ff5b6a12a74bf18859231e3c94c9279fd authored over 5 years ago
Clarify get_messages error messages

github.com/pyrogram/pyrogram - b2886c21ca6faced3d3e9bed1fb73946cf60e396 authored over 5 years ago
Merge pull request #279 from kalmengr/patch-5

Add retract_vote bound method to Message

github.com/pyrogram/pyrogram - 0b66cf2cb97a418669fa0a3e2a0f48930a2a7f62 authored over 5 years ago
Fix Message.retract_vote style

github.com/pyrogram/pyrogram - a320088fee36cd5f7be49bef1e9ad05bf78eaf84 authored over 5 years ago
Merge pull request #278 from kalmengr/patch-4

Add bound method vote to Message

github.com/pyrogram/pyrogram - 810df3f47625bcca35181c209a6f1eebdb97aab5 authored over 5 years ago
Add missing return type

github.com/pyrogram/pyrogram - 948bba7a08d4aaf14e4144d576f64ccc78069249 authored over 5 years ago
Refactor regex filter

github.com/pyrogram/pyrogram - 776557f60bfc08d6feb1cf69fc37a8550698bd81 authored over 5 years ago
Fix command filter relying on a previous command state

github.com/pyrogram/pyrogram - af1bb3b0a7d0db6b5bcc34d6387870a397b4448b authored over 5 years ago
Rework InlineQueryResultArticle. Also add *Photo and *Animation types

github.com/pyrogram/pyrogram - f0c1cb00cab978f57eaeb901db5654502457c16f authored over 5 years ago
Add abstract method InputMessageContent.write

github.com/pyrogram/pyrogram - 4274ef9639e0bdea57ae5919723ea90029ff0f77 authored over 5 years ago
Add is_gallery parameter to answer_inline_query and InlineQuery.answer

github.com/pyrogram/pyrogram - c0e9b98cab1883d5aff7e637672b0d4675f875e8 authored over 5 years ago
Add new RPCErrors

github.com/pyrogram/pyrogram - 090675434e640cfa96dcd36c50a42646448e5473 authored over 5 years ago
Add new methods: add_chat_members, create_* and delete_* chats

- add_chat_members
- create_group
- create_channel
- create_supergroup
- delete_channel
- delete_...

github.com/pyrogram/pyrogram - 036a73997a46c4e0151b6eff304ead5c441b386b authored over 5 years ago