filesearchme / spider-bot
Spider bot for FileSearch.me
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:package
Requires
- guzzlehttp/guzzle: ~6.0
- sunra/php-simple-html-dom-parser: 1.5.2
This package is not auto-updated.
Last update: 2025-03-30 06:50:18 UTC
README
installation
- Upload files to server
- Edit config.json
- bot_version - no changes needed
- jobs_per_fire - number of jobs to fetch each run
- api_key - your filesearch.me api key
- unique_key - a unique key to protect the bot from unwanted runs
- supervisor - if you use supervisor instead of cron set to true
- set cronjob '* * * * * /direct/path/to/index.php your_unique_key > /dev/null 2>&1'