/TelReper

A tool for reporting telegram channel automatically

Primary LanguagePython

TelReper

A tool for reporting telegram channel automatically

Usage

  • Termux (Android):

    • apt update
    • apt upgrade
    • pkg install python3 python3-pip git -y
    • git clone https://github.com/e811-py/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/e811-py/TelReper
    • cd TelReper
    • sudo pip3 install -r requeirments.txt
    • python3 reper.py
  • Windows

    • Install python3 from python.org
    • Download source code from https://github.com/e811-py/TelReper
    • change directory to source code directory
    • pip install -r requierments.txt
    • python reper.py