User Tools

Site Tools


projects:newspipe

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
projects:newspipe [2020/04/12 15:52] cedricprojects:newspipe [2022/06/01 08:28] (current) – removed cedric
Line 1: Line 1:
-====== Newspipe ====== 
  
-[[https://github.com/newspipe | Newspipe]] (formerly pyAggr3g470r) is a web news reader. 
- 
- 
-===== Features ===== 
- 
-  * multiple users can use a Newspipe instance; 
-  * an API to manage 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 articles on Pinboard, Reddit and Twitter; 
-  * management of bookmarks (with import from Pinboard). 
- 
- 
-The core technologies are Flask, asyncio and SQLAlchemy. 
- 
-Python 3.8 is recommended. 
- 
- 
-===== Resources ===== 
- 
-  * [[https://git.sr.ht/~cedric/newspipe | Home page]]; 
-  * [[https://git.sr.ht/~cedric/newspipe/tree/master/CHANGELOG.md?view-source | project news]]; 
-  * [[https://man.sr.ht/~cedric/newspipe/ | documentation]]. 
- 
- 
-===== Links ===== 
- 
-  * [[https://www.openhub.net/p/newspipe | Open Hub page]] of Newspipe; 
-  * [[http://freecode.com/projects/pyaggr3g470r | Freecode page]] of Newspipe. 
- 
-===== License ===== 
-Newspipe is under the [[https://www.gnu.org/licenses/agpl-3.0.html | GNU Affero General Public License version 3]]. 
- 
-{{tag>projects Newspipe pyAggr3g470r cs_lang:python aggregator Flask SQLAlchemy}}