journalist
journalist copied to clipboard
Journalist. An RSS aggregator.
The API is available at `/api/v1`.
I am trying to add new feeds and getting the same error for every feed that I've tried so far: ```shell JOURNALIST_API_USERNAME=admin JOURNALIST_API_PASSWORD=admin \ ./redacteur add feed URL: https://ahmet.im/blog/feed/rss.xml Name:...
run `go mod vendor`, error message: ``` > github.com/swaggo/swag: missing go.sum entry for module providing package github.com/swaggo/swag (imported by github.com/mrusme/journalist/docs); to add: > go get github.com/mrusme/journalist/docs ```