This bot will only protect Derpy
- Install Python 3. Python 2 will NOT WORK. It MUST be Python 3.
- Download as a zip from the green
Code
button, and extract contents. - Navigate to the downloaded file using
cd PonyPixel
- Run
pip install -r requirements.txt
orpip3 install -r requirements.txt
to download requirements - Run
pip install websocket-client
orpip3 install websocket-client
cos that one module just hates me apparently - Run
python -m venv env
orpython3 -m venv env
- If you're on Linux run
env/bin/activate
, if you're on Windows runenv/Scripts/activate.bat
orenv/Scripts/activate.ps1
(do this every new terminal/command prompt you open to run bots) - Run
python bot.py <username> <password>
orpython3 bot.py <username> <password>
and sit back.