Metadata-Version: 2.1
Name: Wellness-Bot
Version: 0.1.0
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)


# Discord wellness bot 
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 prerequisits
```bash
python3 -m pip install -r requirements.txt
```
Run 
```bash
python3 wellnessbot.py
```



