crawler-api-node/README.md
2022-07-15 11:28:28 +03:00

28 lines
418 B
Markdown

# crawler-api-node
### requirements
```
php-7.4
php-curl
php-mbstring
php-pdo
php-sqlite
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
```