Replies: 15 comments 8 replies
-
For JS execution and data extraction, as puppeteer replacer, with better performance and cleaner API. |
Beta Was this translation helpful? Give feedback.
-
Writing automation tests and data extraction |
Beta Was this translation helpful? Give feedback.
-
To extract cookie and localStorage from a website |
Beta Was this translation helpful? Give feedback.
-
Very recently created a CLI screenshot utility using Rod. |
Beta Was this translation helpful? Give feedback.
-
html to pdf |
Beta Was this translation helpful? Give feedback.
-
I used it to collect bank mutation data, thanks |
Beta Was this translation helpful? Give feedback.
-
I use it to collect available loads for booking in transportation area |
Beta Was this translation helpful? Give feedback.
-
To extract transaction history of indonesia web banking . |
Beta Was this translation helpful? Give feedback.
-
Automation of long tasks in web applications |
Beta Was this translation helpful? Give feedback.
-
Our team at CSUF is building a terminal UI application for windows, Mac, Linux, x86, arm64, arm64, and arm8 (ie: raspberry pi computers) to download books from LibGen without using the browser or API. It's a school project for a software testing course. I might even see if we can build in the pi functionality into go-rod [since go-rod needs to connect to the chromium web socket via a separate/or/subprocess] than make a pull request... hopefully... if time will permit. I think having platform/architecture detection during compile time is a good approach for go-rod's future (at least for a raspberry pi system, specifically). 🙂 We love this library, so far. Some really cool things could be built on a pi will full-blown pi compatibility at compile time. Would the go-rod team be interested in a dedicated "self-hosted" GitHub action runner on a pi4 (for builds/tests)? I haven't tested runners on a pi 4, but our team plans on it. Edit: I've just ran a dedicated GitHub action runner on a pi 4, and it's awesome (I've got a pi 0,2&3 - so I'll have to set those up also). For now, i think we will work around the fact that the raspberry pi doesn't work with the chrome binaries that go-rod gets from the web, but I've forked the go-rod repo, so hopefully this can be an enhancement for go-rod at some point, if the team is interested in such an undertaking. |
Beta Was this translation helpful? Give feedback.
-
Here is a CLI tool for downloading video from the website and it uses rod for getting the cookie |
Beta Was this translation helpful? Give feedback.
-
I use it to fill class attendance (requires authentication, so it can't only use http, must use a browser), and download data from Tableau |
Beta Was this translation helpful? Give feedback.
-
Sustainability related Brazilian norms crawler (in progress). I'm using go-colly and go-rod for this project. Temporary URL: https://normalis.mooo.com/ |
Beta Was this translation helpful? Give feedback.
-
We're using go-rod with testcontainers to automate end-to-end tests for our software. |
Beta Was this translation helpful? Give feedback.
-
There is around 700 projects that uses I mainly use it to login to website that don't have an API available. |
Beta Was this translation helpful? Give feedback.
-
Please leave a comment here to share what you use Rod for. It will be great if you could share your project link.
Some popular projects that are using Rod:
Beta Was this translation helpful? Give feedback.
All reactions