news_scraper

Generates short snippets of news articles


Keywords
news, scraper
License
GPL-2.0
Install
pip install news_scraper==0.4.0

Documentation

News-Scraper

Create a digest of news stories based on provided URLs.

Installation

  1. Download and install Python 3
  2. In a terminal, run pip3 install news_scraper

Update

In a terminal, run pip3 install news_scraper --upgrade

Usage

In a terminal, run news-scraper. To see more options, run news-scraper -h

Supported news sites

NY Daily News, NY Times, DNA Info, SI Advance

Feedback

marc@khouri.ca

Issues and feature requests

Development notes

Running tests

tox

Deploying a new version to PyPI

python setup.py sdist upload