From 68013d9c44b5378b99a48002223c4181c0a62799 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 4 Mar 2020 11:24:34 +0100 Subject: Updated README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 411b2337..ca03af71 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ https://lists.sr.ht/~cedric/newspipe * easy to deploy; * multiple users can use a Newspipe instance; -* a RESTful API to manage your articles (or connect your own crawler); -* data liberation: export and import all your account with a JSON file; +* 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; -* favorite articles; +* search and favorite articles; * detection of inactive feeds; * share on Pinboard and reddit; -* personal management of bookmarks (with import from Pinboard). +* management of bookmarks (with import from Pinboard). The core technologies are [Flask](http://flask.pocoo.org), [asyncio](https://www.python.org/dev/peps/pep-3156/), -- cgit