hacker_news_scraper icon indicating copy to clipboard operation
hacker_news_scraper copied to clipboard

A web scraper for scraping content from the Hackernews website.

Hacker News Scraper

A web scraper for scraping content from the Hackernews website.

Run the project

Ensure that you have the Dart SDK installed.

Start by updating your dependencies:

pub get

And run:

dart bin/main.dart

Created from templates made available by Stagehand under a BSD-style license.