- Set up a virtualenv if you are on MacOs or Linux (reccomended).
- Python 3.4+ https://www.python.org
- pip https://pip.pypa.io/en/stable/
-
Clone github using
git clone https://github.com/Aurolux/Python-Pokemon-Showdown-Bot
into your environment (reccomended) or alternatively download the github's zip file to your desired location. -
cd
into the git and editconfig-example.py
following the instructions in the file. Renameconfig-example.py
intoconfig.py
before running. -
Run the bot by typing
python3 app.py
into your terminal or command prompt.To update, run
git pull
while in the file of the bot.