newspipe

A web news aggregator with visualization improvements and powered by Artificial Intelligence (IA)


Keywords
newspipe
License
MIT
Install
pip install newspipe==0.1.0

Documentation

NewsPipe

Latest PyPI version Python versions Code Climate Test coverage 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:

celery -A newspipe worker -l info