Skip to content
Miguel edited this page Jun 17, 2022 · 3 revisions

Welcome to the qmts-crawler wiki/documentation!

To be added: https://github.com/Los-had/qmts-crawler/issues/1

Installing

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

Commands

Running the crawler:

./main -seed=<site that you wants to crawl>

Autocomeplete search query:

./main -autocomplete=<query>

Contributing

Feel free to contribute, open an issue or a pull request.

License

This repository is under MIT license.

Clone this wiki locally