-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Miguel edited this page Jun 17, 2022
·
3 revisions
To be added: https://github.com/Los-had/qmts-crawler/issues/1
Clone the repository:
git clone https://github.com/Los-had/qmts-crawler.git
Install the dependencies:
cd qmts-crawler/
go mod download
Compile the source code:
go build main.go
Running the crawler:
./main -seed=<site that you wants to crawl>
Autocomeplete search query:
./main -autocomplete=<query>
Feel free to contribute, open an issue or a pull request.
This repository is under MIT license.