Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s3rgeym/wscrap

Command line web scraping tool.
https://github.com/s3rgeym/wscrap

crawler scraping

Last synced: 1 day ago
JSON representation

Command line web scraping tool.

Awesome Lists containing this project

README

        

# WScrap

Command line web scraping tool.

Usage:

```zsh
$ pip install wscrap
# The output format is JSONL. Use jq to parse it.
$ wscrap -i domain_list.txt -o resutls.json -vv 2> log.txt

# or without install
$ pipx run wscrap -h
```