Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 868 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 868 Bytes

Haskell Web Scraper - TechCrunch Title Fetcher

This is a Haskell web scraper that fetches all the titles from the TechCrunch website and prints them.

Features

  • Scrapes the TechCrunch website to extract all the article titles.
  • Uses the Scalpel library for web scraping.
  • Demonstrates basic Haskell web scraping techniques.

Prerequisites

To run this web scraper, you need the following:

  • Haskell Stack (Version 2.11.1 or higher)
  • GHC (Version 9.4.4 or higher)
  • cabal (Version 3.8.1.0 or higher)
  • Internet connection

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/your-repo.git
  2. Perform a Cabal Build to install all the dependencies

    cabal build

or Directly do cabal run to run the scraper.