ass/README.md
2025-05-03 22:44:49 -06:00

17 lines
No EOL
428 B
Markdown

# Ass
Simple shell scripts that gets the latest album from a subsonic server and sends it to discord via a webhook.
**Dependencies: jq, curl**
### To Do:
- [X] Support multiple albums in a single scan.
# Setup
```sh
git clone https://git.amolinae.com/amolinae06/ass \
vim ass/latestalbum && vim ass/webhook \
cd ass/ && chmod +x webhook latestalbum \
```
Now set a cron job that runs webhook every X amount of time.