Skip to content

Instantly share code, notes, and snippets.

View TNTcraftHIM's full-sized avatar

AAA TNTcraftHIM

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