gomate.io
Behavior-driven development tool for GoLang (by dekelund)
rod
A Chrome DevTools Protocol driver for web automation and scraping. (by go-rod)
gomate.io | rod | |
---|---|---|
- | 22 | |
1 | 5,892 | |
- | 1.8% | |
0.0 | 7.7 | |
over 2 years ago | 5 months ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gomate.io
Posts with mentions or reviews of gomate.io.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning gomate.io yet.
Tracking mentions began in Dec 2020.
rod
Posts with mentions or reviews of rod.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-01.
-
Show HN: Puremd-mcp ā MCP server for reliably accessing web content
nice, i've been using https://github.com/go-rod/rod or python playwright for this and doing the logic to clean the html into text. But this is nice 1 step solution.
- Ask HN: Why are there no open-source Remote Browser Isolation solutions?
-
Need help authenticating to Okta programatically.
I have tried the following. 1. Login to Okta via browser programatically using go-rod. Which I managed to do so successfully, but I'm failing to load up Slack as it's stuck in the browser loader screen for Slack. 2. I tried to authenticate via Okta RESTful API. So far, I have managed to authenticate using {{domain}}/api/v1/authn, and then subsequently using MFA via the verify endpoint {{domain}}/api/v1/authn/factors/{{factorID}}/verify which returns me a sessionToken. From here, I can successfully create a sessionCookie which have proven quite useless to me. Perhaps I am doing it wrongly.
- Library to convert HTML to pdf in Golang
- Web scraping with Go
- Best option for browser automation
-
Iām messed up with Go libraries
I usually find libraries by googling them or searching awesome go on GitHub, for selenium/puppeteer I've always found go-rod useful and easy in every way, Sometimes I also Google "X in Nodejs for Golang"
-
Go for web scraping
I recently tried out https://github.com/go-rod/rod. I think it's based on chromedp (so, Chrome dev tools and headless browser) but it also has code to download and run a supported version of Chrome that doesn't interfere with your local browser.
- Reducir tiempo de Web Scraping con concurrencia - GO
-
VHS: CLI Home Video Recorder
One of the dependencies is `rod`[0], which is a web scraping/automation library, and I believe requires a browser to work. I don't know what they're using it for though as I haven't looked at the code (and I'm not familiar with Go anyways).
0: https://github.com/go-rod/rod
What are some alternatives?
When comparing gomate.io and rod you can also consider the following projects:
chromedp - A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
playwright-go - Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
minimock - Powerful mock generation tool for Go programming language
cdp - Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.
colly - Elegant Scraper and Crawler Framework for Golang