mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
Изменён формат файла README
This commit is contained in:
parent
d97a8db20e
commit
ac80596ebd
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
# tgcloud
|
<h1>tgcloud</h1>
|
||||||
|
|
||||||
Opensourse Telegram based cloud storage
|
Opensourse Telegram based cloud storage
|
||||||
using:
|
using:
|
||||||
|
|
||||||
|
<pre>
|
||||||
from telegram_client_x import TelegramClientX
|
from telegram_client_x import TelegramClientX
|
||||||
|
|
||||||
client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
||||||
|
@ -9,3 +11,4 @@ client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_re
|
||||||
client.set_upload_threads_count(24)
|
client.set_upload_threads_count(24)
|
||||||
|
|
||||||
client.set_download_threads_count(8)
|
client.set_download_threads_count(8)
|
||||||
|
</pre>
|
Loading…
Add table
Add a link
Reference in a new issue