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
- Host: GitHub
- URL: https://github.com/hoodie/scrape
- Owner: hoodie
- License: apache-2.0
- Created: 2022-04-15T14:11:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T19:26:35.000Z (12 months ago)
- Last Synced: 2024-12-28T20:31:33.577Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 79.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache
Awesome Lists containing this project
README
# scrape
```bash
Simple tool to download and parse HTMLUsage: 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
```