Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lerouxrgd/sws

Sitemap Web Scraper
https://github.com/lerouxrgd/sws

Last synced: about 2 months ago
JSON representation

Sitemap Web Scraper

Awesome Lists containing this project

README

        

# Sitemap Web Scraper

Sitemap Web Scraper (sws) is a tool for simple, flexible, and yet performant web
pages scraping.

It consists of a CLI written in Rust that crawls web pages and executes a
[Lua JIT][lua-jit] script to scrap them, outputting results to a [CSV][] file.

```sh
sws crawl --script examples/fandom_mmh7.lua -o result.csv
```

Check out the [doc][sws-doc] for more details.

[lua-jit]: https://luajit.org/luajit.html
[csv]: https://en.wikipedia.org/wiki/Comma-separated_values
[sws-doc]: https://lerouxrgd.github.io/sws/