https://github.com/zmoog/dolores
https://github.com/zmoog/dolores
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zmoog/dolores
- Owner: zmoog
- License: apache-2.0
- Created: 2023-09-15T06:26:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T23:32:09.000Z (over 2 years ago)
- Last Synced: 2024-04-16T00:16:03.401Z (about 2 years ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dolores
Dolores is my personal assistant Discord bot.
The plan is to automate and make easy to access a variety of tasks like:
- Suggesting things to do next in work and personal environment.
- Fetch information (kids's grades, deals on Apple refurbished products, and more).
- Remind me of expiring tasks or old stuff I must clear out.
## Installation
There are no installation options for now. We are targeting pip in later releases.
## Usage
To run the bot, run the following:
dolores run
For help, run:
dolores --help
You can also use:
python -m dolores --help
## Development
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