Kvazar Crawler Engine that works with official Kevacoin API without node installation
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.

19 lines
254 B

2 years ago
# crawler-api-node
### requirements
```
php-7.4
php-curl
php-mbstring
php-mysql
php-bcmath
```
2 years ago
#### database
https://github.com/kvazar-network/database
#### crontab
```
* * * * * /path-to/php /path-to/crawler-api-node/crawler.php > /dev/null 2>&1
2 years ago
```