journalist icon indicating copy to clipboard operation
journalist copied to clipboard

Journalist. An RSS aggregator.

Results 3 journalist issues
Sort by recently updated
recently updated
newest added

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:...

bug
help wanted

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 ```