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.
d47081 51d7eb4f4c upgrade to PHP 8 2 years ago
library upgrade to PHP 8 2 years ago
LICENSE initial-commit 3 years ago
README.md update dependencies 2 years ago
config-default.php update configuration file for sqlite 2 years ago
crawler.php upgrade to PHP 8 2 years ago

README.md

crawler-api-node

requirements

php-8^
php-curl
php-mbstring
php-pdo
php-sqlite3
php-bcmath

database

https://github.com/kvazar-network/database

MySQL

https://github.com/kvazar-network/crawler-api-node/tree/master

SQLite

https://github.com/kvazar-network/crawler-api-node/tree/sqlite

crontab

* * * * * /path-to/php /path-to/crawler-api-node/crawler.php > /dev/null 2>&1