Popularity
3.5
Growing
Activity
8.2
-
374
8
32

Programming language: Go
License: GNU Affero General Public License v3.0
Tags: Read it Later Lists    

Readflow alternatives and similar software solutions

Based on the "Read it Later Lists" category.
Alternatively, view Readflow alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Readflow or a related project?

Add another 'Read it Later Lists' Software solution

README

readflow

Build Status Go Report Card Docker pulls

Read your Internet article flow in one place with complete peace of mind and freedom.

[Logo](readflow.svg)

Features

  • Read articles from anywhere in one place.
  • Save articles for offline reading or locally on you disk in the format you want (HTML, EPUB, ZIP, ...).
  • Create categories and classify new articles automatically thanks to a customizable rule engine.
  • Link with external services thanks to incoming and outgoing webhooks (RSS, Keeper, Pocket, Shaarli, Wallabag, S3 bucket, and more...).
  • Receive notifications when new articles are available.
  • Enjoy the same user experience on mobile as on desktop thanks to Progressive Web App support.
  • And all this without ads and trackers.

Installation

Run the following command:

$ go install -v github.com/ncarlier/readflow@latest

Or download the binary regarding your architecture:

$ curl -sf https://gobinaries.com/ncarlier/readflow | sh
$ # or
$ curl -s https://raw.githubusercontent.com/ncarlier/readflow/master/install.sh | bash

Or use Docker:

$ docker run -it --rm \
    -p 8080:8080 \
    -e READFLOW_DB=<YOUR POSTGERSQL CONNECTION STRING> \
    ncarlier/readflow:edge

Configuration

Readflow configuration is a TOML file that you can specify using the --config command line parameter or by setting the READFLOW_CONFIG environment variable.

You can initialize a configuration file example by using the --init-config command line parameter.

A configuration file example can be found [here](./pkg/config/readflow.toml).

Type readflow -h to display all parameters and related environment variables.

UI

You can access Web UI on http://localhost:8080/ui

[Screenshot](screenshot.png)

Documentation

The documentation can be found here: https://about.readflow.app/docs

GraphQL API

You can explore the server API using GraphiQL endpoint: http://localhost:8080/graphiql

Development

To be able to build the project you will need to:

  • Install makefiles external helpers: bash $ git submodule init $ git submodule update

Then you can build the project using make:

$ make

Type make help to see other possibilities.

Bakers

These amazing people have sponsored this project:

[Code Lutin](landing/public/img/code-lutin.svg)

Donate


Licenses

Readflow artworks except the logo are under the Licence Creative Commons Attribution-NonCommercial-NoDerivatives 4.0. Attribution to Maxime Belloche

Avatar atrworks are under the License Creative Commons Attribution 4.0. Attribution to David Revoy

Readflow is provided under the GNU Affero General Public License Version 3 (AGPLv3).

Readflow is a personal news reader service.

Copyright (C) 2021 Nicolas Carlier

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>


*Note that all licence references and agreements mentioned in the Readflow README section above are relevant to that project's source code only.