Closed jamesdarabi closed 9 months ago
This PR wraps all of the functionality of the News API.
Example Usage
from news_api import Client news_api_client = Client('<api_key>') top_headlines = news_api_client.top_headlines(q='bitcoin') trump_news = news_api_client.everything(q='trump', language='en', sort_by='popularity') sources = news_api_client.sources()
TODO
setup.py
This is the cleanest pull request by far.
This PR wraps all of the functionality of the News API.
Example Usage
TODO
setup.py