https://github.com/mr3rf1/telreper
A tool for reporting telegram channel automatically
https://github.com/mr3rf1/telreper
async asyncio python python3 telegram telegram-bot telethon telethon-userbot
Last synced: 16 days ago
JSON representation
A tool for reporting telegram channel automatically
- Host: GitHub
- URL: https://github.com/mr3rf1/telreper
- Owner: mr3rf1
- Created: 2021-05-05T11:55:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:06:11.000Z (over 1 year ago)
- Last Synced: 2024-02-04T20:40:56.646Z (over 1 year ago)
- Topics: async, asyncio, python, python3, telegram, telegram-bot, telethon, telethon-userbot
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TelReper
A tool for reporting telegram channel automaticallyUsage
-
Termux (Android):
apt update
apt upgrade
pkg install python3 python3-pip git -y
git clone https://github.com/Mr3rf1/TelReper
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 https://github.com/Mr3rf1/TelReper
cd TelReper
sudo pip3 install -r requirements.txt
python3 reper.py
-
Windows
- Install python3 from python.org
- Download source code from https://github.com/Mr3rf1/TelReper
- change directory to source code directory
pip install -r requirements.txt
python reper.py