mirror of https://github.com/vbatts/sl-feeds.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.github/workflows | 2 years ago | |
changelog | 9 months ago | |
cmd/sl-feeds | 2 years ago | |
fetch | 6 years ago | |
util | 6 years ago | |
vendor | 9 months ago | |
LICENSE | 6 years ago | |
README.md | 2 years ago | |
go.mod | 9 months ago | |
go.sum | 9 months ago |
README.md
sl-feeds
This is for proccessing Slackware ChangeLog.txt -> RSS feeds that folks can subscribed to.
Ultimately ending up at http://www.slackware.com/~vbatts/feeds/ or http://mirrors.slackware.com/feeds/
Usage
go get github.com/vbatts/sl-feeds/cmd/sl-feeds
Create a configuration from the sample
sl-feeds --sample-config > ~/.sl-feeds.toml
crontab like:
0 */2 * * * ~/bin/sl-feeds -c ~/.sl-feeds.toml -q || mail -s "[sl-feeds] failed $(date +%D)" me@example.com