/newscastAPI

Newscast API is a simple REST API to get you all the news articles for any given query word.

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

NewscastAPI

InspirationReleasesContributing

NewscastAPI is a web service to provide news for a given word from various sources.

The API provides the following data for each news article,

  1. Headline
  2. Source
  3. url to the article
  4. published timestamp
  5. category
  6. country

Applications: Tracking sentiment of a specific person in news, searching for buzz words, etc.

Inspiration

I was working on a personal project to track sentiment of a given word across news articles and tweets hence I wanted an API to fetch all the news headlines a given word.

Luckily, I found quite a lot of alternatives which provided the exact service, but all of them were either expensive or had a lot of restrictions for its usage. So I thought of building something which does the job at an acceptable performance.

Releases

  • 0.1.0
    • ADD: Google news crawler, Endpoint to access news.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue or email.

  1. Implement crawlers for new sites