/Insta_report_eyes

Instagram report sending by python script

Primary LanguagePython

Insta_report_eyes

Instagram report sent by python script

insta_report

How to execute using Termux

pkg update

pkg install git python3

git clone https://github.com/z6il/Insta_report_eyes

cd Insta_report_eyes

bash install.sh

bash start.sh

for rooted Devices

apt update && apt upgrade

apt install git python-pip

git clone https://github.com/z6il/Insta_report_eyes

cd Insta_report_eyes

bash install.sh

sudo python report_eyes.py

How to execute using Linux

  • It's pretty straightforward
su
apt update && apt upgrade
apt install git python-pip
git clone https://github.com/z6il/Insta_report_eyes
cd Insta_report_eyes
bash install.sh
bash start.sh