https://github.com/hadi493/tgf-py
TGF - An automated Telegram content forwarding bot that monitors multiple source channels and automatically forwards new messages to a single destination channel/account.
https://github.com/hadi493/tgf-py
automation python-automation python-automation-tools telegram telegramuserbot
Last synced: 28 days ago
JSON representation
TGF - An automated Telegram content forwarding bot that monitors multiple source channels and automatically forwards new messages to a single destination channel/account.
- Host: GitHub
- URL: https://github.com/hadi493/tgf-py
- Owner: Hadi493
- License: gpl-2.0
- Created: 2026-05-14T18:12:26.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-30T17:42:01.000Z (about 1 month ago)
- Last Synced: 2026-05-30T19:16:26.807Z (about 1 month ago)
- Topics: automation, python-automation, python-automation-tools, telegram, telegramuserbot
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TGF - Telegram Feed
Open-source Telegram content forwarding bot
## Quick Start
```bash
git clone https://github.com/Hadi493/tgf-py.git
cd tgf-py
```
Configure [.env](.env) & [config.py](config.py).
```bash
cp .env.example .env
```
run
```bash
uv run main.py
```
After 24h delete the `history.txt` file for better performance.
```bash
rm -f history.txt
```
## License:
This project is licensed under the [GNU GPLv2 License](LICENSE).
## Contributing
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.