Metadata-Version: 2.1
Name: Wellness-Bot
Version: 0.1.1
Summary: Activity bot for discord servers
Home-page: https://github.com/davidsean/WellnessBot
Author: David Sean, Paul Laplante, Christian Sargusingh
Author-email: david.sean@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Topic :: Office/Business :: Scheduling
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (==3.7.4.post0)
Requires-Dist: async-timeout (==3.0.1)
Requires-Dist: attrs (==20.3.0)
Requires-Dist: certifi (==2020.11.8)
Requires-Dist: cffi (==1.14.4)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: colorama (>=0.4.3)
Requires-Dist: cryptography (==2.9.2)
Requires-Dist: discord.py (==1.7.1)
Requires-Dist: docutils (==0.15.2)
Requires-Dist: idna (==2.5)
Requires-Dist: multidict (==5.1.0)
Requires-Dist: rsa (==3.4.2)
Requires-Dist: typing-extensions (==3.7.4.3)
Requires-Dist: yarl (==1.6.3)
Requires-Dist: PyYAML (>=5.4)


# Discord Wellness Bot 
[![PyPI version](https://badge.fury.io/py/Wellness-Bot.svg)](https://badge.fury.io/py/Wellness-Bot)
<p align="center">
  <img src="/docs/cartwheel.png"></img>
</p>

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 
```bash
python3 -m pip install -r requirements.txt
```

Run server locally
```bash
make test
```

Build package for pypi
```
make build
```

Publish package to pypi (see [docs](docs/README.md) for more info)
```
make publish
```


