This project is a Python script that scrapes the Hacker News website and retrieves the latest news articles.
- Python 3.x
- Beautiful Soup library
- requests library
- Navigate to the project directory:
cd hacker-news-scraper
- Run the script:
python main.py
- The script will scrape the Hacker News website and display the latest news articles.