Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 598 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 598 Bytes

Discord Wellness Bot

PyPI version

Modified: 2021-04

It that posts challenges and shows results at the end of a work week

Quickstart

copy sample.env into .env and fill in the values.

Install dependancies

python3 -m pip install -r requirements.txt

Run server locally

make test

Build package for pypi

make build

Publish package to pypi (see docs for more info)

make publish