Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 442 Bytes

File metadata and controls

25 lines (16 loc) · 442 Bytes

Hacker News Scraper

This project is a Python script that scrapes the Hacker News website and retrieves the latest news articles.

Prerequisites

  • Python 3.x
  • Beautiful Soup library
  • requests library

Usage

  1. Navigate to the project directory:
cd hacker-news-scraper
  1. Run the script:
python main.py
  1. The script will scrape the Hacker News website and display the latest news articles.