Skip to content

donnihusnan/news_headline_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Headline News Scraper

This is a Flask-based web application that scrapes the latest headlines from various news media websites. Users can select a media source, and the application will fetch and display the headline from the selected website.

Features

  • Scrape headlines from popular news websites:
    • Kompas
    • Tribun
    • Detik
    • CNN Indonesia
    • Tempo
  • Display the active media name, URL, and the scraped headline.
  • Simple and user-friendly interface.

Technologies Used

  • Backend: Flask (Python)
  • Frontend: HTML, CSS (with inline styles)
  • Web Scraping: BeautifulSoup (Python)
  • HTTP Requests: Requests (Python)

Installation

pip install flask requests beautifulsoup4

Usage

Run the Flask application:

python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published