Open-source Telegram content forwarding bot
Find a file
2026-05-31 14:43:08 +06:00
.env.example Initial Commit 2026-05-14 22:53:01 +06:00
.gitignore ... 2026-05-30 23:41:47 +06:00
.python-version Initial Commit 2026-05-14 22:53:01 +06:00
config.py starucrued configs 2026-05-20 12:46:18 +06:00
CONTRIBUTING.md CONTRIBUTION 2026-05-31 13:28:27 +06:00
LICENSE Update Licence 2026-05-21 01:09:58 +06:00
main.py nothing but my practicing way 2026-05-31 14:43:08 +06:00
pyproject.toml Initial Commit 2026-05-14 22:53:01 +06:00
README.md update readme 2026-05-31 13:28:52 +06:00
tgf.png tgf logo 2026-05-22 02:25:11 +06:00
uv.lock Initial Commit 2026-05-14 22:53:01 +06:00

TGF

TGF - Telegram Feed

Open-source Telegram content forwarding bot

version GPL-2.0 license

Quick Start

git clone https://github.com/Hadi493/tgf-py.git

cd tgf-py

Configure .env & config.py.

cp .env.example .env

run

uv run main.py

After 24h delete the history.txt file for better performance.

rm -f history.txt

License:

This project is licensed under the GNU GPLv2 License.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.