Overview This Python program allows users to search for news articles on a specific topic, save the results to a CSV file, summarize the headlines, and extract named entities (e.g., people, locations, organizations) from the headlines. The program uses several external libraries for API requests, text processing, and summarization.
- Clone or Download the Repository git clone <repository_url>
- Set Up Environment Variables Create a new API Key in NEWS API Set it to the environment variable
- Install Dependencies pip install requests nltk sumy