Windows Installation - dkoz/ascension-bot GitHub Wiki

Requirements

Installation (Windows)

If python from my instructions does not work, try py for the commands.

  1. Open Windows Powershell and create the new directory.
mkdir c:/ascension; cd c:/ascension
  1. Clone the repository and install the requirements.
git clone https://github.com/dkoz/ascension-bot; cd ascension-bot
python -m pip install setuptools
python -m pip install -r requirements.txt
  1. Configure the env variables with your bots information.
copy .env.example .env
notepad .env

copy config.json.example config.json
notepad config.json
  1. Start the bot
python main.py