Windows Installation - dkoz/ascension-bot GitHub Wiki
Requirements
Installation (Windows)
If python
from my instructions does not work, try py
for the commands.
- Open Windows Powershell and create the new directory.
mkdir c:/ascension; cd c:/ascension
- 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
- Configure the env variables with your bots information.
copy .env.example .env
notepad .env
copy config.json.example config.json
notepad config.json
- Start the bot
python main.py