1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-23 16:38:21 +00:00
Parsing HTML at the command line
Go to file
2014-09-01 12:54:45 -04:00
selector Initial commit 2014-09-01 12:54:45 -04:00
.gitignore Initial commit 2014-09-01 12:54:45 -04:00
main.go Initial commit 2014-09-01 12:54:45 -04:00
README.md Initial commit 2014-09-01 12:54:45 -04:00

pup

Install

go get github.com/ericchiang/pup

TODO:

  • Attribute css selector.
  • Take input from file (-f)
  • Set max print level flag (-l)
  • Print attribute value rather than html ({href})
  • Print result as JSON (--json)