Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyrogram/pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://github.com/pyrogram/pyrogram

Update Pyrogram to v2.0.71

ccb58f503c0d8344740e9209d70aa2fe7982db35 authored about 2 years ago
Add a watchdog for incoming updates

a9e7d15bf6f5f69ca8f6154178003f6ede01ce76 authored about 2 years ago
Update Pyrogram to v2.0.70

aeea07f83d9becd356ed2752ae5aea68f0fc168f authored about 2 years ago
Handle all given updates, avoid short circuit (#1162)

a76269ddaf09958590fccdeb416b6ade69801f06 authored about 2 years ago
Update Pyrogram to v2.0.69

73554b9d38209c2eccdce28c29c5b8ed2d06f0cd authored about 2 years ago
Fix HTML unparsing when there's no entities

217bcb1dfb409cd8afd5bf54826f6c7bfe30971c authored about 2 years ago
Update Pyrogram to v2.0.68

86515bb9d18ff21e8f2b33d8a80dd9076f88c832 authored about 2 years ago
Add more tests for HTML.unparse

7090dcba6807f9594d065514ced1ee2f89cf65be authored about 2 years ago
Escape text inside entity when building unparsed text (#1156)

669b39927b7fb48bd7464fc2bb7497ed8c75efb6 authored about 2 years ago
Update Pyrogram to v2.0.67

fd2819ca7f581f0ed3bbad6873aeb27a233272fd authored about 2 years ago
Add tests for HTML.unparse

db6bc2df1913d2c844537a8b9669d8e21c855f48 authored about 2 years ago
Update Pyrogram to v2.0.66

38e9745a80a5b5adc47bc8525648fd87cc73ead8 authored about 2 years ago
Update the HTML logic to output well-formed elements (#1155)

* unparsing html entities with deque

* unparsing using a stack (recursive)

2ed000381d60bf8da9b0bec57693425b24b50c9d authored about 2 years ago
Update Pyrogram to v2.0.65

ad773455a74ef6db7c1752734b6fe9b6647870c6 authored about 2 years ago
Update the order in which media messages are parsed

3cf1ac7d92377372cd16bb54f2dd2ea789118c51 authored about 2 years ago
Fix User.emoji_status type hint

d734fbb180f4e8d080ef008cdd575b150c893891 authored about 2 years ago
Update Pyrogram to v2.0.64

fb85a142775b3163af4a3005bb9b5848c4c4ab01 authored about 2 years ago
Update API schema to Layer 150

1d7852a44b6e60e42aab85afd8977a1ee9dcd88f authored about 2 years ago
Update Pyrogram to v2.0.63

70b673890837749c06e7cd170d934bf9eda75e6b authored about 2 years ago
Update API schema to Layer 149

b81c379548c9c08218f1d8c5d3e24d6fc9bc2031 authored about 2 years ago
Update Pyrogram to v2.0.62

9b6cb070b98c3a117dc5ce1db1c973048496aec4 authored about 2 years ago
Add tag command to Makefile

2aae10193e9f792b39edaa88a99bde92bf499cf5 authored about 2 years ago
Update Pyrogram to v2.0.61

e3e9731973952952b854676819c1b99e7858e910 authored about 2 years ago
Disable parse mode when copying messages

The entities are already taken from the original message

1699ef0d4c6ed9f3e986e703de6680107e4e0bc0 authored about 2 years ago
Update Pyrogram to v2.0.60

23d953237e448c803a83e1cc3282041ac80acfc5 authored about 2 years ago
Fix typo (#1029)

0e64ebc0be1f84a8afd02a8a2c984df802faab3d authored about 2 years ago
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...

31b32184c927a4793bb5222624394e735b6722f8 authored about 2 years ago
Fix copy_message return type hint (#1128)

* fixed copy_message method type-hint

* Update copy_message.py

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

b848e052254e9f23a4e52b2f87b794f26cb42cd8 authored about 2 years ago
Add __all__ for better enums suggestions (#1126)

1b02a6a148fc87009bd6e60d9a0cf842543a6096 authored about 2 years ago
Add Message.forwards field (#1103)

* Added missing field: forwards

* Update message.py

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

c98963973ee38100e482ec28e231124275ebd342 authored about 2 years ago
Fix on_disconnect decorator not working (#1134)

* Fix on_disconnect decorator not working

* Remove useless if else statment in on_raw_update

b423730dcbd59d650362ade56457e156805b1c2b authored about 2 years ago
Update python.yml

035bbbb76eb2a6d58d7e909e97a01660e2c62852 authored about 2 years ago
Update API schema to Layer 148

a374e0175d524cbd43ea64801fc0c5b11eb959fd authored about 2 years ago
Update Pyrogram to v2.0.59

ef92389ed029ddc4d95e2d234cf3d302774c7e7d authored over 2 years ago
Update html.py

3eda82d0aff94c24d2ba1ecd5767de5ae70c09e2 authored over 2 years ago
Update Pyrogram to v2.0.58

b660115a603c14938dc518688054b1b5181487a4 authored over 2 years ago
Add languages to "pre" tags (HTML and Markdown) #1118

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

* added `language` to ...

9ade92c85525ecd439ab52506047991220664040 authored over 2 years ago
Update usable-by labels

bf52ec1e944d224c449fda32a900c46000a7e666 authored over 2 years ago
Add usable-by labels for methods

bb44f3624791e770d47efc7550d1a70c869a016e authored over 2 years ago
Update docs

8077eb41303b07367d38e8eafa3c0884182274d0 authored over 2 years ago
Update Pyrogram to v2.0.57

0e68bf35b70901e8d24bebbacf31a1609b18971f authored over 2 years ago
Call get_me() before initializing the client

ec476aa293d58ba1b46a4b6b61d947326d7387c7 authored over 2 years ago
Update Pyrogram to v2.0.56

f407f88395e71eb2b534b6e9afe16ab90cd9e5bb authored over 2 years ago
Move get_me() call into start()

2870ae84e73cf37dc4a489299275f3584a9f773d authored over 2 years ago
Update Pyrogram to v2.0.55

862285e1e69da8fa8701218a7ba66e1614abbd5e authored over 2 years ago
Don't create download dirs for in-memory downloads

4edaa21c199e85386989e49901ff90facec9ffde authored over 2 years ago
Update Pyrogram to v2.0.54

a2fe5b3e79ff9e44ec37293323b0ab844d371587 authored over 2 years ago
Re-raise asyncio.CancelledError to avoid continuations

71f263b30d3acfe079b3b72b3d2fed39d6325850 authored over 2 years ago
Update Pyrogram to v2.0.53

2d547ccf8c1c87dd2e8866d8fd72eba816cc0ff1 authored over 2 years ago
Revamp handling of partial downloads

3940ca9611d3d7061996e4ee35e57136d87626f9 authored over 2 years ago
Add tempfile deletion in case of asyncio task cancellation. (#1080)

468ebf50cf596b73175aa5826a44e5be00becb78 authored over 2 years ago
Fix Chat.available_reactions type hint

81895d74c7e677c2d64b768b3c166bc2555d5993 authored over 2 years ago
Add chosen_order to Reaction

53584bc1dbd19c9b956d9c78932ec792c7744cf3 authored over 2 years ago
Update Pyrogram to v2.0.52

9f94aee9f8183e5a7222057a0c4753fee4016ed5 authored over 2 years ago
Update API schema to Layer 146

8fd79c93c75a15a25562d5bb835a1d96d3df35f7 authored over 2 years ago
Update example

6dced525ab67d9bfa9a8d26f02f0a87327eed8d7 authored over 2 years ago
Update Pyrogram to v2.0.51

7558e04cfc6aaeb8630cffe0d8fd9f77d4141d4d authored over 2 years ago
Update poll parsing

f9aacd814a60b60f61c8d989bdaeb9fa92492a24 authored over 2 years ago
Update Pyrogram to v2.0.50

8490cfa0a92e2d57b6de9728b1d18ee3071be5b4 authored over 2 years ago
Fix send_reaction

Fixes #1086

e0fdcc7f3a33bac9e501a5922a55ef2871bf0c17 authored over 2 years ago
Update Pyrogram to v2.0.49

1a1075090d67ad32229f7a346d7c1950479de9d2 authored over 2 years ago
Fix for older Python versions

1db03c4351b56e620af6a8a0c604aa5a5ce79ff5 authored over 2 years ago
Update Pyrogram to v2.0.48

210f538d552577249b1e42b9635fab06b2be9262 authored over 2 years ago
Add set_emoji_status method

5d11c03b4ee74e805391b1955683a617c881052f authored over 2 years ago
Add get_default_emoji_statuses method

04b343f61b9e85cdcc2a81b20267097a5a4eedab authored over 2 years ago
Update Pyrogram to v2.0.47

f7319858e1e6743a31a81eabe6ada8a78eae9146 authored over 2 years ago
Add MessageReactions and ChatReactions to the docs

06c62c5b4c5ad038d5072e57f74d280526a7392e authored over 2 years ago
Add message_reactions.py

6496a87029a6b0987d3825b8a22d08474fc92aa9 authored over 2 years ago
Add chat_reactions.py

9eb7589a7fbeb2986d987c38870edf8174d6deac authored over 2 years ago
Update reaction.py

fe7fcf344832b7092db70d0fb8175bbb37b805f2 authored over 2 years ago
Update EmojiStatus

1fb04b76163ea258924410204992c89255c98a94 authored over 2 years ago
Add support for emoji status

7a53c3da5769fc55037d40206a6a6cf12e2dbfa2 authored over 2 years ago
Update API schema to Layer 145

2cd0f386025865396bcb7905150be8b00fa242f1 authored over 2 years ago
Update Pyrogram to v2.0.46

3632400956def8a8fa4219ac3f4c11c24e954f07 authored over 2 years ago
More nonce check fixes

761e4735d3701c5910450fb4ac8f6e09c7ff8d09 authored over 2 years ago
Update Pyrogram to v2.0.45

14c530327243cc390774601aa3638cc3ba433ff7 authored over 2 years ago
Fix nonce checks

88af58f246ceb4723215e52777318ebee7bd2eaa authored over 2 years ago
Update Pyrogram to v2.0.44

94c0031ed722d9248f176ba8dbc07a61b4829134 authored over 2 years ago
Update get_peer_by_username query

7055ee648e1a862d185277fb336c1d59ad3ee9bc authored over 2 years ago
Update Pyrogram to v2.0.43

3bd082094632b026a3bc5ac5c24741daab564d36 authored over 2 years ago
Fix message entity parsing and serialization

ed008dd3bb9e225c954812764f27391a44fea701 authored over 2 years ago
Update Pyrogram to v2.0.42

f6e0e58f86ebf9f905ef72451adc6ece9a5c05f6 authored over 2 years ago
Fix serialization of empty optional lists

95aae430a8ac5922553f3d15b6e6fd388828359f authored over 2 years ago
Update FAQ

371700ddec1080f5802868f0e2887d2fe384d791 authored over 2 years ago
Fix get_custom_emoji_stickers parameter type in docs (#1066)

* Fix get_custom_emoji_stickers Int type

* Fix misleading docstring

* Update get_custom_em...

cb5431d976e11ea9444075e4de88b8e23ffbf35b authored over 2 years ago
Update Pyrogram to v2.0.41

ac0941109904d644578c7a971a19540dc01862ad authored over 2 years ago
Add support for custom emoji in HTML

f5bcce7c3f96e9ebfb87791f69ee96f649ab481c authored over 2 years ago
Update Pyrogram to v2.0.40

2242adb5984e5e09ff970a3c6853e972c5c8ccd8 authored over 2 years ago
Fix Sticker parsing

803f8f0073a38a3c0724354e76f1f358fa5c252d authored over 2 years ago
Update Pyrogram to v2.0.39

bb450d1cefcaf7f9d08808a5c8fbe63b04479e00 authored over 2 years ago
Merge branch 'sticker-attributes'

e94d3c1876517c6e90b560e6ec5da054df017379 authored over 2 years ago
Refactor Sticker parsing

2e46514012167b84d5f984fcd00917af0420866d authored over 2 years ago
Fix determining video sticker resolution. Add sticker duration to Sticker type (#1065)

95de5f7eae4f53b600310f165b6f973c6f8895f9 authored over 2 years ago
Fix sending custom emoji

6b7e5dcd1aa498795a2db6ae6b012ebb6aee2a5c authored over 2 years ago
Update Pyrogram to v2.0.38

6c34c83a3ea82bd0c3d4f0e7bdff6f54c2f7bdbc authored over 2 years ago
Fix join applications for public chats

9aefff9f8db13ea4a962fc13d3ad10d96db1508b authored over 2 years ago
Update Pyrogram to v2.0.37

78fe290b404a4368ad0b700418afcb9e8fb72dc7 authored over 2 years ago
Add new method get_custom_emoji_stickers

8c399323c875b31b8417d6893f78dc38d978dceb authored over 2 years ago
Add support for CUSTOM_EMOJI message entity type

cd69fb6d76193175a8dd2a298c69802e921479fb authored over 2 years ago
Update Pyrogram to v2.0.36

c26c1004ad94f032db28ded23dd630f9f8af000e authored over 2 years ago