Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 459 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 459 Bytes

WaifuWars Bot

Setup

Install pipenv

pip install pipenv --user

Navigate to folder then install dependencies

pipenv install

Start the virtual environment

pipenv shell

Configure the environment variables in .env by following the example in .env.example

Run the code

python main.py

Installing new dependencies

Make sure to always install using pipenv

pipenv install package-name