This is a Haskell web scraper that fetches all the titles from the TechCrunch website and prints them.
- Scrapes the TechCrunch website to extract all the article titles.
- Uses the Scalpel library for web scraping.
- Demonstrates basic Haskell web scraping techniques.
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
-
Clone this repository:
git clone https://github.com/your-username/your-repo.git
-
Perform a Cabal Build to install all the dependencies
cabal build
or
Directly do cabal run
to run the scraper.