Last active
December 31, 2019 21:39
-
-
Save austinsonger/337cf2b3b2ec3b91691023d651dfef5d to your computer and use it in GitHub Desktop.
Install Instagram Bruteforce Tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install pip3 | |
#curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
#python get-pip.py | |
apt install python3-pip -y | |
## Install Instagram Buster | |
git clone https://github.com/austinsonger/Instagram.git | |
cd /root/Instagram | |
pip3 install -r requirements.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment