Journalist icon
Journalist icon

Journalist

 2 likes

journalist is a lightweight daemon and CLI written in Go, focused on simplicity and integrability. As usually, I chose GO because it’s simply the quickest way to put things like these together, and it gives a statically-linked, single a.out in the end.

License model

  • FreeOpen Source

Application types

Platforms

  • Mac
  • Linux
  • BSD
  • FreeBSD
  • NetBSD
  • OpenBSD
  No rating
2likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Journalist News & Activities

Highlights All activities

Recent activities

Show all activities

Journalist information

  • Developed by

    mrusme
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    82 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

News & Books

GitHub repository

  •  348 Stars
  •  12 Forks
  •  0 Open Issues
  •   Updated Jun 18, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Journalist, and it has gotten 2 likes

Journalist was added to AlternativeTo by Paul on Jan 12, 2021 and this page was last updated Jan 12, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Journalist?

journalist is a lightweight daemon and CLI written in Go, focused on simplicity and integrability. As usually, I chose GO because it’s simply the quickest way to put things like these together, and it gives a statically-linked, single a.out in the end.

journalist initially used BuntDB as a storage engine, just like zeit does, but I ended up replacing it with PostgresSQL. I intended to be able to run journalist as an ephemeral service, hence an embedded database isn’t a very good choice. Also, it made sense to use a relational database considering the way the Fever API is structured.

Currently, journalist implements the very basics that allows connecting a Fever API client (like Reeder) to access subscriptions and read articled. There is no way to actually manage subscriptions over the API (yet), but it’s possible to use the subscribe command on the CLI to subscribe to new feeds.

As soon as I have all these basic features in place, I’ll be looking into teaching journalist a few nifty tricks like crawling article’s web content in order to display not only summaries but full stories for sites that usually only show an excerpt of their content through RSS. I’ll also experiment with injecting additional information, like links to relevant content from different sources.

journalist will be available as pre-built binaries for macOS, Linux, FreeBSD, NetBSD, OpenBSD and Plan9.