Skip to content

mdheller/newspipe

 
 

Repository files navigation

Newspipe

Presentation

Newspipe is a web-based news aggregator and reader.

For reporting issues, visit the tracker here: https://todo.sr.ht/~cedric/newspipe

For contributions the list is here: https://lists.sr.ht/~cedric/newspipe

Main features

  • easy to deploy;
  • multiple users can use a Newspipe instance;
  • an API to manage your feeds (you can connect your own crawler);
  • data liberation: export and import your account with a JSON file;
  • export and import feeds with OPML files;
  • search and favorite articles;
  • detection of inactive feeds;
  • share on Pinboard and reddit;
  • management of bookmarks (with import from Pinboard).

The core technologies are Flask, asyncio, SQLAlchemy.

Deployment

Requirements

$ sudo apt-get install postgresql npm

Configure and install the application

$ git clone https://git.sr.ht/~cedric/newspipe
$ cd newspipe/
$ poetry install
$ npm install
$ cp newspipe/conf/conf.cfg-sample newspipe/conf/conf.cfg
$ poetry shell
$ python newspipe/manager.py db_create
$ python newspipe/runserver.py
  * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)

License

Newspipe is under the GNU Affero General Public License version 3.

Contact

Cédric Bonhomme

About

Newspipe is a web-based news aggregator and reader.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.0%
  • HTML 27.4%
  • JavaScript 2.9%
  • Other 0.7%