Here's a Python script for a Telegram channel report tool that works in Termux. It uses the Telethon library for interacting with Telegram's API:
To use this in Termux:
pkg install python
pip install telethon uvloop
pkg install python
pip install telethon uvloop
python telegram_report_tool.py
python telegram_report_tool.py
Note: This script includes uvloop for better performance in Termux. The tool implements a small delay between reports to avoid rate limiting while still maintaining speed.