"These bots are truely the Orbital Friendship Canon" - LittleshyFiM, 2022
Pixel place bot for Brony team at r/place 2022. The event is now over.
Thanks for those who ran PonyPixel! We succeeded. A final python script has been bundled with this final update to allow you to see the final total damage. To use it, run python checkDamage.py
.
I have a donation page at https://ko-fi.com/cloudburstsys if you wish to donate, however it is not required at all. paypal fucked me over, trying to resolve
Thank you soldier. Pony on.
Note: You may see that the repository is updated occasionally. This is in preperation for a potential 2023 r/place and the first stable release of PonyPixel (we're currenly on 0.5.2 internally and we'll wanna be on 1.0.0 for the next round).
- Install Python 3.7. Python version below 3.7 will NOT WORK. It MUST be Python 3.7 or above.
- Install Git. This is required for you to be able to update the bot.
- Download the bot by using the
git clone https://github.com/CloudburstSys/PonyPixel.git
command - 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.
If the script detects that it's version is out of date it will prompt you to update. You are responsible for going through the install instructions again to update the bot.
Updating of the image used as reference is done automatically as part of checking for damage.
MinteckPony - for being there (my gf)