newsapi-python icon indicating copy to clipboard operation
newsapi-python copied to clipboard

A Python Client for News API

Results 20 newsapi-python issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Please consider adding the search_in parameter. **Describe the solution you'd like** I would like to use the search_in parameter for...

**Describe the bug** The issue is that I'm able to get sources for countries like: ae, at, be, bg, ch, cn, co, cu, ua, ru. **To Reproduce** from newsapi import...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior. For instance: 1. `conda activate venv` 2. `pip install newsapi_python...

It could be useful to enable the use of proxies leveraging the proxies parameter from standard requests library.

--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 all_bitcoin_articles=newsapi.get_everything(q='bitcoin') TypeError: expected string or bytes-like object

While trying to run the following code snippet , which is actually a part of documentation : ``` all_articles = newsapi.get_everything(q='bitcoin', sources='bbc-news,the-verge', domains='bbc.co.uk,techcrunch.com', from_param='2017-12-01', to='2017-12-12', language='en', sort_by='relevancy', page=2) ``` I...

pip install newsapi-python from newsapi import NewsApiClient its suppost to allow me to all newsapiclient into other scripts but insted it says line 4, in from newsapi import NewsApiClient ImportError:...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior. For instance: 1. Go to '...' 2. Click on '....'...

from newsapi import NewsAPIClient ImportError: cannot import name 'NewsAPIClient' I have newsapi installed and I have an api key yet it still wont work