mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
14 lines
297 B
HTML
14 lines
297 B
HTML
<h1>tgcloud</h1>
|
|
|
|
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)
|
|
|
|
client.set_upload_threads_count(24)
|
|
|
|
client.set_download_threads_count(8)
|
|
</pre>
|