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

Force document when using send_document

github.com/pyrogram/pyrogram - b29c5fdc69e4d3af274761dac22acc962c6f6ff1 authored over 4 years ago by Dan <[email protected]>
Update API schema to Layer 116

github.com/pyrogram/pyrogram - e5fda6f9a0833e99aa433c0f24b2e573df2a25f0 authored over 4 years ago by Dan <[email protected]>
Add parse_mode property to Client (#443)

* Add parse_mode property to Client

This breaks set_parse_mode

* Add back set_parse_mode f...

github.com/pyrogram/pyrogram - c27f811620bd0fdd52b5111040ce9daa20822b96 authored over 4 years ago by Mendel E <[email protected]>
Add parse_mode property to Client (#443)

* Add parse_mode property to Client

This breaks set_parse_mode

* Add back set_parse_mode f...

github.com/pyrogram/pyrogram - 589be971667267aaa59680912a2279dba9b27d45 authored over 4 years ago by Mendel E <[email protected]>
Merge branch 'develop' into asyncio-dev

github.com/pyrogram/pyrogram - 834d34363f57d89473dd7cba5f3f064c7fd9c2f9 authored over 4 years ago by Dan <[email protected]>
Merge branch 'properties' into develop

github.com/pyrogram/pyrogram - d12ef5272f3b8c46ffccd28b86a75d16d97555f3 authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio-dev

github.com/pyrogram/pyrogram - aa078f103c54d9a6c9ea780fbf6c9764736eaea7 authored over 4 years ago by Dan <[email protected]>
Do not reload plugins from disk

Reloading from disk causes modules to be re-evaluated, and this is
often not desirable. This will...

github.com/pyrogram/pyrogram - 2504286365c602f893d9ac5d5137e6a145d5234a authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop

github.com/pyrogram/pyrogram - 3f47de47d9fc2c701dd5c93575720f8aee19115d authored over 4 years ago by Dan <[email protected]>
Add evil command

github.com/pyrogram/assistant - b96adf9dcf59f9bd02cc07f5079e4d7e1467a724 authored over 4 years ago by Dan <[email protected]>
Use f-string in the main example

github.com/pyrogram/pyrogram - 5a0a0b67bfa5d4111d12bef19cb26feec93269bc authored over 4 years ago by Dan <[email protected]>
Fix the commands to lock and unlock a chat. (#10)

* Command is `#lock`, not `#lock_chat`

github.com/pyrogram/assistant - 64f2d6303d5025803d8484be1f42eed68e0b2ccc authored over 4 years ago by ColinShark <[email protected]>
Some fixes and speed improvments (#439)

* Use raw string for re pattern

* Trim trailing whitespaces from docstrings and code

* Use...

github.com/pyrogram/pyrogram - 531069b1e2a202f5e922705c6515fea7595edec9 authored over 4 years ago by Alisson Lauffer <[email protected]>
Add command to lock and unlock the chat. (#9)

* Add command to lock and unlock the chat.

* Put emoji at the beginning

It's better lookin...

github.com/pyrogram/assistant - db43ecefd72a8996bad5044e0c6a1488b9eb0333 authored over 4 years ago by ColinShark <[email protected]>
Add chat.id

github.com/pyrogram/pyrogram - fd944677c7268f58e881679ef77b93f10ae4de94 authored over 4 years ago by Florent Gallaire <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/pyrogram/pyrogram - 5261e9550e1ab3512c830436030f694221fb2748 authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio-dev

github.com/pyrogram/pyrogram - f43165b211fefb143336d776a1ba12ea2517d8ae authored over 4 years ago by Dan <[email protected]>
Rework in-memory uploads

github.com/pyrogram/pyrogram - b3faf21c95533232a71bbb7049d316ab18725c28 authored over 4 years ago by Dan <[email protected]>
Use better checks for local and external files

github.com/pyrogram/pyrogram - de8f784f7847d435e539ab5208dfff4568ea51fd authored over 4 years ago by Dan <[email protected]>
Annotate file-like objects in docstring of send_video

github.com/pyrogram/pyrogram - 2e846f83ecef0f651ef47cd59efcd25e16fb0698 authored over 4 years ago by Yan <[email protected]>
Fix TypeError in send_sticker

github.com/pyrogram/pyrogram - 3ec5f76b104b8cf14bf1f4d8104595d7d618e485 authored over 4 years ago by Yan <[email protected]>
Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261

github.com/pyrogram/pyrogram - c13392d2ce59e80aab02689bc01866c789bb038f authored over 4 years ago by Octo <[email protected]>
Annotate file-like objects in docstring of send_document

github.com/pyrogram/pyrogram - 173e08015a828a3fa50062a9747392832a1f3708 authored over 4 years ago by Yan <[email protected]>
Annotate file-like objects in docstring of send_sticker

github.com/pyrogram/pyrogram - 4c9fee525e6b622645ea6f362ff7fe3365f65229 authored over 4 years ago by Yan <[email protected]>
Add support for downloading files to file pointer, fix for https://github.com/pyrogram/pyrogram/issues/284

github.com/pyrogram/pyrogram - 1e8c9812a110dd612d7035003ec0f18ff4e523ff authored over 4 years ago by Octo <[email protected]>
Add Mention link

github.com/pyrogram/pyrogram - 74e5a5a5e13c441f3531749934b2013f8bbf8cb6 authored over 4 years ago by Dan <[email protected]>
Extend set_slow_mode to accept None

github.com/pyrogram/pyrogram - 55d0b93cf079aa4622375b5d4e954ce6f89577e4 authored over 4 years ago by Dan <[email protected]>
Add references to Pyrubrum (#429)

github.com/pyrogram/pyrogram - 3ec6b22d85da8ad905fe7de7e913f26dfe5b51bc authored over 4 years ago by Hearot <[email protected]>
Merge branch 'asyncio-dev' of https://github.com/pyrogram/pyrogram into asyncio-dev

github.com/pyrogram/pyrogram - 476b6b022f14fd6d3b24f2c7e2dc4b898f4e3ee0 authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

github.com/pyrogram/pyrogram - 6d4b2c0bb5897ea817bd15afc318949c9df9f2cc authored over 4 years ago by Dan <[email protected]>
Fix linked chat parsing

There are two distinct ChatFull types using the same
name (but different namespaces), their objec...

github.com/pyrogram/pyrogram - 37d823f5792bec295536bc147642be70f18caa10 authored over 4 years ago by Dan <[email protected]>
Update FILE_PART(S)_INVALID error message

Telegram now allows uploads up to 2000 MiB in size (4000 parts)

github.com/pyrogram/pyrogram - db7fc68efe9c576b2f59a264d60496b1e4e7be28 authored over 4 years ago by Dan <[email protected]>
Allow uploading files up to 2000 MiB in size

github.com/pyrogram/pyrogram - c196b90c9d1f73cbd72615131a97d0d703ef814b authored over 4 years ago by Dan <[email protected]>
Update inline_query_result_animation.py (#435)

add missing await

github.com/pyrogram/pyrogram - dd9b55f256c306bb26f7985e0cab07dd2be278a0 authored over 4 years ago by Ripe <[email protected]>
PR#7 - Fix missing comma (#8)

* Update rules: add rule 0

* Add #fmt command

* Add missing comma, oops

Co-authored-by:...

github.com/pyrogram/assistant - f9a81d3aa28d149ce2ace03c88bdc611458e2e4b authored over 4 years ago by ColinShark <[email protected]>
Add command #fmt (#7)

* Update rules: add rule 0

* Add #fmt command

Co-authored-by: Dan <14043624+delivrance@use...

github.com/pyrogram/assistant - dbc196c3d78e55034ff9c75fbb0aff9e29c065f6 authored over 4 years ago by ColinShark <[email protected]>
Send a warning instead throwing an exeption when message type is not compatible with as_copy

github.com/pyrogram/pyrogram - 4aaa7160f06ef12a08e21d627512ce6446971a5f authored over 4 years ago by Florent Gallaire <[email protected]>
Merge branch 'develop' into asyncio-dev

github.com/pyrogram/pyrogram - ff012ecd1c5b97060090ac9cca48ea2b8be8a1ad authored over 4 years ago by Dan <[email protected]>
Remove unneeded file_ref arg from Message.download

github.com/pyrogram/pyrogram - 2adc01be7f03cc21c2ce3c7a96bab8a5a3dfaf47 authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio-dev

github.com/pyrogram/pyrogram - d8dfac7e89c00361684c324eac6baf02d748dde5 authored over 4 years ago by Dan <[email protected]>
Remove unneeded code

Closes #414

github.com/pyrogram/pyrogram - dd5bd800174d7a07315b1ce38fa1dda9d84bc321 authored over 4 years ago by Dan <[email protected]>
Update API schema to Layer 114

github.com/pyrogram/pyrogram - d65f773ed912cb537344120852f49dde395b8bea authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/session/session.py

github.com/pyrogram/pyrogram - 6a898803dbef055d2750fa651603cfb8bfa90e94 authored over 4 years ago by Dan <[email protected]>
Show more relevant information when DEBUG logs are enabled

Show exactly what is being sent and received

github.com/pyrogram/pyrogram - 7df85e2039e63938a820b0a5bd478067561cf0bf authored over 4 years ago by Dan <[email protected]>
Add missing async/await

github.com/pyrogram/pyrogram - f4d075597f1e5169debe81bd99434bc99eacea92 authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/client/parser/html.py

github.com/pyrogram/pyrogram - c5af9cbc42b3d0e3697b103e99944c1882bc2cc6 authored over 4 years ago by Dan <[email protected]>
Strip whitespace characters from the end of the message

but preserve closing tags

github.com/pyrogram/pyrogram - d82e9468f0f26991dcd67dbb8c3696d6c31bc31d authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio-dev

github.com/pyrogram/pyrogram - c0b38ff0106021fe689c1e9bfaf2d87290c49715 authored over 4 years ago by Dan <[email protected]>
Update Bot API diagram in docs

github.com/pyrogram/pyrogram - b4467e82af1df67a025732a6b6c7f05a16d7ce9a authored over 4 years ago by Dan <[email protected]>
Make CallbackQuery.answer optional arguments actually optional

github.com/pyrogram/pyrogram - 4a9cfa42ded8ae7f16392a3204a1569a7adf17c0 authored over 4 years ago by Dan <[email protected]>
Bugfixes in chat.py (#411)

- Fixed this bug: https://t.me/pyrogramchat/169553 (which was caused because pyrogram trying to ...

github.com/pyrogram/pyrogram - d93b9275f3e73082507d781a94e51095102857e8 authored over 4 years ago by SuperCz1 <[email protected]>
Add search_global method

github.com/pyrogram/pyrogram - d5a18eb0633ea6f78d0c140e02924f9227cdf9de authored over 4 years ago by Dan <[email protected]>
Update send_dice: add basketball "dice"

github.com/pyrogram/pyrogram - bb89e949e88d5e2a0c2c56ebb27e990164fa96dc authored over 4 years ago by Dan <[email protected]>
Visually balance rules

github.com/pyrogram/assistant - e2426df98a3d32239c88ff9097685377bfd7a0f7 authored over 4 years ago by Dan <[email protected]>
Update rules: add rule 0

github.com/pyrogram/assistant - 6b65732fcf2fc9e0d3fc4cb0dc85dc4f415cb0e1 authored over 4 years ago by Dan <[email protected]>
Update the #RTFD command

github.com/pyrogram/assistant - 08f91d125da9fce69ad17ce53e52e5178d18ff57 authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/client/methods/messages/send_audio.py

github.com/pyrogram/pyrogram - 4add83c7a8e975efc30603bae180e0b6aef24f3d authored over 4 years ago by Dan <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/pyrogram/pyrogram - 24f8032627871dca07c09a301218a54a37ef1d19 authored over 4 years ago by Dan <[email protected]>
Fix Filters.regex failing in case the value is None

github.com/pyrogram/pyrogram - 5b94c340c072382b686c1f90fdcc6bac4ce9d503 authored over 4 years ago by Dan <[email protected]>
Add inline rules (#6)

* Add Pyrogram Rules via Inline Query
Use "rules" as query to get all rules

* Expand Commit ...

github.com/pyrogram/assistant - b8cd781dbefb65233690a25b06af945fed3fca2b authored over 4 years ago by ColinShark <[email protected]>
Add file_name param to file-related functions (#308)

github.com/pyrogram/pyrogram - 0c83fa09a6a6f2f8ea9d34ba461e7bc15f26b8fb authored over 4 years ago by demget <[email protected]>
Add Filter.linked_channel

* filter messages coming from the channel connected to the chat

* Update filters.py

Co-authore...

github.com/pyrogram/pyrogram - 22eb42e1f362be05a2c9acb5aed3b01722f26145 authored over 4 years ago by Eric Solinas <[email protected]>
Merge remote-tracking branch 'origin/asyncio-dev' into asyncio-dev

github.com/pyrogram/pyrogram - 0e95e3620ca81bb6e03c8f9154300e4bbb3a3163 authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio-dev

github.com/pyrogram/pyrogram - d50322a3f59f0523204782ed2b4f71cb8a4e32cc authored over 4 years ago by Dan <[email protected]>
Remove Filters.callback_data (superseded by Filters.regex)

@ColinTheShark say goodbye, thanks.

github.com/pyrogram/pyrogram - efc92715cc81ad2e6eba2bab3ca59af8776fc746 authored over 4 years ago by Dan <[email protected]>
Give Filters.regex superpowers

Basically make it work on Message, CallbackQuery and InlineQuery updates

github.com/pyrogram/pyrogram - 27d5caf40e41fc3576518c4dc9469b5896fbe5fb authored over 4 years ago by Dan <[email protected]>
Add the RTFD (rude) command

github.com/pyrogram/assistant - 6159d8b4a9af5a0aca5660e8769d26b0010b68ac authored over 4 years ago by Dan <[email protected]>
Add missing await (#403)

await client.send_poll(...) was returning a coroutine instead of the Message object

github.com/pyrogram/pyrogram - e4028fa6a7ec69ac3e372519ef70856c548cf448 authored over 4 years ago by Cezar H <[email protected]>
Add support for joining linked chats with the .join() bound method

github.com/pyrogram/pyrogram - 0556efa26bbf3f64f59716f77640429870dada8a authored over 4 years ago by Dan <[email protected]>
Add linked chats to Chat objects

github.com/pyrogram/pyrogram - 12ce0a33c149faf3b903f19761aa742b9a04c659 authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio

github.com/pyrogram/pyrogram - db4a00da360796fc0bea67a9abbdb41c8568fa72 authored over 4 years ago by Dan <[email protected]>
Move the automatic sleep mechanism down to Session

github.com/pyrogram/pyrogram - 128ab4b0b94851720aa30782546d22195fc39f93 authored over 4 years ago by Dan <[email protected]>
Merge develop -> asyncio

github.com/pyrogram/pyrogram - 74674cd615d45f259745cacd3357b18d4e0ba792 authored over 4 years ago by Dan <[email protected]>
Add an automatic sleep mechanism for flood wait exceptions

github.com/pyrogram/pyrogram - 99aee987bdc0154c875c3072cf368f4e9c31aee3 authored over 4 years ago by Dan <[email protected]>
Add session name in "Sleeping for Xs" log lines (#401)

* Update send_media_group.py

* Update get_dialogs.py

* Update get_dialogs.py

* Update g...

github.com/pyrogram/pyrogram - c05c5c44410cb2188f1189dfdd5e9fa53f7c4676 authored over 4 years ago by SuperCz1 <[email protected]>
Update update_profile example (#395)

github.com/pyrogram/pyrogram - 88e42ecc0d339ca9d9df8f50b305ec82a8567332 authored over 4 years ago by CyanBook <[email protected]>
Add copy button prompt text to ignore

github.com/pyrogram/pyrogram - 3502153b709695a56eae2e7517237099c6925271 authored over 4 years ago by Dan <[email protected]>
Add missing update_profile to docs and Client

github.com/pyrogram/pyrogram - 48e45fee9b3018fcd509362ea5775ed568379431 authored over 4 years ago by Dan <[email protected]>
Update Pyrogram to v0.17.1

github.com/pyrogram/pyrogram - 4ff924bcfb720f8ca1186a649d7d779613722618 authored over 4 years ago by Dan <[email protected]>
Add copy button prompt text to ignore

github.com/pyrogram/pyrogram - 2563c1a6bedc0a71fe108b90675359649261390e authored over 4 years ago by Dan <[email protected]>
Add missing update_profile to docs and Client

github.com/pyrogram/pyrogram - fd4bd754cc6a710b2bfbf7f9918a5fb78e5be94d authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/__init__.py

github.com/pyrogram/pyrogram - 2f3dc3f39eb8f8aaac4779385a54458d7702ee95 authored over 4 years ago by Dan <[email protected]>
Update Pyrogram to v0.17.1

github.com/pyrogram/pyrogram - dd9423bbb1825770385d69e4a25cb9bae18b075f authored over 4 years ago by Dan <[email protected]>
Add Pyrogram Italia to the list of monitored chats

github.com/pyrogram/assistant - 3603a6f1dc40a7ba3776a8bf015813b85107e7d4 authored over 4 years ago by Dan <[email protected]>
Fix Match objects not being properly printed in Python 3.6

github.com/pyrogram/pyrogram - 20de3fccdf8048e53401777f7c7e07c83f0b4edb authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/client/client.py

github.com/pyrogram/pyrogram - 75bfa04f3fafe64a6982fd1947a3bc8743932176 authored over 4 years ago by Dan <[email protected]>
Fix plugins not being properly unloaded

Also, plugins' roots values will follow python notation: folder.plugins
instead of folder/plugins...

github.com/pyrogram/pyrogram - 78ed83ebf7b0cf83c0ece4abaeaf3697754a6406 authored over 4 years ago by Dan <[email protected]>
Fix missing async/await for set_slow_mode

github.com/pyrogram/pyrogram - 23789393fe22dc45f1847f898a4b5390d7cf206c authored over 4 years ago by Dan <[email protected]>
Update TgCrypto to v1.2.1

github.com/pyrogram/tgcrypto - 742f0ccf0c49dfdc5a2aefd8947fd135ff15ee44 authored over 4 years ago by Dan <[email protected]>
Fix parens imbalance (#11)

There was a set of parens that was opened in SWAP and closed in LROTR.

github.com/pyrogram/tgcrypto - 9b5e39f4c35c98cc38bdea95809448ec0342ffcf authored over 4 years ago by Mendel E <[email protected]>
Update copyright year

github.com/pyrogram/tgcrypto - 950503f1673414593ccdaf7128e8fd39d254d082 authored over 4 years ago by Dan <[email protected]>
Merge branch 'develop' into asyncio-dev

# Conflicts:
# pyrogram/__init__.py

github.com/pyrogram/pyrogram - 45c6df45e9f4b5f5dfd916acc6fb0a8fb17b7af2 authored over 4 years ago by Dan <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/pyrogram/pyrogram - dd9c4801edd8cff91839e79152318c235e1cdeba authored over 4 years ago by Dan <[email protected]>
Update Pyrogram to v0.17.0

github.com/pyrogram/pyrogram - 858f82fd88de51bac6993b4feadd59f563da3629 authored over 4 years ago by Dan <[email protected]>
Don't continuously edit pong messages

And don't delete either

github.com/pyrogram/assistant - 9aa6bbdd92d9917ebd9c26529fea5be97423517b authored over 4 years ago by Dan <[email protected]>