{"id":13564312,"url":"https://github.com/cedricbonhomme/newspipe","last_synced_at":"2025-12-18T00:02:40.360Z","repository":{"id":12257087,"uuid":"14873691","full_name":"cedricbonhomme/newspipe","owner":"cedricbonhomme","description":"A web news aggregator.","archived":false,"fork":false,"pushed_at":"2024-09-07T22:05:48.000Z","size":11295,"stargazers_count":419,"open_issues_count":4,"forks_count":39,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-09-07T23:21:03.226Z","etag":null,"topics":["news-aggregator","news-reader","rss"],"latest_commit_sha":null,"homepage":"https://www.newspipe.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedricbonhomme.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-02T20:24:52.000Z","updated_at":"2024-09-07T22:05:52.000Z","dependencies_parsed_at":"2023-11-09T14:26:14.871Z","dependency_job_id":"2b529acb-729b-4032-96f3-3a982a502784","html_url":"https://github.com/cedricbonhomme/newspipe","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Fnewspipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Fnewspipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Fnewspipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Fnewspipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedricbonhomme","download_url":"https://codeload.github.com/cedricbonhomme/newspipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276189,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["news-aggregator","news-reader","rss"],"created_at":"2024-08-01T13:01:29.566Z","updated_at":"2025-12-18T00:02:40.354Z","avatar_url":"https://github.com/cedricbonhomme.png","language":"Python","funding_links":["https://github.com/sponsors/cedricbonhomme"],"categories":["Python"],"sub_categories":[],"readme":"# Newspipe\n\n## Presentation\n\n[Newspipe](https://github.com/cedricbonhomme/newspipe) is a web news aggregator.\n\n![Newspipe Home page](docs/static/newspipe_home-page.png \"Newspipe Home page\")\n\nNewspipe is written in Python. The core technologies are\n[Flask](http://flask.pocoo.org),\n[asyncio](https://www.python.org/dev/peps/pep-3156/) and\n[SQLAlchemy](http://www.sqlalchemy.org).\n\n\n## Main features\n\n* multiple users can use a Newspipe instance\n* an API to manage feeds (you can connect your own crawler)\n* data liberation: export and import your account with a JSON file\n* export and import feeds with OPML files\n* search and favorite articles\n* detection of inactive feeds\n* management of bookmarks (with import from Pinboard)\n* optional ldap authentication (see the example configuration file)\n* user interface available with a light theme and a dark theme\n\n\n## Deployment\n\nNewspipe is really easy to deploy.\nAssuming you have already installed ``git``, ``poetry``, ``npm``,  and\n``Python \u003e= 3.10``, you just have to do the following:\n\n```bash\n$ git clone https://github.com/cedricbonhomme/newspipe\n$ cd newspipe/\n$ npm ci\n$ poetry install\n$ poetry shell\n$ pybabel compile -d newspipe/translations\n$ export NEWSPIPE_CONFIG=sqlite.py\n$ flask db_init\n$ flask create_admin --nickname \u003cnickname\u003e --password \u003cpassword\u003e\n$ flask run --debug\n * Debug mode: on\n```\n\nIf you want to use PostgreSQL you can customize\nthe provided example configuration file (``instance/config.py``):\n\n```bash\n$ sudo apt-get install postgresql\n$ cp instance/config.py instance/postgresql.py\n$ vim instance/postgresql.py # customize it\n$ export NEWSPIPE_CONFIG=postgresql.py\n$ flask db_create\n$ flask db_init\n...\n```\n\nFor production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``.\n\n### Updates and migrations\n\n```bash\n$ cd newspipe/\n$ git pull origin master\n$ poetry install\n$ poetry run flask db upgrade\n$ poetry run pybabel compile -d newspipe/translations\n```\n\n## Retrieving feeds automatically\n\nA dedicated Flask command is available to run the RSS/Atom feed importer.\nYou can schedule it using a cron job, for example:\n\n```bash\n0 */3 * * * poetry run flask fetch_asyncio\n```\n\nWhen using cron it is usally best to be more precise with the command location, for example:\n\n```bash\n0 */3 * * * FLASK_APP=app.py /home/cedric/.cache/pypoetry/virtualenvs/newspipe-19mdZ4UL-py3.12/bin/flask fetch_asyncio\n```\n\n## License\n\n[Newspipe](https://github.com/cedricbonhomme/newspipe) is under the\n[GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html).\n\n\n## Donations\n\nIf you wish and if you like Newspipe, you can donate:\n\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/cedricbonhomme)](https://github.com/sponsors/cedricbonhomme)\n\nor with Bitcoin to this address:\nbc1q56u6sj7cvlwu58v5lemljcvkh7v2gc3tv8mj0e\n\nThank you !\n\n\n## Contact\n\n[Cédric Bonhomme](https://www.cedricbonhomme.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricbonhomme%2Fnewspipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedricbonhomme%2Fnewspipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricbonhomme%2Fnewspipe/lists"}