A minimal web spider and indexer
A minimal web spider and indexer
USE AT YOUR OWN RISK - possibly unsafe
Currently implemented:
cd sqlitepipe/ && make
sqlite3 pages.db < schema.sql && sqlite3 pages.db < seed_data.sql
./robo-parse.sh https://example.com | sqlite3 pages.db
./wrapper.sh
Taken from the Stack Overflow network
Answer provided by: Geng Liang