Browse Source

update readme

main
D4708 4 years ago
parent
commit
2dbcc2f7b8
  1. 12
      README.md

12
README.md

@ -1,2 +1,12 @@ @@ -1,2 +1,12 @@
# twister-analytics-crawler
Crawler toolkit for the twisterverse analytics
Crawler toolkit for the twisterverse analytics (alpha)
### Requirements
`php-fpm`
`php-curl`
`php-mysql`
`mysql-server`
### Crontab
`* * * * * /usr/bin/php /path-to/twister-analytics-crawler/peer.php &> /dev/null`
`0 0 * * * /usr/bin/php /path-to/twister-analytics-crawler/tor.php &> /dev/null`

Loading…
Cancel
Save