透過熱圖和線程從電報下載文件
Pyrogram 是與 telegram api 互動的一個很好的工具,但是使用 Pyrogram 下載檔案很慢。所以我製作這個小文件,在幾個線程中下載給定的文件,這樣下載速度要快得多。
from fast_download import FastDownload
FastDownload ( peer - id = #chat_id, message_id = #message_id, parts = #how many threads to make, app = # the pyrogram client, file_name = a chosen file name)