Skip to content
#

news-scraping

Here are 16 public repositories matching this topic...

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.

  • Updated Apr 22, 2023
  • Jupyter Notebook

GNewsScraper is a TypeScript package that scrapes article data from Google News based on a keyword or phrase. It returns the results as an array of JSON objects, making it convenient to access and use the scraped information

  • Updated Aug 19, 2023
  • TypeScript

This is a demo repo to demonstrate how to use Python Requests and Beautiful Soup 4 libraries to search and scrape result data. And save scraping results into Pandas dataframe.

  • Updated May 10, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the news-scraping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the news-scraping topic, visit your repo's landing page and select "manage topics."

Learn more