crawler-api-node/README.md

19 lines
254 B
Markdown
Raw Normal View History

2022-04-24 20:09:41 +03:00
# crawler-api-node
### requirements
```
php-7.4
php-curl
php-mbstring
php-mysql
php-bcmath
```
2022-04-24 21:08:51 +03:00
#### database
https://github.com/kvazar-network/database
#### crontab
```
2022-05-01 00:59:27 +03:00
* * * * * /path-to/php /path-to/crawler-api-node/crawler.php > /dev/null 2>&1
2022-04-24 21:08:51 +03:00
```