mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
Micro Web Crawler in PHP & Manticore
alfis-dnsaltwebcomposerfull-text-searchgeminigemini-protocolhttpinternetjs-lessmanticoremanticore-crawler-phpmanticoresearch-phpphp-crawlersearch-enginesmallwebspiderwebweb-crawleryggdrasil
| example | ||
| src | ||
| .gitignore | ||
| composer.json | ||
| LICENSE | ||
| README.md | ||
Yo!
Micro Web Crawler in PHP & Manticore
Yo! is the super thin layer for Manticore search server that extends official manticoresearch-php client with CLI tools and simple JS-less WebUI.
Features
- MIME-based crawler with flexible filter settings by regular expressions, selectors, external links etc
- Page snap history with local and remote mirrors support (including FTP protocol)
- CLI tools for index administration and crontab tasks
- JS-less frontend to run local or public search web portal
- API tools to make search index distributed
Components
- Manticore Server
- PHP library for Manticore
- Symfony DOM crawler
- Symfony CSS selector
- FTP client for snap mirrors
- Hostname ident icons
- Bootstrap icons
Install
- Install
manticore,composerandphp - Grab latest
Yoversiongit clone https://github.com/YGGverse/Yo.git - Run
composer updateinside the project directory - Copy and customize config file
cp example/config.json config.json - Make sure
storagefolder writable - Run indexes initiation script
php src/cli/index/init.php - Announce new URL
php src/cli/document/add.php URL - Run crawler to grab the data
php src/cli/document/crawl.php - Test search results
php src/cli/document/search.php '*'
Web UI
cd src/webuiphp -S 127.0.0.1:8080- open
127.0.0.1:8080in browser
Documentation
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
Search
php src/cli/document/search.php '@title "*"' [limit]
query- requiredlimit- optional search results limit
Migration
YGGo
Import index from YGGo database
php src/cli/yggo/import.php 'host' 'port' 'user' 'password' 'database' [unique=off] [start=0] [limit=100]
Source DB fields required:
hostportuserpassworddatabaseunique- optional, check for unique URL (takes more time)start- optional, offset to start queuelimit- optional, limit queue
Instances
Yggdrasil
http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yo/