January 2019
Beginner
132 pages
3h 14m
English
There are open source tools available that help parse robots.txt files and validate website URLs against them to see if you have access or not. One project that I would recommend is available on GitHub called robotstxt by user temoto. In order to download this library, run the following command in your terminal:
go get github.com/temoto/robotstxt
This will install the library on your machine at $GOPATH/src/github/temoto/robotstxt. If you would like, you can read the code to see how it all works. For the sake of ...
Read now
Unlock full access