电报聊天转发 一个简单的脚本,可将一个聊天室(单个/小组/频道)的所有消息转发给另一个聊天室。 使用Telethon制作。 可用于将聊天内容备份到另一个地方。 登录中 首先,您需要拥有电报帐户的api_id和api_hash 。 了解它们。 安装 克隆此仓库并开始使用。 git clone https://github.com/aahnik/telegram-chat-forward.git && cd telegram-chat-forward 创建一个虚拟环境并安装依赖项。 python3 -m venv venv && . venv/bin/activate pip3 insta