From c76525c424309741e57234ca9b9fa6b7509b2801 Mon Sep 17 00:00:00 2001 From: davemolk Date: Fri, 10 Jun 2022 05:05:08 -0600 Subject: [PATCH] add goGetJS to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ef05c9..6e3472c 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ func main() { - [Pagser](https://github.com/foolin/pagser), a simple, easy, extensible, configurable HTML parser to struct based on goquery and struct tags. - [stitcherd](https://github.com/vhodges/stitcherd), A server for doing server side includes using css selectors and DOM updates. - [goskyr](https://github.com/jakopako/goskyr), an easily configurable command-line scraper written in Go. +- [goGetJS](https://github.com/davemolk/goGetJS), a tool for extracting, searching, and saving JavaScript files (with optional headless browser). ## Support