https://github.com/aodin/spider404
Check for 404 on a website
https://github.com/aodin/spider404
Last synced: 2 months ago
JSON representation
Check for 404 on a website
- Host: GitHub
- URL: https://github.com/aodin/spider404
- Owner: aodin
- License: mit
- Created: 2015-02-02T04:35:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T06:24:28.000Z (over 10 years ago)
- Last Synced: 2025-01-21T08:29:42.272Z (4 months ago)
- Language: Go
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spider404
Check for 404 on a website### Install
#### gokogiri
1. Install libxml2
brew install libxml2
2. Symbolic link to pkgconfig - location and version may vary
sudo ln -s /usr/local/Cellar/libxml2/2.8.0/lib/pkgconfig/libxml-2.0.pc /usr/local/lib/pkgconfig/libxml-2.0.pc
3. Check with pkg-config:
pkg-config --cflags libxml-2.0 libxml-2.0
4. Install gokogiri
go get github.com/moovweb/gokogiri