Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddeshsambasivam/newscastapi

Newscast API is a simple REST API to get you all the news articles for any given query word.
https://github.com/siddeshsambasivam/newscastapi

data-crawling data-preprocessing rest-api software-engineering

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

NewscastAPI


Inspiration
Releases
Contributing

**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