An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


TGF

TGF - Telegram Feed

Open-source Telegram content forwarding bot


version
GPL-2.0 license


## 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.