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
Codebutton, and extract contents. - Navigate to the downloaded file using
cd PonyPixel - Run
pip install -r requirements.txtorpip3 install -r requirements.txtto download requirements - Run
pip install websocket-clientorpip3 install websocket-clientcos that one module just hates me apparently - Run
python -m venv envorpython3 -m venv env - If you're on Linux run
env/bin/activate, if you're on Windows runenv/Scripts/activate.batorenv/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.