Skip to content
/ teledown Public

使用Telethon批量下载telegram中任意群组/频道文件

License

Notifications You must be signed in to change notification settings

holll/teledown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teledown

使用Telethon批量下载telegram中任意群组/频道文件

使用教程

  1. 下载本项目
  2. 将config.example.json重命名为config.json
  3. 填写配置文件 教程
  4. 安装依赖 教程

配置文件解释

{
  "api_id": "参见下方教程",
  "api_hash": "参见下方教程",
  "save_path": "保存路径",
  "proxy_port": "代理端口,不需要则直接删除此项",
  "bot_token": "机器人登录配置"
}

获取api_id和api_hash

https://www.jianshu.com/p/3d047c7516cf

依赖安装教程

执行pip3 install -r requirements.txt

About

使用Telethon批量下载telegram中任意群组/频道文件

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages