mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-02-12 11:12:09 +00:00
github не поддерживает README.html :'-(
This commit is contained in:
parent
ac80596ebd
commit
f2b29d4c03
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<h1>tgcloud</h1>
|
||||
# tgcloud
|
||||
|
||||
Opensourse Telegram based cloud storage
|
||||
using:
|
||||
|
||||
<pre>
|
||||
```
|
||||
from telegram_client_x import TelegramClientX
|
||||
|
||||
client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
||||
|
@ -11,4 +11,4 @@ client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_re
|
|||
client.set_upload_threads_count(24)
|
||||
|
||||
client.set_download_threads_count(8)
|
||||
</pre>
|
||||
```
|
Loading…
Reference in a new issue