A pokemon showdown bot made for generation 8 random battles. The bot was made using the poke-env by hsahovic.
This project requires python >= 3.6 and poke-env which can be installed with the following command.
pip install poke-env
To download the project, use git clone
git clone https://github.com/bubloo7/PokeBot
Use Ladder.py to have the bot play someone on the official pokemon showdown server's ladder
Use Challenge.py to make the bot open to challenges on the official pokemon showdown server
Use LadderDiscordBot.py to make the bot fight on the ladder until you turn it off. The bot will send a message to a specified discord channel whenever it reaches a new record. Keep in mind this requires discord.py which can easily be installed with
pip install discord.py