Dolores is my personal assistant Discord bot.
The plan is to automate and make easy to access a variety of tasks like:
There are no installation options for now. We are targeting pip in later releases.
To run the bot, run the following:
dolores run
For help, run:
dolores --help
You can also use:
python -m dolores --help
To contribute to this tool, first check out the code. Then, create a new virtual environment:
cd dolores
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest