ekis

Results 18 comments of ekis

If there is no activity in the forks, then yeah, probably, or maybe better said stalled out.

I'm just completed a Go version of the software. It patches the chromedriver and I have basic functionality for crawling but ideally I want to combine it with an existing...

There is also the mongo proxy that can setup a server to receive the commands and feed them into whichever mongoDB compatible database, or if you have the time, you...

I would like to help, I have been following this project shortly after you released it publicly. Before I was using a mongo proxy to feed the data into a...

Very cool concept. I have rewritten this library in Go to experiment with it; and I really like this concept. In general a proxy wrapping around the 'crawler' transparently to...

M1 same issue, brew install bettercap, Sonoma

Nice job finding this, he appears to be focused on nodriver. But I have been rewriting this in Go to attempt to optimize it further. I will keep this in...

Hrm this is my use case, I want to improve upon captcha buster extension, using local instead of third party image analysis. Even solve some of the other ones, like...

I just rewrote it in Go, you are just taking the binary finding the string typically as a byte array, and replacing it with a modified byte array. This has...

Great to hear you would be willing at least look at proposed changes and additions. I'm still getting the hang of Bevy, spent last 2 days reading documentation and code...