https://github.com/nekmo/newspipe
https://github.com/nekmo/newspipe
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nekmo/newspipe
- Owner: Nekmo
- License: mit
- Created: 2023-08-19T18:52:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T21:00:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-09T13:03:20.566Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: newspipe/__init__.py
- License: LICENSE
Awesome Lists containing this project
README
########
NewsPipe
########
.. image:: https://img.shields.io/pypi/v/newspipe.svg?style=flat-square
:target: https://pypi.org/project/newspipe/
:alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/pyversions/newspipe.svg?style=flat-square
:target: https://pypi.org/project/newspipe/
:alt: Python versions
.. image:: https://img.shields.io/codeclimate/maintainability/Nekmo/newspipe.svg?style=flat-square
:target: https://codeclimate.com/github/Nekmo/newspipe
:alt: Code Climate
.. image:: https://img.shields.io/codecov/c/github/Nekmo/newspipe/master.svg?style=flat-square
:target: https://codecov.io/github/Nekmo/newspipe
:alt: Test coverage
.. image:: https://img.shields.io/requires/github/Nekmo/newspipe.svg?style=flat-square
:target: https://requires.io/github/Nekmo/newspipe/requirements/?branch=master
:alt: Requirements Status
A web news aggregator with visualization improvements and powered by Artificial Intelligence (IA)
Development commands
====================
Type checks
-----------
Running type checks with mypy::
$ mypy newspipe
Test coverage
-------------
To run the tests, check your test coverage, and generate an HTML coverage report::
$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html
Celery
------
This app comes with Celery. To run a celery worker:
.. code-block:: bash
celery -A newspipe worker -l info