============= 🗞 Newspipe 🗞 ============= Presentation ------------ `Newspipe `_ is a web-based news aggregator and reader. Main features ------------- * can be easily deployed on Heroku or on a traditional server; * 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; * export and import feeds with OPML files; * favorite articles; * detection of inactive feeds; * share articles with Google +, Pinboard and reddit. The core technologies are `Flask `_, `asyncio `_ , `SQLAlchemy `_ and `React `_. Python >= 3.5 is required. Documentation ------------- A documentation is available `here `_ and provides different ways to `install Newspipe `_. Test Newspipe on Heroku: .. image:: https://www.herokucdn.com/deploy/button.png :target: https://heroku.com/deploy?template=https://github.com/newspipe/newspipe.git It is important to specify an application name and the URL of your instance (*PLATFORM_URL*) through the Heroku form. License ------- `Newspipe `_ is under the `GNU Affero General Public License version 3 `_. Contact ------- `Cédric Bonhomme `_