Skip to content

Instantly share code, notes, and snippets.

@dbiesecke
Created October 25, 2019 20:41
Show Gist options
  • Save dbiesecke/a013df6aacf40b6d2bae750be13ff897 to your computer and use it in GitHub Desktop.
Save dbiesecke/a013df6aacf40b6d2bae750be13ff897 to your computer and use it in GitHub Desktop.
Go - Headless Browser with gotk3

#Go - Headless Browser with gotk3

  • gotk3 | go-webkit2

  • On Ubuntu 14/16/18+ sudo apt-get install -y libglib2.0-dev libcairo2-dev libgtk-3-dev xvfb

       go get -tags gtk_3_10 github.com/gotk3/gotk3/gtk
       go install -tags gtk_3_10 github.com/gotk3/gotk3/gtk
       go install -tags gtk_3_10 github.com/sourcegraph/go-webkit2/cmd/webkit-eval-js
       go build -tags gtk_3_10 github.com/sourcegraph/go-webkit2/cmd/webkit-eval-js
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment