Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/easonlai/google_news_content_scrape_and_analyze_with_gpt

This demo repository illustrates how to use Python to scrape news articles from Google based on a given keyword. The scraped articles are then processed by Azure OpenAI Service (AOAI)'s GPT-3 model, which generates concise summaries of the main points. The summaries are then formatted and sent via email using MailJet API.
https://github.com/easonlai/google_news_content_scrape_and_analyze_with_gpt

azure azure-openai azure-openai-api azureopenai googlenews googlenewsscraper gpt-3 mailjet news-scraper news-scraping news-summarization newspaper3k nltk openai python python3 summarization

Last synced: 2 months ago
JSON representation

This demo repository illustrates how to use Python to scrape news articles from Google based on a given keyword. The scraped articles are then processed by Azure OpenAI Service (AOAI)'s GPT-3 model, which generates concise summaries of the main points. The summaries are then formatted and sent via email using MailJet API.

Awesome Lists containing this project