Gourlhaus
URLhaus wrapper for go
Install / Use
/learn @vertoforce/GourlhausREADME
URLHaus Go Wrapper
Simple library to fetch URLHaus URLs in go
Usage
Getting URLs
urlhaus.GetRecentURLs()
urlhaus.GetAllURLs()
urlhaus.GetAllOnlineURLs()
Getting hashes of the content hosted at those URLs
URLHaus also provides the hashes that were found on the urls. However it's a separate endpoint, so to populate the URLEntries with the hash data, call FillInURLHashDetails() on the URLEntry list.
