3个版本
0.1.2 | 2021年5月2日 |
---|---|
0.1.1 | 2021年4月18日 |
0.1.0 | 2021年4月6日 |
#28 in #scrape
11KB
103 代码行
htable2csv
从终端抓取HTML表格到.csv文件。
描述
程序接受http uri并下载包含为.csv文件的HTML表格。
安装(来自crates.io)
cargo install htable2csv
运行
htable2csv https://w3schools.org.cn/html/html_tables.asp
帮助
htable2csv -h
htable2csv 0.1.1
Kostas L. <[email protected]>
Scrapes HTML tables from the web!
USAGE:
htable2csv <uri> [ARGS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<uri> Http page url to be scraped. (Required)
<out_dir> Relative path for the folder to place the output. (Optional)
<prefix> File prefix for the output files for each table. (Optional)
依赖关系
~14–23MB
~371K SLoC