- 🔥This is a script to report unethical channels or channels that don't follow Telegram rules.
- ⚡️ click here for connect to author
⚠️ We are not responsible for how you use this script.
Go to the TexoReporter.py file :
- 📌36 & 37 => api id & api hash => You can get them from the official Telegram site 🤖
- ❗ telethon
- ❗ requests
- ❗ colorama
- ❗ asyncio
📱 on Android :
-
1️⃣ Download Termux ( From Termux official website or Play Store )
-
2️⃣ Enable memory access for Termux
-
3️⃣ Enter the following commands in order in Termux :
-
⚜
apt update -
⚜
apt upgrade -
⚜
pkg install python -
⚜
pip install telethon -
⚜
pip install requests -
⚜
pip install colorama -
⚜
pip install asyncio -
4️⃣ Now that all the prerequisites are installed, we need to locate the file in memory and run it. Note that you will encounter an error if Termux does not have access to memory.
-
♻️️
cd /sdcard -
♻️️
ls -
♻️️
cd download -
♻️️
ls -
♻️️
python TexoReporter.py
💻 on Linux :
- 1️⃣ Open Terminal
- 2️⃣ Enter the following commands in order in Terminal :
- ⚜
sudo apt update - ⚜
sudo apt install python - ⚜
pip install telethon - ⚜
pip install requests - ⚜
pip install colorama - ⚜
pip install asyncio - ♻️️
cd /path/to/your/file - ♻️️
ls - ♻️️
cd download - ♻️️
ls - ♻️️
python TexoReporter.py