Commit graph

23 commits

Author SHA1 Message Date
wulan17
24d1300731
pyrofork: Update domain
Some checks failed
Build-docs / build (push) Has been cancelled
Pyrofork / build (macos-latest, 3.10) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.11) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.12) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.13) (push) Has been cancelled
Pyrofork / build (macos-latest, 3.14) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.10) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.11) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.12) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.13) (push) Has been cancelled
Pyrofork / build (ubuntu-latest, 3.14) (push) Has been cancelled
Signed-off-by: wulan17 <wulan17@komodos.id>
2025-12-08 03:24:43 +07:00
wulan17
f990b1e7f9
pyrofork: Update documentation url
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-10-13 01:54:55 +07:00
Martin Müller
4c99132f3b Fix documentation URLs 2024-07-25 12:44:47 +02:00
wulan17
7fed4491b5
Pyrofork: Update updates/news channel link
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-04-08 20:00:01 +07:00
wulan17
0bf1d33fa2
Pyrofork: Update links
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2024-02-07 20:25:30 +07:00
wulan17
b7cf8cd3fd
Pyrofork: Update README.md
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-12-13 12:08:58 +07:00
wulan17
7a1684f074
PyroFork: rebrand
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-08-18 01:35:50 +07:00
Dan
6a766faf2f Update README.md 2022-06-20 09:53:27 +02:00
Dan
8af17c3ed5 Documentation improvements 2022-04-24 11:56:07 +02:00
Lorenzo Delmonte
2ca38d0ee9
Fix typo in OpenCollective link (#856) 2022-01-07 12:31:15 +01:00
Dan
8c8288412f Various improvements 2022-01-07 10:18:51 +01:00
ポキ
99829eff9c
Update copyright year in forgotten places (#583) 2021-01-10 15:56:42 +01:00
Dan
15f95a0706 Update README.md 2021-01-05 14:43:45 +01:00
Dan
fc07f8d5d1 Update README.md 2020-08-22 08:17:51 +02:00
Dan
538f1e3972 Deep rewrite: preparing for v1.0
- Pyrogram core is now fully asynchronous
- Ditched Python 3.5, welcome 3.6 as minimum version.
- Moved all types to pyrogram.types
- Turned the Filters class into a module (filters)
- Moved all filters to pyrogram.filters
- Moved all handlers to pyrogram.handlers
- Moved all emoji to pyrogram.emoji
- Renamed pyrogram.api to pyrogram.raw
- Clock is now synced with server's time
- Telegram schema updated to Layer 117
- Greatly improved the TL compiler (proper type-constructor hierarchy)
- Added "do not edit" warning in generated files
- Crypto parts are executed in a thread pool to avoid blocking the event loop
- idle() is now a separate function (it doesn't deal with Client instances)
- Async storage, async filters and async progress callback (optional, can be sync too)
- Added getpass back, for hidden password inputs
2020-08-22 08:05:05 +02:00
Dan
42c9bafa0c Update copyright notice 2020-02-01 14:04:33 +01:00
Dan
dc74c441cc Drop Python 3.4 support (EOL). Bump minimum requirement to Python 3.5.3
Closes #302
2019-08-15 16:03:03 +02:00
Dan
414e42a3cc Update README.md example
Use .reply_text() instead of .reply()
2019-07-01 13:32:14 +02:00
Dan
47c06fdae2 Docs revamp. Part 7 2019-05-25 01:37:55 +02:00
Dan
0dc953c320 Update domain name references to pyrogram.org 2019-05-19 21:40:41 +02:00
Dan
518220431e Docs revamp. Part 5 2019-05-18 01:45:01 +02:00
Dan
ddef2032e2 Update README.md 2019-05-17 13:21:51 +02:00
Dan
fb014f315c
Update and rename README.rst to README.md 2019-05-13 17:15:00 +02:00