Kvazar Index Crawler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
269 B

5 months ago
# KVAZAR Index Crawler
## Compatible
* [webapp](https://github.com/kvazar-network/webapp)
## Install
5 months ago
* `composer create-project kvazar/crawler crawler`
* `cd crawler`
* `cp example/config.json config.json`
* `crontab -e`:`* * * * * php kvazar/crawler/src/index.php`