Skip to main content

Easily query articles

Project description

NewsDataScrapper

Python package that helps you easily retrieve complete web articles.

License: MIT pypi: newsdatascraper

Requirements

Installation

pip3 install newsdatascraper

Usage

from newsdatascraper import Scraper
#To first get a single article on a topic
new_scraper = Scraper('mock-api-key')
articles = new_scraper.fetch_all_articles(query='two sigma', pageSize = 10)

"""
We support two APIs: NewsApi and GNewsApi
To control the API being used change the argument of mode to either 'NEWSPAPER' or 'GNEWS'
"""

new_scraper = Scraper('mock-api-key', mode = 'GNEWS')
articles = new_scraper.fetch_all_articles(query='two sigma', pageSize = 10, 
              dateFrom = "2019-08-04", dateTo = "2019-08-10")

#To access individual articles and their properties
first_article = articles.articles[0]
print(first_article.content)
#We also provide helper functions to serialize the data
articles.toCsv('test.csv')
articles.toPickle('test.pickle')
articles.toJson()

Important Note

Please look at rate limits in the APIs to determine your prefered usage

Working on the Project

Run format

black .

Run Linter

pylama -o setup.cfg .

Run tests

pytest

Run tests + code coverage

sh ./scripts/generate_coverage.sh

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

newsdatascraper-0.0.9.4.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file newsdatascraper-0.0.9.4.tar.gz.

File metadata

  • Download URL: newsdatascraper-0.0.9.4.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4

File hashes

Hashes for newsdatascraper-0.0.9.4.tar.gz
Algorithm Hash digest
SHA256 93b7103982d2c36382c5e262b99e3a9d97a8ce86c83f12c457acc2122e613b4e
MD5 6cdeac2a97dd7c5d2eb36bfbd229b2df
BLAKE2b-256 01dc3b3c06086de0da9d11539c8dc3792db13f5ec8bfdb6f76edda0a87385b39

See more details on using hashes here.

Supported by

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