Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reineimi/va2crawl

Website crawler, validator and SEO optimizer
https://github.com/reineimi/va2crawl

crawler seo-optimization seotools validator website-crawler

Last synced: 5 days ago
JSON representation

Website crawler, validator and SEO optimizer

Awesome Lists containing this project

README

        

> [va2/lib/va2crawl.lua](https://github.com/reineimi/va2/blob/main/lib/va2crawl.lua)
# Va2: Crawl
Website crawler, validator and SEO optimizer.

# Installation & Usage
1. Download `install.sh`
```bash
curl -LO https://raw.githubusercontent.com/reineimi/va2crawl/refs/heads/main/install.sh
```
2. Put it in your preferred directory (for example, `~/Documents/lua/crawl`)
3. Run `sh install.sh` to download the script and requirements
4. 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'
```

# Preview from 2024/11/07
![preview](https://github.com/user-attachments/assets/7e8f1204-c85d-4b0b-b2ed-771ed1da99f9)