News Headline Scraper
A simple Python script that scrapes the latest news headlines from a public news website and saves them to a .txt file.
Objective
- Scrape top headlines from a news site
- Automate data collection using Python
- Store the results in a
headlines.txtfile Tools Used - Python 3.x
- requests
- BeautifulSoup (bs4) Project Structure