crawler-api-node/README.md

20 lines
263 B
Markdown
Raw Normal View History

2022-04-24 17:09:41 +00:00
# crawler-api-node
### requirements
```
php-7.4
php-curl
php-mbstring
2022-07-15 08:27:02 +00:00
php-pdo
php-sqlite
2022-04-24 17:09:41 +00:00
php-bcmath
```
2022-04-24 18:08:51 +00:00
#### database
https://github.com/kvazar-network/database
#### crontab
```
2022-04-30 21:59:27 +00:00
* * * * * /path-to/php /path-to/crawler-api-node/crawler.php > /dev/null 2>&1
2022-04-24 18:08:51 +00:00
```