`np4k` is a command that uses the [Newspaper4K](https://github.com/AndyTheFactory/newspaper4k) package to scrape content and metadata from a URL. You can scrape a single article or a list of articles.
Np4k is currently configured to send only the article text to STDOUT. As can be seen with the `--output` flag, it extracts a host of other metadata that could be sent to Fabric as well.
* `test.txt` is simply a file with one URL per line.
The `--output` flag is optional. If set, it will write the full scraped metadata (including an NLP-based summary) to a local file in addition to piping the article.text to STDOUT.