2024-11-10 15:36:13 +00:00
|
|
|
# pack2task
|
|
|
|
|
|
|
|
Utility scripts for tracking package delivery progress and setting
|
|
|
|
CalDAV reminders to go pick them up!
|
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
This is still very much a work-in-progress! But I intend on
|
|
|
|
developping this as much as possible and supporting as many delivery
|
|
|
|
trackers as possible!
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
1. Clone the repo
|
|
|
|
2. Create `~/.config/pack2task/config.json`. It should have the following content:
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"login": "username:password for your CalDAV server",
|
|
|
|
"calendar": "https:// - path to the CalDAV calendar where you want your events to go"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
3. Add a package to track using `pack2task-add.sh <URL to tracker>`
|
|
|
|
4. Periodically run `pack2taskd.sh`. You should run it by hand the first time to make sure it works!
|
|
|
|
|
|
|
|
## Supported trackers
|
|
|
|
|
|
|
|
* MondialRelay (France)
|
2024-11-10 16:00:13 +00:00
|
|
|
* Chronopost Shop2Shop
|