Website crawler, validator and SEO optimizer.
- Download
install.sh
curl -LO https://raw.githubusercontent.com/reineimi/va2crawl/refs/heads/main/install.sh
- Put it in your preferred directory (for example,
~/Documents/lua/crawl
) - Run
sh install.sh
to download the script and requirements - Call the script from the directory using:
lua crawl.lua
You can also set alias in your ~/.bashrc
, for example:
alias crawl='cd ~/Documents/lua/crawl; clear; lua crawl.lua'