patriciabonaldy / webcrawler

web crawle made in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webcrawler

webcrawle is an app to scrape sites, write in Go

How to install:

Execute the following command:

make setup

How to use:

You have to execute the webcrawler binary, passing the "-u" or "url" flag

Note : if you need help, running the command with the "-" flag

./webcrawler -u your_url_to_scrape

Testing

make tests

About

web crawle made in Go


Languages

Language:Go 48.0%Language:HTML 46.0%Language:Makefile 5.9%