๐ฅ Telegram Downloader, but more than a downloader ๐
โ Note: Command compatibility is not guaranteed in the early stages of development
- Single file start-up
- Low resource usage
- Take up all your bandwidth
- Faster than official clients
- Download files from (protected) chats
- Upload files to Telegram
It reaches my proxy's speed limit, and the speed depends on whether you are a premium
Go to GitHub Releases to download the latest version
# check the version
tdl version
# use proxy, only support socks now
tdl --proxy socks5:https://localhost:1080
# specify the account namespace
tdl -n my-tdl
# login your account
tdl login -n iyear
# list your chat
tdl chat ls -n iyear
# download files in url mode, url is the message link
tdl dl url -n iyear -u https://t.me/tdl/1 -u https://t.me/tdl/2
# full examples in download url mode
tdl dl url -n iyear --proxy socks5:https://localhost:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -s 262144 -t 16 -l 3
# upload files to 'Saved Messages', exclude the specified file extensions
tdl up -n iyear -p /path/to/file -p /path -e .so -e .tmp
# full examples in upload mode
tdl up -n iyear --proxy socks5:https://localhost:1080 -p /path/to/file -p /path -e .so -e .tmp -s 262144 -t 16 -l 3
Your account information will be stored in the ~/.tdl
directory.
Go to command documentation for full command docs.
AGPL-3.0 License