grabs albums and posts them in discuck via webhooks
Find a file
2025-05-03 11:24:15 -06:00
latestalbum first commit 2025-05-03 11:00:44 -06:00
README.md added README 2025-05-03 11:24:15 -06:00
webhook first commit 2025-05-03 11:00:44 -06:00

Ass

Setup

git clone https://git.amolinae.com/amolinae06/ass \
    mkdir -p $HOME/.local/bin/ \
    cd ass/ && chmod +x webhook latestalbum \
    cp webhook latestalbum $HOME/.local/bin/ \
    # echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.profile && source $HOME/.profile
    # echo "PATH="$HOME/.local/bin:$PATH"" >> $HOME/.zprofile && source $HOME/.zprofile