This repository contains a Python script to scrape news articles using the MediaStack API. The script makes an HTTP request to the API, specifying keywords, date, and other relevant parameters, and returns the results in JSON format. This script can be useful for monitoring news and events related to a specific topic or keyword.
- Clone the repository to your local machine.
- Replace
[api-key]in thekeyvariable with your own MediaStack API token. - Run the
search_news.ipynbscript in a Python environment compatible with Jupyter Notebook. - Visualize and analyze the obtained results.