Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 742 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 742 Bytes

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