Skip to main content

Inspect a URL and estimate if it links to news story

Project description

storysniffer

Inspect a URL and estimate if it links to news story

Build Status PyPI version Coverage Status

Getting started

Install the package from the Python Package Index.

$ pip install storysniffer

The guess method offers a hard yes or no estimate. But keep in mind that this package is still embryonic and don't take its answer too seriously.

import storysniffer

storysniffer.guess(
    "http://www.washingtonpost.com/investigations/us-intelligence-mining-data-from-nine-us-internet-companies-in-broad-secret-program/2013/06/06/3a0c0da8-cebf-11e2-8845-d970ccb04497_story.html"
)
True
storysniffer.guess("http://www.washingtonpost.com/")
False
storysniffer.guess("https://twitter.com/bartongellman")
False

Credits

This is a joint project of PastPages.org, The Reynolds Journalism Institute and the University of Missouri.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

storysniffer-0.0.4.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

storysniffer-0.0.4-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page