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

Update Pyrogram to v2.0.71

github.com/pyrogram/pyrogram - ccb58f503c0d8344740e9209d70aa2fe7982db35 authored about 2 years ago by Dan <[email protected]>
Add a watchdog for incoming updates

github.com/pyrogram/pyrogram - a9e7d15bf6f5f69ca8f6154178003f6ede01ce76 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.70

github.com/pyrogram/pyrogram - aeea07f83d9becd356ed2752ae5aea68f0fc168f authored about 2 years ago by Dan <[email protected]>
Handle all given updates, avoid short circuit (#1162)

github.com/pyrogram/pyrogram - a76269ddaf09958590fccdeb416b6ade69801f06 authored about 2 years ago by Anton Kovalevich <[email protected]>
Update Pyrogram to v2.0.69

github.com/pyrogram/pyrogram - 73554b9d38209c2eccdce28c29c5b8ed2d06f0cd authored about 2 years ago by Dan <[email protected]>
Fix HTML unparsing when there's no entities

github.com/pyrogram/pyrogram - 217bcb1dfb409cd8afd5bf54826f6c7bfe30971c authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.68

github.com/pyrogram/pyrogram - 86515bb9d18ff21e8f2b33d8a80dd9076f88c832 authored about 2 years ago by Dan <[email protected]>
Add more tests for HTML.unparse

github.com/pyrogram/pyrogram - 7090dcba6807f9594d065514ced1ee2f89cf65be authored about 2 years ago by Dan <[email protected]>
Escape text inside entity when building unparsed text (#1156)

github.com/pyrogram/pyrogram - 669b39927b7fb48bd7464fc2bb7497ed8c75efb6 authored about 2 years ago by Andrea Princic <[email protected]>
Update Pyrogram to v2.0.67

github.com/pyrogram/pyrogram - fd2819ca7f581f0ed3bbad6873aeb27a233272fd authored about 2 years ago by Dan <[email protected]>
Add tests for HTML.unparse

github.com/pyrogram/pyrogram - db6bc2df1913d2c844537a8b9669d8e21c855f48 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.66

github.com/pyrogram/pyrogram - 38e9745a80a5b5adc47bc8525648fd87cc73ead8 authored about 2 years ago by Dan <[email protected]>
Update the HTML logic to output well-formed elements (#1155)

* unparsing html entities with deque

* unparsing using a stack (recursive)

github.com/pyrogram/pyrogram - 2ed000381d60bf8da9b0bec57693425b24b50c9d authored about 2 years ago by Andrea Princic <[email protected]>
Update Pyrogram to v2.0.65

github.com/pyrogram/pyrogram - ad773455a74ef6db7c1752734b6fe9b6647870c6 authored about 2 years ago by Dan <[email protected]>
Update the order in which media messages are parsed

github.com/pyrogram/pyrogram - 3cf1ac7d92377372cd16bb54f2dd2ea789118c51 authored about 2 years ago by Dan <[email protected]>
Fix User.emoji_status type hint

github.com/pyrogram/pyrogram - d734fbb180f4e8d080ef008cdd575b150c893891 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.64

github.com/pyrogram/pyrogram - fb85a142775b3163af4a3005bb9b5848c4c4ab01 authored about 2 years ago by Dan <[email protected]>
Update API schema to Layer 150

github.com/pyrogram/pyrogram - 1d7852a44b6e60e42aab85afd8977a1ee9dcd88f authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.63

github.com/pyrogram/pyrogram - 70b673890837749c06e7cd170d934bf9eda75e6b authored about 2 years ago by Dan <[email protected]>
Update API schema to Layer 149

github.com/pyrogram/pyrogram - b81c379548c9c08218f1d8c5d3e24d6fc9bc2031 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.62

github.com/pyrogram/pyrogram - 9b6cb070b98c3a117dc5ce1db1c973048496aec4 authored about 2 years ago by Dan <[email protected]>
Add tag command to Makefile

github.com/pyrogram/pyrogram - 2aae10193e9f792b39edaa88a99bde92bf499cf5 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.61

github.com/pyrogram/pyrogram - e3e9731973952952b854676819c1b99e7858e910 authored about 2 years ago by Dan <[email protected]>
Disable parse mode when copying messages

The entities are already taken from the original message

github.com/pyrogram/pyrogram - 1699ef0d4c6ed9f3e986e703de6680107e4e0bc0 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.60

github.com/pyrogram/pyrogram - 23d953237e448c803a83e1cc3282041ac80acfc5 authored about 2 years ago by Dan <[email protected]>
Fix typo (#1029)

github.com/pyrogram/pyrogram - 0e64ebc0be1f84a8afd02a8a2c984df802faab3d authored about 2 years ago by Deekshith SH <[email protected]>
Use getattr to get outgoing attribute in filters.me (#1137)

* Use getattr to get outgoing attribute from the message in me_filter.
Fixes #1136.

Signed-o...

github.com/pyrogram/pyrogram - 31b32184c927a4793bb5222624394e735b6722f8 authored about 2 years ago by ALi.w <[email protected]>
Fix copy_message return type hint (#1128)

* fixed copy_message method type-hint

* Update copy_message.py

Co-authored-by: Dan <140436...

github.com/pyrogram/pyrogram - b848e052254e9f23a4e52b2f87b794f26cb42cd8 authored about 2 years ago by Artem Kvrvgv <[email protected]>
Add __all__ for better enums suggestions (#1126)

github.com/pyrogram/pyrogram - 1b02a6a148fc87009bd6e60d9a0cf842543a6096 authored about 2 years ago by Albert Einstein <[email protected]>
Add Message.forwards field (#1103)

* Added missing field: forwards

* Update message.py

Co-authored-by: Dan <14043624+delivran...

github.com/pyrogram/pyrogram - c98963973ee38100e482ec28e231124275ebd342 authored about 2 years ago by Ihor Boichuk <[email protected]>
Fix on_disconnect decorator not working (#1134)

* Fix on_disconnect decorator not working

* Remove useless if else statment in on_raw_update

github.com/pyrogram/pyrogram - b423730dcbd59d650362ade56457e156805b1c2b authored about 2 years ago by Sam <[email protected]>
Update python.yml

github.com/pyrogram/pyrogram - 035bbbb76eb2a6d58d7e909e97a01660e2c62852 authored about 2 years ago by Dan <[email protected]>
Update API schema to Layer 148

github.com/pyrogram/pyrogram - a374e0175d524cbd43ea64801fc0c5b11eb959fd authored about 2 years ago by Nick <[email protected]>
Update TgCrypto to v1.2.5

github.com/pyrogram/tgcrypto - 7c7d865c02106188364f4f25a4fa8ffbe75286b3 authored about 2 years ago by Dan <[email protected]>
Update wheels.yml

github.com/pyrogram/tgcrypto - 2ac99d13eec13f439cdc822c7f40de2e3b0292d7 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.59

github.com/pyrogram/pyrogram - ef92389ed029ddc4d95e2d234cf3d302774c7e7d authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.58

github.com/pyrogram/pyrogram - b660115a603c14938dc518688054b1b5181487a4 authored about 2 years ago by Dan <[email protected]>
Add languages to "pre" tags (HTML and Markdown) #1118

* added `language` to entities when unparsing (both markdown and html)

* added `language` to ...

github.com/pyrogram/pyrogram - 9ade92c85525ecd439ab52506047991220664040 authored about 2 years ago by Andrea Princic <[email protected]>
Update usable-by labels

github.com/pyrogram/pyrogram - bf52ec1e944d224c449fda32a900c46000a7e666 authored about 2 years ago by Dan <[email protected]>
Add usable-by labels for methods

github.com/pyrogram/pyrogram - bb44f3624791e770d47efc7550d1a70c869a016e authored about 2 years ago by Dan <[email protected]>
Update minimum requirements

github.com/pyrogram/tgcrypto - 115cae5632866346aa2a2fa8338151fd9668cb4f authored about 2 years ago by Dan <[email protected]>
Update TgCrypto to v1.2.4

github.com/pyrogram/tgcrypto - 63ddfb2322a3d32680153a9feb4d1cc86ad99abd authored about 2 years ago by Dan <[email protected]>
Update minimum requirements

github.com/pyrogram/tgcrypto - bd65673202dfb1afbcdab3404ebee129113caa79 authored about 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.57

github.com/pyrogram/pyrogram - 0e68bf35b70901e8d24bebbacf31a1609b18971f authored over 2 years ago by Dan <[email protected]>
Call get_me() before initializing the client

github.com/pyrogram/pyrogram - ec476aa293d58ba1b46a4b6b61d947326d7387c7 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.56

github.com/pyrogram/pyrogram - f407f88395e71eb2b534b6e9afe16ab90cd9e5bb authored over 2 years ago by Dan <[email protected]>
Move get_me() call into start()

github.com/pyrogram/pyrogram - 2870ae84e73cf37dc4a489299275f3584a9f773d authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.55

github.com/pyrogram/pyrogram - 862285e1e69da8fa8701218a7ba66e1614abbd5e authored over 2 years ago by Dan <[email protected]>
Don't create download dirs for in-memory downloads

github.com/pyrogram/pyrogram - 4edaa21c199e85386989e49901ff90facec9ffde authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.54

github.com/pyrogram/pyrogram - a2fe5b3e79ff9e44ec37293323b0ab844d371587 authored over 2 years ago by Dan <[email protected]>
Re-raise asyncio.CancelledError to avoid continuations

github.com/pyrogram/pyrogram - 71f263b30d3acfe079b3b72b3d2fed39d6325850 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.53

github.com/pyrogram/pyrogram - 2d547ccf8c1c87dd2e8866d8fd72eba816cc0ff1 authored over 2 years ago by Dan <[email protected]>
Revamp handling of partial downloads

github.com/pyrogram/pyrogram - 3940ca9611d3d7061996e4ee35e57136d87626f9 authored over 2 years ago by Dan <[email protected]>
Add tempfile deletion in case of asyncio task cancellation. (#1080)

github.com/pyrogram/pyrogram - 468ebf50cf596b73175aa5826a44e5be00becb78 authored over 2 years ago by Nyan <[email protected]>
Fix Chat.available_reactions type hint

github.com/pyrogram/pyrogram - 81895d74c7e677c2d64b768b3c166bc2555d5993 authored over 2 years ago by Dan <[email protected]>
Add chosen_order to Reaction

github.com/pyrogram/pyrogram - 53584bc1dbd19c9b956d9c78932ec792c7744cf3 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.52

github.com/pyrogram/pyrogram - 9f94aee9f8183e5a7222057a0c4753fee4016ed5 authored over 2 years ago by Dan <[email protected]>
Update API schema to Layer 146

github.com/pyrogram/pyrogram - 8fd79c93c75a15a25562d5bb835a1d96d3df35f7 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.51

github.com/pyrogram/pyrogram - 7558e04cfc6aaeb8630cffe0d8fd9f77d4141d4d authored over 2 years ago by Dan <[email protected]>
Update poll parsing

github.com/pyrogram/pyrogram - f9aacd814a60b60f61c8d989bdaeb9fa92492a24 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.50

github.com/pyrogram/pyrogram - 8490cfa0a92e2d57b6de9728b1d18ee3071be5b4 authored over 2 years ago by Dan <[email protected]>
Fix send_reaction

Fixes #1086

github.com/pyrogram/pyrogram - e0fdcc7f3a33bac9e501a5922a55ef2871bf0c17 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.49

github.com/pyrogram/pyrogram - 1a1075090d67ad32229f7a346d7c1950479de9d2 authored over 2 years ago by Dan <[email protected]>
Fix for older Python versions

github.com/pyrogram/pyrogram - 1db03c4351b56e620af6a8a0c604aa5a5ce79ff5 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.48

github.com/pyrogram/pyrogram - 210f538d552577249b1e42b9635fab06b2be9262 authored over 2 years ago by Dan <[email protected]>
Add set_emoji_status method

github.com/pyrogram/pyrogram - 5d11c03b4ee74e805391b1955683a617c881052f authored over 2 years ago by Dan <[email protected]>
Add get_default_emoji_statuses method

github.com/pyrogram/pyrogram - 04b343f61b9e85cdcc2a81b20267097a5a4eedab authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.47

github.com/pyrogram/pyrogram - f7319858e1e6743a31a81eabe6ada8a78eae9146 authored over 2 years ago by Dan <[email protected]>
Add MessageReactions and ChatReactions to the docs

github.com/pyrogram/pyrogram - 06c62c5b4c5ad038d5072e57f74d280526a7392e authored over 2 years ago by Dan <[email protected]>
Add message_reactions.py

github.com/pyrogram/pyrogram - 6496a87029a6b0987d3825b8a22d08474fc92aa9 authored over 2 years ago by Dan <[email protected]>
Add chat_reactions.py

github.com/pyrogram/pyrogram - 9eb7589a7fbeb2986d987c38870edf8174d6deac authored over 2 years ago by Dan <[email protected]>
Update reaction.py

github.com/pyrogram/pyrogram - fe7fcf344832b7092db70d0fb8175bbb37b805f2 authored over 2 years ago by Dan <[email protected]>
Update EmojiStatus

github.com/pyrogram/pyrogram - 1fb04b76163ea258924410204992c89255c98a94 authored over 2 years ago by Dan <[email protected]>
Add support for emoji status

github.com/pyrogram/pyrogram - 7a53c3da5769fc55037d40206a6a6cf12e2dbfa2 authored over 2 years ago by Dan <[email protected]>
Update API schema to Layer 145

github.com/pyrogram/pyrogram - 2cd0f386025865396bcb7905150be8b00fa242f1 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.46

github.com/pyrogram/pyrogram - 3632400956def8a8fa4219ac3f4c11c24e954f07 authored over 2 years ago by Dan <[email protected]>
More nonce check fixes

github.com/pyrogram/pyrogram - 761e4735d3701c5910450fb4ac8f6e09c7ff8d09 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.45

github.com/pyrogram/pyrogram - 14c530327243cc390774601aa3638cc3ba433ff7 authored over 2 years ago by Dan <[email protected]>
Fix nonce checks

github.com/pyrogram/pyrogram - 88af58f246ceb4723215e52777318ebee7bd2eaa authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.44

github.com/pyrogram/pyrogram - 94c0031ed722d9248f176ba8dbc07a61b4829134 authored over 2 years ago by Dan <[email protected]>
Update get_peer_by_username query

github.com/pyrogram/pyrogram - 7055ee648e1a862d185277fb336c1d59ad3ee9bc authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.43

github.com/pyrogram/pyrogram - 3bd082094632b026a3bc5ac5c24741daab564d36 authored over 2 years ago by Dan <[email protected]>
Fix message entity parsing and serialization

github.com/pyrogram/pyrogram - ed008dd3bb9e225c954812764f27391a44fea701 authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.42

github.com/pyrogram/pyrogram - f6e0e58f86ebf9f905ef72451adc6ece9a5c05f6 authored over 2 years ago by Dan <[email protected]>
Fix serialization of empty optional lists

github.com/pyrogram/pyrogram - 95aae430a8ac5922553f3d15b6e6fd388828359f authored over 2 years ago by Dan <[email protected]>
Fix get_custom_emoji_stickers parameter type in docs (#1066)

* Fix get_custom_emoji_stickers Int type

* Fix misleading docstring

* Update get_custom_em...

github.com/pyrogram/pyrogram - cb5431d976e11ea9444075e4de88b8e23ffbf35b authored over 2 years ago by omg-xtao <[email protected]>
Update Pyrogram to v2.0.41

github.com/pyrogram/pyrogram - ac0941109904d644578c7a971a19540dc01862ad authored over 2 years ago by Dan <[email protected]>
Add support for custom emoji in HTML

github.com/pyrogram/pyrogram - f5bcce7c3f96e9ebfb87791f69ee96f649ab481c authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.40

github.com/pyrogram/pyrogram - 2242adb5984e5e09ff970a3c6853e972c5c8ccd8 authored over 2 years ago by Dan <[email protected]>
Fix Sticker parsing

github.com/pyrogram/pyrogram - 803f8f0073a38a3c0724354e76f1f358fa5c252d authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.39

github.com/pyrogram/pyrogram - bb450d1cefcaf7f9d08808a5c8fbe63b04479e00 authored over 2 years ago by Dan <[email protected]>
Merge branch 'sticker-attributes'

github.com/pyrogram/pyrogram - e94d3c1876517c6e90b560e6ec5da054df017379 authored over 2 years ago by Dan <[email protected]>
Refactor Sticker parsing

github.com/pyrogram/pyrogram - 2e46514012167b84d5f984fcd00917af0420866d authored over 2 years ago by Dan <[email protected]>
Fix determining video sticker resolution. Add sticker duration to Sticker type (#1065)

github.com/pyrogram/pyrogram - 95de5f7eae4f53b600310f165b6f973c6f8895f9 authored over 2 years ago by LёNya <[email protected]>
Fix sending custom emoji

github.com/pyrogram/pyrogram - 6b7e5dcd1aa498795a2db6ae6b012ebb6aee2a5c authored over 2 years ago by Dan <[email protected]>
Update Pyrogram to v2.0.38

github.com/pyrogram/pyrogram - 6c34c83a3ea82bd0c3d4f0e7bdff6f54c2f7bdbc authored over 2 years ago by Dan <[email protected]>