diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-04 11:24:34 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-04 11:24:34 +0100 |
commit | 68013d9c44b5378b99a48002223c4181c0a62799 (patch) | |
tree | 679b559425ade1402f41066c25bb6d8369f2e20e | |
parent | Improved user management page. (diff) | |
download | newspipe-68013d9c44b5378b99a48002223c4181c0a62799.tar.gz newspipe-68013d9c44b5378b99a48002223c4181c0a62799.tar.bz2 newspipe-68013d9c44b5378b99a48002223c4181c0a62799.zip |
Updated README.
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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/), |