User Tools

Site Tools


projects:newspipe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
projects:newspipe [2016/10/10 13:09] – created cedricprojects:newspipe [2020/04/12 15:52] cedric
Line 1: Line 1:
 ====== Newspipe ====== ====== Newspipe ======
  
-[[https://github.com/newspipe | Newspipe]] (formerly pyAggr3g470r) is a web-based news aggregator and reader.+[[https://github.com/newspipe | Newspipe]] (formerly pyAggr3g470r) is a web news reader.
  
  
 ===== Features ===== ===== Features =====
  
-  * can be deployed on Heroku or on a traditional server; 
   * multiple users can use a Newspipe instance;   * multiple users can use a Newspipe instance;
-  * a RESTful API to manage your articles (or connect your own crawler); +  * an API to manage feeds (you can connect your own crawler); 
-  * data liberation: export and import all your account with a JSON file;+  * data liberation: export and import your account with a JSON file;
   * export and import feeds with OPML files;   * export and import feeds with OPML files;
-  * export articles to HTML; +  * search and favorite articles;
-  * favorite articles;+
   * detection of inactive feeds;   * detection of inactive feeds;
-  * share articles with Google +, Pinboard and reddit.+  * share articles on Pinboard, Reddit and Twitter; 
 +  * management of bookmarks (with import from Pinboard). 
  
 The core technologies are Flask, asyncio and SQLAlchemy. The core technologies are Flask, asyncio and SQLAlchemy.
  
-Python 3.is recommended.+Python 3.is recommended.
  
  
 ===== Resources ===== ===== Resources =====
  
-  * [[https://github.com/newspipe | Home page]]; +  * [[https://git.sr.ht/~cedric/newspipe | Home page]]; 
-  * [[https://github.com/newspipe/newspipe/blob/master/CHANGELOG.rst | project news]]; +  * [[https://git.sr.ht/~cedric/newspipe/tree/master/CHANGELOG.md?view-source | project news]]; 
-  * [[https://newspipe.readthedocs.io | documentation]].+  * [[https://man.sr.ht/~cedric/newspipe/ | documentation]].