Skip to main content

A free database of news resources for information extraction

Project description

Freebie

A free database of news resources for information extraction

License: MIT

Resources

  • websources: a list of news outlet web sites
    • source_id
    • name
    • language
    • cca (country code)
    • coverage (global, national, local)
    • covered_area
    • url
  • twitter_handles: a list of twitter handles of news outlets
    • handle_id
    • name
    • handle
    • cca (country code)
    • language
    • source_id
    • source_url
    • category
  • rss_feeds: a list of RSS feeds of news outlets
    • feed_id
    • source_id
    • name
    • feed_name
    • language
    • cca (country code)
    • coverage (global, national, local)
    • covered_area
    • url
    • rss_url

Usage

Import each of the three resources as a list of dictionaries.

from freebie import websources

for resource in websources[:1]:
    print(resource)
# {'source_id': '1', 'name': '3BL', 'language': 'en', 'cca': 'US', 'coverage': 'global', 'covered_area': 'world', 'url': 'https://www.3blmedia.com/'}

Contribution

All contributions are wellcome. I'd be happy to review PRs or to receive any data that you would want added via email.

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

freebie-0.1.4.tar.gz (70.8 kB view hashes)

Uploaded Source

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