Python Project | Fetch Top News using NewsAPI with Python
In this script I'll show you how to fetch top news using Python.
WHAT IS NEWS API?
News API is a simple HTTP REST API for searching and retrieving live news articles from all over the web. Using this, one can fetch the top stories running on any news website or can search top news on a specific topic (or keyword).
https://newsapi.org/ to get your own API key
Future use of this program:
- Send top stories for you via email in morning.
- Show to news in your website/blog.
- Send in whatsapp using this method () instead message.
- Send automatically on twitter......