-
BasicNetwork.performRequest: Unexpected response code 403 for https://newsapi.org/v2/top-headlines?country=in&category=science&piKey=1f4a12d2698e432ea9cf18126dcc7acd
-
I tried opening up your site
https://marcushellberg.github.io/alternative-news/
It seems your news key was invalidated.
https://newsapi.org/v2/sources?apiKey=6f4fa5447bb24a2687edecc4c1df43b4
…
-
The key doesn't seem to work on my server:
I have validated the key is being logged properly right before usage.
`NewsAPIError: apiKeyInvalid: Your API key is invalid or incorrect. Check your ke…
-
Hello, for some urls the expander does not work. It returns the same url. However using it on browser, redirects to the new url.
```
var urlExpander=require('expand-url');
var url = 'http://cdn.news…
-
# Problem Definition
Given the following APIs:
- NYTimes API (https://developer.nytimes.com/apis)
- NewsAPI (https://newsapi.org/)
- TheNewsAPI (https://www.thenewsapi.com/)
Generate a corpus o…
-
Hi, I tried your tutorial from https://buddy.works/tutorials/building-a-web-app-with-angular-and-bootstrap but I could not get the app running. Would be great for any hints. The errors I am getting ar…
Terr4 updated
2 years ago
-
Add another endpoint in [IITBBSNewsAPI](https://github.com/nightawks/iitbbsnewsapi) to give timetable on providing branch and year. Query this endpoint from iitbbsguide and parse roll number to make t…
-
Could you please help me sort between sports news and business news.
-
We need to investigate the APIs available to us.
NYTimes: https://developer.nytimes.com
Allows you to set date ranges and search terms, returns WAY more than I'm scraping: https://developer.nytime…
-
Hi, I am playing with this API using the pageSize and page params to retrieve top headlines on Hong Kong news with a developer account. It doesn't seem to be working. It always returns me 20 news arti…