aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-04 11:24:34 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-04 11:24:34 +0100
commit68013d9c44b5378b99a48002223c4181c0a62799 (patch)
tree679b559425ade1402f41066c25bb6d8369f2e20e /README.md
parentImproved user management page. (diff)
downloadnewspipe-68013d9c44b5378b99a48002223c4181c0a62799.tar.gz
newspipe-68013d9c44b5378b99a48002223c4181c0a62799.tar.bz2
newspipe-68013d9c44b5378b99a48002223c4181c0a62799.zip
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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/),
bgstack15