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 Parser package

Revamped from HTML/Markdown

github.com/pyrogram/pyrogram - e61bf9262740996ccce04c90e49bab633ef59060 authored over 5 years ago
Parser's client can be None

In that case, check if is None and don't parse user mentions.
This happens only in text content f...

github.com/pyrogram/pyrogram - be5f0c95298fdf6b19c51f301a1adf856ee5743e authored over 5 years ago
Implement strict and loose markdown parsing

This is enabled by default:

- strict: only markdown syntax is parsed
- loose: both markdown ...

github.com/pyrogram/pyrogram - 8d852cb47ee10863de67033a87648cb1daa82aeb authored over 5 years ago
Remove generated inline query result types

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

# Conflicts:
# pyrogram/client/style/html.py
# pyrogram/client/style/markdown.py

github.com/pyrogram/pyrogram - 7cd145b0dbc0191c25ba44f92641eb3648da25a6 authored over 5 years ago
Update the HTML parser: make it easy for asyncio to deal with mentions

We can't await coroutines inside HTMLParser overridden methods, such as
handle_starttag, because ...

github.com/pyrogram/pyrogram - 7490f6cfa3b8b401c00316bdd5a17389a1b6ee01 authored over 5 years ago
Update message.py

github.com/pyrogram/pyrogram - 32ca805f6be0295f53ff9d4e20c817ad7183e949 authored over 5 years ago
Implement HTML.unparse and Markdown.unparse

github.com/pyrogram/pyrogram - 168fce09da2d5b26f24187970a425ae875a49527 authored over 5 years ago
Make the HTML parser more sound

github.com/pyrogram/pyrogram - a086964e85851b25ae351cca73ac26c496799642 authored over 5 years ago
Allow entities to overlap, like: <b>bold <i>and</b> italic</i>

github.com/pyrogram/pyrogram - 07bc7e39df8f9e66514bc78b3b6896e8a0d70d8d authored over 5 years ago
Make slicing text messages & captions work properly with entity offsets

github.com/pyrogram/pyrogram - df386b2f91dea56cbf41e8e07e331ad3117cf2db authored over 5 years ago
Revert "Delete style utils.py and move its content inside html.py The HTML parser is now the only one that makes use of those util methods"

This reverts commit cd1e41b1

github.com/pyrogram/pyrogram - de02848a69a8158b846ba66bb2b03b2fe14a4e4a authored over 5 years ago
Enable scheduling of more than 1 updates worker

github.com/pyrogram/pyrogram - 656aa4a7cacf3fa55393aea8daf2f393b801ed17 authored over 5 years ago
Delete style utils.py and move its content inside html.py

The HTML parser is now the only one that makes use of those util methods

github.com/pyrogram/pyrogram - cd1e41b130297d3517c4e3cf0d14f2f81b2801a7 authored over 5 years ago
Add MSGID_DECREASE_RETRY 5xx-class error

github.com/pyrogram/pyrogram - e7457de947524a11c9690f98bddd7b2295d08e0d authored over 5 years ago
Actually fix the HTML Parser feeding by calling .close() when done

github.com/pyrogram/pyrogram - a27dc575e413968f8814a7fb365bf7f2ada9aaa6 authored over 5 years ago
Fix HTML parsing breaking with no tags

github.com/pyrogram/pyrogram - cac0bcabf915ff3e7a06a7d7be2a21da257050e5 authored over 5 years ago
Ignore any other style when inside a fixed-width style

github.com/pyrogram/pyrogram - 8e0182633f8036d23afe6de98e3f391f80a2074c authored over 5 years ago
Automatically escape URL bodies when using markdown

github.com/pyrogram/pyrogram - f12cee5d94f42c4b5d7e669e33e1aa85de9ea0ce authored over 5 years ago
Remove debug print()

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

github.com/pyrogram/pyrogram - fe611a3344eb0ced168a2e03a96e9688de2a11c1 authored over 5 years ago
Revamp HTML and Markdown parsers to allow multiple nested entities

github.com/pyrogram/pyrogram - e7c49c6a1b98148a792beecdafff79e9030a277e authored over 5 years ago
Update FUNDING.yml

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

github.com/pyrogram/pyrogram - 3237847ce1cf099afa776e2ad53a7327f9e46aba authored over 5 years ago
Add support for underline and strikethrough text via Markdown

New delimiters:

- ~~strikethrough~~
- --underline--

github.com/pyrogram/pyrogram - 648f37cf6daad9923845369ef8d207d469486f47 authored over 5 years ago
Add new message entity types: "underline", "strike" and "blockquote"

github.com/pyrogram/pyrogram - 978ee4e6a62bff12732298f64695875de7abbf65 authored over 5 years ago
Enable parsing underline, strikethrough and blockquote text for HTML

github.com/pyrogram/pyrogram - 0985d7ad9054b7369a00ab5ffa79c527aaaaf82a authored over 5 years ago
Update API schema to Layer 102

github.com/pyrogram/pyrogram - 4dbdfc85d7c69dd6f16b8a9f54679287516d0e0b authored over 5 years ago
Fix coroutine scheduling when adding/removing handlers

github.com/pyrogram/pyrogram - 633e11531a882d0cd9cafdf437f9e99e43a21271 authored over 5 years ago
Add (and update) a bunch of up/download related errors

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

github.com/pyrogram/pyrogram - 1e546099a3dd4a324858123f13f5272a4a7f9dd0 authored over 5 years ago
Remove outdated note

github.com/pyrogram/pyrogram - 5f2d76ceca82e06e43d7f0d995729f82f7bccbc4 authored over 5 years ago
Make plugin callback functions return the function itself when decorated

github.com/pyrogram/pyrogram - 31f39a00ab602c9714c827833e93730b9466bcb2 authored over 5 years ago
Small documentation fixes

github.com/pyrogram/pyrogram - b4f0f411bd5f7b2c491faab59ad5f9d2e999debc authored over 5 years ago
Enhance PDF building

github.com/pyrogram/pyrogram - bf71989bd047c68fade76360e4ead0e3c77cf725 authored over 5 years ago
Fix broken link

github.com/pyrogram/pyrogram - 267797051c42a9f75eec8b56bc2dcc8509e594f4 authored over 5 years ago
Add ARTICLE_TITLE_EMPTY error

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

# Conflicts:
# pyrogram/client/ext/dispatcher.py

github.com/pyrogram/pyrogram - 84278f9cee93635d7e44d9861456084537a7248d authored over 5 years ago
Fix workers not running concurrently anymore after using a shared Lock

github.com/pyrogram/pyrogram - e7fffd2f7690d1dc6337f70ce1da09c6ee3b4617 authored over 5 years ago
Fix asyncio lock not being awaited properly

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

github.com/pyrogram/pyrogram - 471a124d2c718d7d996ffa3f628887728750fa86 authored over 5 years ago
Rename CallbackQuery's bound-methods: edit_* -> edit_message_*

github.com/pyrogram/pyrogram - a398bc5fc72c050ff90d8f82015755b2eccad3bd authored over 5 years ago
Lock dispatcher groups. Fixes #255

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

# Conflicts:
# pyrogram/client/types/messages_and_media/message.py

github.com/pyrogram/pyrogram - 7982eb07b59778fc6acebcbf9b9f3125cbe8e4ab authored over 5 years ago
Bring Message .reply() and .edit() back for now

github.com/pyrogram/pyrogram - 0699bd31e5e75addab28d90397e9811548fcc00e authored over 5 years ago
Specify that 3.5.3 or higher is required for asyncio

github.com/pyrogram/pyrogram - 83900f398f7516e0f50850037dc09178a6d1749b authored over 5 years ago
Link back to the source of information, where applicable

github.com/pyrogram/pyrogram - a928981b1f8b3f520dc8c4d827cbce2e4e23949c authored over 5 years ago
Add FAQ about why responses might be slow

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

github.com/pyrogram/pyrogram - 3f261823a7da813ea26923e62da098b705e15167 authored over 5 years ago
Add START_PARAM_INVALID error

github.com/pyrogram/pyrogram - 81e7c1b4eba9389e8bda64d49fab05419c090fef authored over 5 years ago
Cast Paths to string: pathlib for older pythons doesn't properly work

github.com/pyrogram/pyrogram - 9ebf2983fe444770f180a110278e45071477b094 authored over 5 years ago
Update FAQ: Starting from v0.14.1 photo-like file id formats changed

github.com/pyrogram/pyrogram - 48197cb2228f0eb38c58fa72e66659a87dbdbe5e authored over 5 years ago
Tiny documentation fix

github.com/pyrogram/pyrogram - 36757c125cc4f67f4d48a3538b50ff4e7a22a5e8 authored over 5 years ago
Add BUTTON_DATA_INVALID error

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

github.com/pyrogram/pyrogram - a8dfe61f7e32fd2bf859d3a623b6a371525b900d authored over 5 years ago
Small documentation fixes

github.com/pyrogram/pyrogram - f16ca8b9ea78c8af503fc80f3f7a2ca6cd9495c8 authored over 5 years ago
Smarter session migration

github.com/pyrogram/pyrogram - 8c96e5f46aaca4ca2a1593a6c57a24cc60a766ea authored over 5 years ago
Update TgCrypto required version

github.com/pyrogram/pyrogram - fa1976c8a0e73c3acd0cf35ee3f831db5c945e42 authored over 5 years ago
Update TgCrypto to v1.2.0

github.com/pyrogram/tgcrypto - e5ef22aba66991cde63c60b3dd8068367d35aeeb authored over 5 years ago
Merge pull request #220 from bakatrouble/session_storage

Implement extendable session storage, move to SQLite as main storage (WIP)

github.com/pyrogram/pyrogram - 2ff74270ad7ef094db54f54cd166f20e98c1b3ac authored over 5 years ago
Add storage-engines.rst page to docs

github.com/pyrogram/pyrogram - d1cd21916a7d20f71afa78767ca660f9f3fa8c8d authored over 5 years ago
Fix glossary term

github.com/pyrogram/pyrogram - 1f04ce38fc4f62ec786efb9c8080993bdfe127f2 authored over 5 years ago
Add export_session_string method to docs

github.com/pyrogram/pyrogram - 0be0e2da5615cd9a403889ce487d3e8878451949 authored over 5 years ago
Update pyrogram/client to accommodate Storage Engines

github.com/pyrogram/pyrogram - 30192de1ad493acd896448e727443d7b03e65761 authored over 5 years ago
Use base64.urlsafe_b64encode/decode instead of manually passing altchars

github.com/pyrogram/pyrogram - edaced35a758a84dff17328cb0095cfb525b5449 authored over 5 years ago
Instruct Python to add schema.sql file to the package

github.com/pyrogram/pyrogram - 8465c4a97798de7d09bab1048d4154c470d59278 authored over 5 years ago
Implement FileStorage and MemoryStorage engines

github.com/pyrogram/pyrogram - 6cc9688e4921a15c82667264eea624844cb48be9 authored over 5 years ago
Add Storage abstract class

github.com/pyrogram/pyrogram - 6177abbfa4d09b63eee17907a3d2462ac2e14a32 authored over 5 years ago
Update Auth and Session to accommodate Storage Engines

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

github.com/pyrogram/pyrogram - d472d06c48717c435c3707e82b0fa48a51dda477 authored over 5 years ago
Update README.md

github.com/pyrogram/tgcrypto - f8fc911daf0476c16da3e092d7eff7bbb188e7c7 authored over 5 years ago
Merge pull request #256 from ColinTheShark/develop

Add convenience methods to block and unblock Users

github.com/pyrogram/pyrogram - 651b8d891d9e34ae41f8146c8d02bd1ad07a2970 authored over 5 years ago
Add convenience methods to block and unblock Users

github.com/pyrogram/pyrogram - 1fd31cac1e441f7ae47d77fdece08ae62ebd1b7e authored over 5 years ago
Add returned object

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

# Conflicts:
# pyrogram/client/client.py
# pyrogram/client/ext/base_client.py
# pyrogram/client/...

github.com/pyrogram/pyrogram - 142d5ab335e8aedfc5724544bd0c4d058b4d1f11 authored over 5 years ago
Fix script executions not working outside the current directory

Fixes #41

github.com/pyrogram/pyrogram - 80d8443be4c11dd44d89184022599891d4f078b4 authored over 5 years ago
Fix Sticker.set_name being treated as tuple/list-like when should in fact be a string

Yes, that little comma messed things up (again)

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

github.com/pyrogram/pyrogram - 237e434e7837c6e8da1adda100e16583bdedd2e0 authored over 5 years ago
Hint about how to ask good questions

github.com/pyrogram/pyrogram - a1aef9cf251dd3083cfdd2a9eae70b846eeaea78 authored over 5 years ago
Put italic in quotes, adapt text_mention (#254)

* Put italic in quotes, adapt text_mention

* Update message_entity.py

github.com/pyrogram/pyrogram - 4492d9d20bc1f841f22cb42c7d9f1eca01d89a80 authored over 5 years ago
Add requirements-ci.txt

github.com/pyrogram/tgcrypto - 064ea755c4ca2570fa523e1fd64478ca1267dd96 authored over 5 years ago
Update beta version

github.com/pyrogram/tgcrypto - 2efd3e00ec088a27eb13d0b9cc30af56d2dfa849 authored over 5 years ago
Merge pull request #7 from pyrogram/tests

Tests

github.com/pyrogram/tgcrypto - d2dee4ae9ef77933503e1df50e576fda40bbe857 authored over 5 years ago
Add Appveyor CI: run tests and build wheels for Windows

github.com/pyrogram/tgcrypto - 3a8677099ea370145ca7292ebaab932f561dd280 authored over 5 years ago
Add Travis CI: run tests and build wheels for Linux and macOS

github.com/pyrogram/tgcrypto - b0e70b5234d996b67097071fa7449dd0e619f2b7 authored over 5 years ago
Fix TypeError tests for Python 3.4

github.com/pyrogram/tgcrypto - 0fe11896d9429954bd65849d2cbd57975b89e210 authored over 5 years ago
Merge pull request #8 from YoilyL/tests

Released the GIL

github.com/pyrogram/tgcrypto - aabb77de64562c830ca2ac94e21da7858c384f39 authored over 5 years ago
Revert: CallbackQuery edit_* bound methods renamed to edit_message_*

github.com/pyrogram/pyrogram - ef8f3bd6e15b2d7da57d20939cf3bba03642edc5 authored over 5 years ago
Add edit_inline_* methods to deal with inline messages only

github.com/pyrogram/pyrogram - 61ed44ff5f1c2dee91da309ce24f6b2b5884be13 authored over 5 years ago
Rename CallbackQuery edit_* bound methods to edit_message_*

We are editing the message the callback query comes from, not the
callback query itself.

github.com/pyrogram/pyrogram - 3ed1bb0d86e604d75a809468f3395cd401d060a6 authored over 5 years ago
Rename edit -> edit_text and reply -> reply_text bound methods

github.com/pyrogram/pyrogram - 3ae77d55c758f91346ad8a122d0da2a3d65fd545 authored over 5 years ago
Small docstrings fixup

github.com/pyrogram/pyrogram - c485715db1b3ea9578d334624113b8a7f563912f authored over 5 years ago
Add edit, edit_caption, edit_media and edit_reply_markup bound methods to the CallbackQuery type

github.com/pyrogram/pyrogram - da4ff268a41073e0767373532f69c58ac8394333 authored over 5 years ago
Implement editing of messages sent via inline bots

- edit_message_text
- edit_message_caption
- edit_message_media
- edit_message_reply_markup

github.com/pyrogram/pyrogram - 22199b0fe54fadefeac2b4b56e5e2f5b81f1b8b0 authored over 5 years ago
Released the GIL

# New Document
released the GIL to make use of multiple cores when using multithreading.

as ...

github.com/pyrogram/tgcrypto - 2290f41de9313c0a3b96805834c6efda047655ee authored over 5 years ago
Fix list count

github.com/pyrogram/tgcrypto - 690cda002b88cfccfadb04bbff4275c87e261e64 authored over 5 years ago
Add test suite to setup.py

github.com/pyrogram/tgcrypto - 780f78c840fe3bb84d276cf33026fa6e092d7268 authored over 5 years ago
Don't use pathlib

github.com/pyrogram/tgcrypto - f07c2ea4abbf0a33a17a72145856c02d009d2803 authored over 5 years ago