Walking in the shadows of the web... extracting hidden signals from the system β‘
This project is a Python-based web scraper for Hacker News.
It collects the latest story titles and saves them into a CSV file for further analysis.
- Scrapes story titles from Hacker News π
- Saves data to
data/hackernews.csvπ - Uses
requests+BeautifulSoupπ - Lightweight and beginner-friendly
Clone the repository and install dependencies:
git clone https://github.com/SllHex/HackerNews-Scraper.git
cd HackerNews-Scraper
pip install -r requirements.txtRun the scraper:
python scraper.pyOutput will be saved in:
data/hackernews.csv
`watching the unknown... one headline at a time