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 idle() and run() breaking after latest changes

github.com/pyrogram/pyrogram - 184f851625d0526c94d55cc6c47184faf601895b authored over 5 years ago
Fix lots of bound methods breaking due to latest changes on parse_mode

Addresses #287

github.com/pyrogram/pyrogram - 6459ce0a07a6105b435ba9642d099d7d9cb5ad06 authored over 5 years ago
Allow send_media_group send media from URLs

github.com/pyrogram/pyrogram - 62a39521d92b6e33132a58ca3e3be228d812d27d authored over 5 years ago
Add "bot" chat type into Filters.private.

Bots are still 1-to-1 private chats

github.com/pyrogram/pyrogram - f2b3db47a9e4de2d0ccf52b3887fc65975360340 authored over 5 years ago
Update .gitignore with vscode and alternate docs build dir

github.com/pyrogram/pyrogram - 85c21308757d21fbb55b610ab7f59b8a8ba1f12a authored over 5 years ago
Add section to docs about scheduling

github.com/pyrogram/pyrogram - bb1470e57f90a114f0334588055c772debfde48d authored over 5 years ago
Don't start the client in case run() is called with a coroutine as arg

github.com/pyrogram/pyrogram - c30e8f9c551ce89efbef1e23cf192467ac8afdce authored over 5 years ago
Don't automatically install uvloop. Let people do that

People are reporting uvloop would crash with weird core-dumped errors
when using other asyncio li...

github.com/pyrogram/pyrogram - 4d324abbb5d11040028ef6aa62572b52e1e39a38 authored over 5 years ago
Replace ensure_future usages to create_task

github.com/pyrogram/pyrogram - 9940dd678fd4f982e066488eb5595871e79b309c authored over 5 years ago
start by steps

github.com/pyrogram/pyrogram - 50d62259a8a32e0f44169a0efac2410c1ce344b0 authored over 5 years ago
Add retract_vote bound method to Message

github.com/pyrogram/pyrogram - 449f318e6d06dd1aeed5cd18d1533b6ef3da1aec authored over 5 years ago
Update message.py

github.com/pyrogram/pyrogram - ba4748814249dc003341f64b286d56449087a2b9 authored over 5 years ago
Add bound method vote to Message

github.com/pyrogram/pyrogram - 2095f9fb5e3cf4dc39b7e5f2f51e9313a1526adb authored over 5 years ago
Rework Client.idle()

idle() is now static and doesn't stop the client anymore

github.com/pyrogram/pyrogram - 385ab22b68169fdfe43ce33126d3a8d839ea0f5e authored over 5 years ago
Add new set_parse_mode utility method

github.com/pyrogram/pyrogram - fed8cbf87e8f5921fad437c603f569b7c83d6012 authored over 5 years ago
Use a better name for the special plugin attribute when decorating funcs

github.com/pyrogram/pyrogram - e1197e066eadb4673bd70866eef2b22e311fb56c authored over 5 years ago
Fix smart plugins load/unload documentation

github.com/pyrogram/pyrogram - 5fe8fba3dfa6bb84c81614c0b9271d79f80d71c3 authored over 5 years ago
Add missing bound methods to docs

github.com/pyrogram/pyrogram - 8b4c326365182498fd2963d825b29d93006c1512 authored over 5 years ago
Fix Chat.join

The bound method will only be able to make users join public chats that
have set a username.

github.com/pyrogram/pyrogram - 5599182fd192e3c29494c3778dc3f95c9f019548 authored over 5 years ago
Merge pull request #275 from kalmengr/patch-2

Add join and leave bound methods to Chat object

github.com/pyrogram/pyrogram - 3c4a8f0da4a573fbc4d186d472cea4b11d71e662 authored over 5 years ago
Update chat.py

github.com/pyrogram/pyrogram - efe564064bd5cdff5de09e55eb0746e94c03ebd3 authored over 5 years ago
Update dev version

github.com/pyrogram/pyrogram - f7ba7bfd3acd07203558b79fc9ed58e9f93523f4 authored over 5 years ago
Update asyncio-dev version

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

github.com/pyrogram/pyrogram - d441f168790e86bb97b54b376f90e2fe40d4b185 authored over 5 years ago
Make the text parser log warnings instead of raising exceptions

github.com/pyrogram/pyrogram - 7c704bbb6ac11553b556f6dc01f20d4b0b4e2d37 authored over 5 years ago
Rework user.status, add last_online_date and next_offline_date

github.com/pyrogram/pyrogram - 2f07e7abc400144c47f1e17d09a45df24730f71d authored over 5 years ago
Fix restrict_chat and restrict_chat_member combined permissions

github.com/pyrogram/pyrogram - f9ea45f98726e883ccc02f722fcd6dff44951227 authored over 5 years ago
Remove UserStatus (user_status.py)

github.com/pyrogram/pyrogram - 997a3c1626c6b9d79c959feab1a0fb6a0e19fc1a authored over 5 years ago
Clarify default value of supports_streaming parameter (send_video)

github.com/pyrogram/pyrogram - 52b0988af41297986746ffd1bc6eb46d7842f584 authored over 5 years ago
Remove get_user_dc method, add dc_id attribute to User

github.com/pyrogram/pyrogram - d1199982126e0955b07c6006c3faaab8c2c7dcc5 authored over 5 years ago
Add "md" to possible parse modes for Markdown style

github.com/pyrogram/pyrogram - e41d21ba295bfc748bddb04861f5c14f939e0db5 authored over 5 years ago
Add join and leave methods to Chat object

github.com/pyrogram/pyrogram - be8d1068c053a476e2264a79ae92f2a98b01b82f authored over 5 years ago
Fix tiny typo: contact -> contacts

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

github.com/pyrogram/pyrogram - 3a0d67bf0a930809216e0a95415f02e6f5f7dbf0 authored over 5 years ago
Merge pull request #274 from kalmengr/patch-1

Add bound methods block and unblock to User object

github.com/pyrogram/pyrogram - eff2285f004cce3a754a6a289b7cdf87bbf0a9ce authored over 5 years ago
Add new blank lines for clarity and for fixing rst

github.com/pyrogram/pyrogram - 92d47f17f3142f003397822fdd338e92ee1f1e5e authored over 5 years ago
Add bound methods block and unblock to User object

github.com/pyrogram/pyrogram - 856870c195e72ab57b9d3f1248a35e03b2704bfa authored over 5 years ago
Add STICKERSET_INVALID error

github.com/pyrogram/pyrogram - 674e1996ca2029a9972a9cf6fe1b8116013c353d authored over 5 years ago
Update Client.idle() docstrings to make summary clearer

github.com/pyrogram/pyrogram - e039c1fb801232ceba855f8025e458ca0c4008a8 authored over 5 years ago
Fix some cross references

github.com/pyrogram/pyrogram - 448a65bb6d65fc8eb5af006dd9e34444fbc81fb5 authored over 5 years ago
Fix Pyrogram's API template path

github.com/pyrogram/pyrogram - b352ef334eac1d3fff853564da051514ae4417d4 authored over 5 years ago
Fix cleaning generated exceptions

github.com/pyrogram/pyrogram - ed2e7dfb6695ca98474ca0f5ecc785b2ff82219a authored over 5 years ago
Move single methods, types and bound-methods to separated pages

The resulting pages were huge and were also taking a while to load
This will improve docs navigation

github.com/pyrogram/pyrogram - efcf7d5503751565b9df27a1073d7c9fb9d2e410 authored over 5 years ago
Fix RPCError raising an error itself because of non-optional args

github.com/pyrogram/pyrogram - ee2d5b1315633629974275101c9c2b56f8d80c18 authored over 5 years ago
Small documentation fix

github.com/pyrogram/pyrogram - 82efc9a154bf21b28acde9595d201efc75e21d21 authored over 5 years ago
Update API schema to Layer 103

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

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

github.com/pyrogram/pyrogram - 303d0318c8ec08a342e115c3be15332f4b2c98c4 authored over 5 years ago
Fix export_chat_invite_link not working for bots on channels/supergroups

Telegram still hasn't enabled this for bots...
Closes

github.com/pyrogram/pyrogram - bdd554575a34fcd849e25442a1a8a4bd95015f75 authored over 5 years ago
Update for Pyrogram v0.15.1

github.com/pyrogram/assistant - 6529f76a17157cddcd7076731eef6ff41d4cc41e authored over 5 years ago
Fix errors and warnings when using Pyrogram async with Python <3.5.3

github.com/pyrogram/pyrogram - ee1f6e2c9f421d0fddc1e88a5d12d9120d444456 authored over 5 years ago
Merge pull request #268 from mendelmaleh/develop

Add message.web_page attributes

github.com/pyrogram/pyrogram - 9059bab4d09bb4dc5fe9b058688f539679a3b7de authored over 5 years ago
Message: media = None if WebPage is empty

github.com/pyrogram/pyrogram - b4a8763452d9073baa09731f2778bd6a0c38cb70 authored over 5 years ago
Make optional values italics

github.com/pyrogram/pyrogram - f7bfd5597ec97fc0cddfbcb9c86c062e53481c07 authored over 5 years ago
Add more types in WebPage docs

github.com/pyrogram/pyrogram - dfffa9510a52cf9c114e7956586e49e6eb733580 authored over 5 years ago
Initial docs for WebPage

github.com/pyrogram/pyrogram - d363a18e8450f0a7fbcaf6588d48bc949043066c authored over 5 years ago
Add message.web_page attributes

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

github.com/pyrogram/pyrogram - ac4714c0dd841276efbc769b43c27a2e735a7bd9 authored over 5 years ago
Update Pyrogram to v0.15.1

github.com/pyrogram/pyrogram - 18b581fb4547c0eee9edfa6901c1c35e5a904b1f authored over 5 years ago
Fix some methods not working correctly with the new Text Parser

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

# Conflicts:
# pyrogram/__init__.py
# pyrogram/client/methods/chats/export_chat_invite_link.py
#...

github.com/pyrogram/pyrogram - b20e0ef2d290cfefa179a18427ac5a59c9a10a6d authored over 5 years ago
Update docs index example

github.com/pyrogram/pyrogram - 3f2f40af02346ef7d646bb4a3d2235bb54903185 authored over 5 years ago
Update robots.txt

github.com/pyrogram/pyrogram - 7a1d6002a9b63157f1cb541424cc3cb2f42ed0c8 authored over 5 years ago
Update Pyrogram to v0.15.0

github.com/pyrogram/pyrogram - 544cddfd1c0b03f1b19d07c074e5ac3d80d58990 authored over 5 years ago
Fix sphinx warnings

github.com/pyrogram/pyrogram - 992ef7bf527d59011593526dfec894c6ec21eaa5 authored over 5 years ago
Update README.md example

Use .reply_text() instead of .reply()

github.com/pyrogram/pyrogram - 414e42a3cca544c5e4628e319465743289b8881e authored over 5 years ago
Log the invalid values when raising errors

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

# Conflicts:
# pyrogram/client/types/user_and_chats/chat.py

github.com/pyrogram/pyrogram - 8e9f61148fb0c854bbb8b54fcb842775ed7a661e authored over 5 years ago
Enable custom format for User mentions

Examples:
- format(user, "mention")
- "{:mention}".format(user)
- f"{user:mention}"

github.com/pyrogram/pyrogram - 6c80064f2c239309c50b9e44db0ee1d6fa08be51 authored over 5 years ago
Do string conversion and striping in the Parser

github.com/pyrogram/pyrogram - a790431274f65a19392fa905a726c5b0a302c063 authored over 5 years ago
Don't rename the in-memory sessions

github.com/pyrogram/pyrogram - 40b0c57b54d634eb0a83f172100e184d5ab20e14 authored over 5 years ago
Use consistent naming

github.com/pyrogram/pyrogram - 83c386cbecfc57884560623063deb8483d99371c authored over 5 years ago
Update errors prune path

github.com/pyrogram/pyrogram - a05ac9d8a3993595c3a28719f02dd7c1b1951178 authored over 5 years ago
Update: consistent examples

github.com/pyrogram/pyrogram - c76a62964f166801286d435f5b8db8b67e317d95 authored over 5 years ago
Fix export_chat_invite_link not working correctly (channels/supergroups)

github.com/pyrogram/pyrogram - 580c684cb3a60d73a3c0a1aa90012a47f9dcc466 authored over 5 years ago
Merge pull request #260 from mendelmaleh/develop

Add convenience bound methods to Chat

github.com/pyrogram/pyrogram - 0d6f8cd46289514bc2cfbe22649fb008531d2b54 authored over 5 years ago
Fix bad params when defining and calling methods

github.com/pyrogram/pyrogram - 09e1ac5eb49b3024eef7c1a0bfaccae192aac3a1 authored over 5 years ago
Add missing colon

github.com/pyrogram/pyrogram - 80d7a8cbbd4fd1e4b04da8a5209e8e01cc78783b authored over 5 years ago
Update chat.py

github.com/pyrogram/pyrogram - a02cd271c94540944977eb304e90c5d6415e924b authored over 5 years ago
Add .(kick|unban|restrict|promote)_member bound methods to Chat

github.com/pyrogram/pyrogram - 2c1834b1b2191f066e26db38275632c294f39d18 authored over 5 years ago
Add .set_ bound methods to Chat

github.com/pyrogram/pyrogram - 54c8e24f483ea905d97161a6994c83aadfd0ac43 authored over 5 years ago
Fix RPCError not setting the x attribute

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

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

github.com/pyrogram/pyrogram - 8c2a971fec8eb9c8bb61723b7b738ea53917afb7 authored over 5 years ago
Fix self.parser not calling .parse for send_document

github.com/pyrogram/pyrogram - 46bf3824800a5f372d87e63768873a7ce7058c39 authored over 5 years ago
Add block_user and unblock_user to docs

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

github.com/pyrogram/pyrogram - d8d72395b79a98ce7962ed86b1fef314b04ad223 authored over 5 years ago
Update filters: Make the name argument optional

github.com/pyrogram/pyrogram - 155580649ac7781029393ccdbab084a48d3ba853 authored over 5 years ago
Fix objects failing to print in case there's no __slots__ attribute

github.com/pyrogram/pyrogram - 506253e506a8c22175346e92d7a017cd6118013b authored over 5 years ago
Many minor documentation enhancements

github.com/pyrogram/pyrogram - b6f508711aff07b7a35f9f271514c4385bb4c2f4 authored over 5 years ago
Update errors documentation page

github.com/pyrogram/pyrogram - 9f231bb880d99e7bef196f7914bc6e92a7cc4a89 authored over 5 years ago
Revamp text-formatting page, add info about the new styles

github.com/pyrogram/pyrogram - a44c996302077b718a2d3c174c1edf9e06b2fd36 authored over 5 years ago
Make unknown errors with known error codes inherit from base categories

github.com/pyrogram/pyrogram - fa1b66f9145b61d9a7a3db7c5d4c8bca39e6d4e2 authored over 5 years ago
Fix delete_profile_photos. Closes #259

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

# Conflicts:
# pyrogram/client/methods/messages/edit_message_text.py
# pyrogram/client/methods/m...

github.com/pyrogram/pyrogram - 8ef97f2177212023c43b337fe15035805971b88e authored over 5 years ago
Update parse_mode parameter docstrings

github.com/pyrogram/pyrogram - 39e25147bd66c1b82f5654b8595f020eb5a7c719 authored over 5 years ago
Only allow either "markdown" or "html" as text style parse mode

github.com/pyrogram/pyrogram - 197cf5506ce7cbeb03db10b2b979e29040cf9119 authored over 5 years ago
Update usages of Parser all around the library

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