- Download the Python installer from here
- Make sure "Add Python 3.9 to PATH is ticked
- Click on Customize installation, and make sure everything is ticked
- Click on "Next"
- Make sure "Add Python to environment variables" is ticked"
- Click install. and let it go
To run the bot for the first time, install the requirements.
pip install -r requirements.txt
simply open the directory you've extracted the bot to, and type cmd
in the address bar like so:
Ideally, cd into the directory and run the following command:
pip3 install -r requirements.txt
If you are using MacOSX and encounter an SSL_CERTIFICATE error. Please apply the fix detailed https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify
Get client id and secret key here scroll down and click the button that says "are you a developer? create an app... or create another", and create a SCRIPT
worker1username
is the username of the first woker account (DO NOT TOUCH THE DOUBLE QUOTES)
password
is the password of the worker account(EDIT THE ONE AFTER THE COLON, SAME AS ABOVE)
client_id
is the client id of the script, the one right under the name you gave the script
clientsecret
is the secret key of the script
start_coords ARE IGNORED, DO NOT MODIFY THEM
Just create multiple child arrays to "workers" in config.json
If you want to use this software on more than 2 accounts, the use of proxies is highly encouraged.
- Accuire the proxies from here
pay attention to the SOCKS5 part^
- Input the proxies into
proxies.txt
using the provided format - Go to town.
python main.py
python3 main.py