Skip to content

Instantly share code, notes, and snippets.

View matze19999's full-sized avatar
🎯
Focusing

Matthias Pröll matze19999

🎯
Focusing
View GitHub Profile
@TNTcraftHIM
TNTcraftHIM / FastTelethon.py
Last active February 21, 2025 13:51 — forked from painor/FastTelethon.py
This will increase the download/upload speed when using telethon
"""
> Based on parallel_file_transfer.py from mautrix-telegram, with permission to distribute under the MIT license
> Copyright (C) 2019 Tulir Asokan - https://github.com/tulir/mautrix-telegram
"""
import asyncio
import hashlib
import inspect
import logging
import os
from collections import defaultdict