- Joined
- April 6, 2025
- Messages
- 169
- Reaction score
- 64
- Points
- 28
- Thread Author
- #1
Usage
Termux (Android):
- apt update
- apt upgrade
- pkg install python3 python3-pip git -y
- git clone GitHub - Mr3rf1/TelReper: A tool for reporting telegram channel automatically
- cd TelReper
- pip3 install -r requeirments.txt
- python3 reper.py
Linux:
- sudo apt update
- sudo apt upgrade
- sudo apt install python3 python3-pip git -y
- git clone GitHub - Mr3rf1/TelReper: A tool for reporting telegram channel automatically
- cd TelReper
- sudo pip3 install -r requirements.txt
- python3 reper.py
Windows
- Install python3 from python.org
- Download source code from GitHub - Mr3rf1/TelReper: A tool for reporting telegram channel automatically
- change directory to source code directory
- pip install -r requirements.txt
- python reper.py