Metadata-Version: 2.1
Name: my-tgcf
Version: 0.0.3
Summary: telegram forward
Author: feicrypto
Author-email: feicrypto@proton.me
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pymongo (>=4.5.0,<5.0.0)
Requires-Dist: pytesseract (>=0.3.10,<0.4.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-socks[asyncio] (>=2.4.3,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: requests[socks] (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: streamlit (>=1.32.2,<2.0.0)
Requires-Dist: telethon (>=1.30.3,<2.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Requires-Dist: verlat (>=0.1.0.post1,<0.2.0)
Requires-Dist: watermark-py (>=0.0.3.post3,<0.0.4)
Description-Content-Type: text/markdown

# 介绍
- telegram转发 修改自:[tgcf](https://github.com/aahnik/tgcf)
- 支持代理设置,如需代理请设置环境变量,例如:`export TG_PROXY="socks5://127.0.0.1:7890"`
- 只支持linux上运行,不支持windows
# 安装示例
```shell
apt install -y python3
RUN sudo apt install -y pipx
RUN pipx ensurepath
pipx install my-tgcf
```
# 使用
1. 设置环境变量 密码:`export PASSWORD="123456"` 可选设置代理:`export TG_PROXY="123456"`
2. `tgw`
3. 浏览器打开:http://localhost:8501
