Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 447 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 447 Bytes

swecc-server

Getting Started

Virtual Environment

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Add env variables to venv/bin/activate

export DISCORD_TOKEN=<...>
export ADMIN_CHANNEL=<...>
export LC_CHANNEL_ID=<...>
export SWECC_API_KEY=<...>
export SWECC_URL=<...>
export PREFIX_COMMAND=<...>

Reference

task command
run server python main.py