📥 Telegram Downloader, but more than a downloader 🚀
Go to file
2022-09-05 22:07:31 +08:00
.github/workflows ci(actions): release action 2022-09-04 23:45:37 +08:00
app feat(cmd): add dl 2022-09-04 10:55:15 +08:00
cmd feat(cmd): add comments 2022-09-05 20:02:36 +08:00
docs/command docs(cmd): update 2022-09-05 20:09:35 +08:00
pkg refactor(consts): separate 2022-09-05 19:14:21 +08:00
.editorconfig feat(prj): init 2022-09-01 15:16:59 +08:00
.gitattributes feat(prj): init 2022-09-01 15:16:59 +08:00
.gitignore chore(gitignore): add downloads and *.exe 2022-09-04 10:55:41 +08:00
.goreleaser.yaml refactor(consts): separate 2022-09-05 19:14:21 +08:00
go.mod refactor(consts): home dir 2022-09-05 16:22:25 +08:00
go.sum refactor(consts): home dir 2022-09-05 16:22:25 +08:00
LICENSE chore(LICENSE): add AGPL-v3.0 2022-09-05 22:07:31 +08:00
main.go feat(prj): init 2022-09-01 15:16:59 +08:00
Makefile ci(Makefile): init 2022-09-04 20:39:45 +08:00
README.md docs(README): add 2022-09-05 20:09:23 +08:00

Intro

🧷 Telegram Downloader, but more than a downloader 🚀

⚠ Note: Command compatibility is not guaranteed in the early stages of development

Features

  • Single file start-up
  • Cross-platform support
  • Low resource usage
  • Faster than official clients
  • Downloading files from protected chats

Usage

# check the version
tdl version

# use proxy
tdl --proxy socks5://127.0.0.1:1080

# login your account
tdl login -n iyear

# download files in url mode, url is the message link
tdl dl -n iyear -u https://t.me/tdl/1 -u https://t.me/tdl/2 -m url

# full examples in url mode
tdl dl -n iyear --proxy socks5://127.0.0.1:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -m url -s 262144 -t 16 -l 3

Data

Your account information will be stored in the ~/.tdl directory.

Commands

Go to command documentation for full command docs.

LICENSE

AGPL-3.0 License