https://github.com/maaarcocr/hcrawler
A small crawler written in Haskell
https://github.com/maaarcocr/hcrawler
Last synced: about 1 year ago
JSON representation
A small crawler written in Haskell
- Host: GitHub
- URL: https://github.com/maaarcocr/hcrawler
- Owner: Maaarcocr
- License: bsd-3-clause
- Created: 2016-11-21T23:38:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T19:32:07.000Z (about 9 years ago)
- Last Synced: 2025-02-14T18:20:26.979Z (over 1 year ago)
- Language: Haskell
- Size: 5.89 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hcrawler
A small crawler written in Haskell
## Dependencies
In order to run this little crawler you need to install stack on your machine. You can find more about this [here](https://docs.haskellstack.org/en/stable/README/#how-to-install)
## Build and run
Build command:
stack build
Run command:
stack exec crawler-exe
## NB
In order to work you need to pass an url with this format: "http://domain.something".
Please do not put a "/" at the end or it will not work