Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.07 KB

png

Install In TERMUX

> apt update && apt upgrade -y
> pkg install python3 git -y
> git clone https://github.com/MrG3P5/Instagram-Checker
> cd Instagram-Checker
> pip3 install -r require.txt
> python3 main.py

Install In Linux With Root

> sudo su
> apt update && apt upgrade -y
> apt install python3 git -y
> git clone https://github.com/MrG3P5/Instagram-Checker
> cd Instagram-Checker
> pip3 install -r require.txt
> python3 main.py

Tools Overview

main.py
Index