This is a simple scraper to check information from webpages.
- Checks HTML version
- Checks page title
- Headings count by level
- Amount of internal and external Links
- Amount of inacessible links
- If a page contains a login form
If you have docker installed, clone this repository anywhere in your machine and in terminal, on this project folder, type the following comands:
docker build -t goscraper .
docker run -it goscraperIf you do not have docker installed but have golang in your machine, clone this repo inside your $GOPATH work directory, them run the application in the terminal on this project folder:
go run .install docker: https://docs.docker.com/get-docker/
install golang: https://golang.org/doc/install/