Example: "python instabrute.py username passwords.txt"
//first install all the required modules
pip install argparse requests PySocks asyncio proxybroker
//run the script
python instabrute.py USERNAME PASSWORD_FILE
- Finish the base
- Proxy things improvement
argparse requests PySocks asyncio proxybroker