A bot.... for reminding!
- Install Python3
- Install pipenv (
pip install pipenv) - Clone the Repo
- Make copy of
.env.examplenamed.env - Add token token to
.envfile as value forDISCORD_TOKEN - Activate virtual env (
pipenv shell) - Install dependencies (
pipenv install)
cd src- Run Driver (
python index.py)
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.