Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.12 KB

News_Headline_Web_Scraper

A simple Python script to scrape data from a News web page and save it to a file or database.

Englis News Headlines

image

Urdu Headlines

image

Chainese Headlines

image

Arabic News

image

Requirements

  • Python 3
  • requests
  • beautifulsoup4

Usage

To run the script, use the following command: python scraper.py

The script will scrape the specified web page and save the data to a file or database.

Configuration

To change the web page that the script scrapes, modify the url variable in the script.

To change the search criteria for the data you want to scrape, modify the find_all method in the script.