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.

28 lines
418 B

2 years ago
# crawler-api-node
### requirements
```
php-8^
2 years ago
php-curl
php-mbstring
php-pdo
php-sqlite3
2 years ago
php-bcmath
```
2 years ago
#### database
https://github.com/kvazar-network/database
2 years ago
##### MySQL
https://github.com/kvazar-network/crawler-api-node/tree/master
##### SQLite
https://github.com/kvazar-network/crawler-api-node/tree/sqlite
2 years ago
#### crontab
```
* * * * * /path-to/php /path-to/crawler-api-node/crawler.php > /dev/null 2>&1
2 years ago
```