A free database of news resources for information extraction
Project description
Freebie
A free database of news resources for information extraction
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 details)
File details
Details for the file freebie-0.1.4.tar.gz
.
File metadata
- Download URL: freebie-0.1.4.tar.gz
- Upload date:
- Size: 70.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.14.2 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3385ebd82cf3c69db5c673bad908460092d7d5c9146918370f5cb6d082e5edc |
|
MD5 | ad2bcfb82a3c6ef851c2c041aa719f3f |
|
BLAKE2b-256 | 9467ee054fd036c99ed785de1110fa9b0590d2e3185613a3b197e3acf2e85c2c |