22 lines
456 B
Markdown
22 lines
456 B
Markdown
# ADHD Reminder Bot
|
|
|
|
This Delta Chat bot looks if https://www.terminland.de/noris-psychotherapie/
|
|
offers new appointments, and sends a reminder to a specified delta contact if the current error message changes.
|
|
|
|
## Setup
|
|
|
|
```
|
|
git clone https://git.0x90.space/missytake/adhd-reminder
|
|
cd adhd-reminder
|
|
python3 -m venv venv
|
|
. venv/bin/activate
|
|
pip install .
|
|
```
|
|
|
|
## Usage
|
|
|
|
```
|
|
adhd-reminder --email noreply@example.org --password p4$$w0rd /tmp/noreplydb
|
|
```
|
|
|