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

https://github.com/hoodie/scrape

🪚 minimal scraping tool for personal use
https://github.com/hoodie/scrape

Last synced: 4 months ago
JSON representation

🪚 minimal scraping tool for personal use

Awesome Lists containing this project

README

        

# scrape

```bash
Simple tool to download and parse HTML

Usage: scrape [OPTIONS] [SELECTOR]

Arguments:
which page to download
[SELECTOR] select html from the downloaded page (css selector)

Options:
-a, --attribute select a certain attribute
-q, --quiet do not print progress or warnings
-m, --mozilla pretend to be Mozilla, like everyone else
--headers print headers [env: HEADERS=]
-n, --count print count nodes only
-h, --help Print help
-V, --version Print version
```