teledown 使用Telethon批量下载telegram中任意群组/频道文件 使用教程 下载本项目 将config.example.json重命名为config.json 填写配置文件 教程 安装依赖 教程 配置文件解释 { "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