Overview of newsScraper functionality:
- scrapeArticleLinks() - Scrapes the main website for the top stories with the provided number of stories for parameters
- summarizeText() - Summarizes a string of text using OpenAI API
- scrapeArticleTexts() - Scrapes each individual news article for big string of raw story
- storeSummaries() - Stores the links and summaries in a txt file
summaries.txt shows example program output, displaying the summaries of each requested article.