Micro Web Crawler in PHP & Manticore
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghost 13cf61b42c fix debug output 1 year ago
src fix debug output 1 year ago
.gitignore initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md initial commit 1 year ago
composer.json initial commit 1 year ago

README.md

Yo!

Micro Web Crawler in PHP & Manticore

CLI

Index

Init

Create initial index

php src/cli/index/init.php [reset]
  • reset - optional, reset existing index

Document

Add

php src/cli/document/add.php URL
  • URL - add new URL to the crawl queue

Crawl

php src/cli/document/crawl.php
php src/cli/document/search.php '@title "*"' [limit]
  • query - required
  • limit - optional search results limit