cloudflare-bp-go
cloudflare-bp-go copied to clipboard
Question: Would this be available for web sockets in the future?
Hi there. A site I'm trying to webscrape with this package uses a WebSocket connection. In the future if possible would you guys consider adding WebSocket support. Preferably for gorilla WebSocket package
hey @zLeki have you done that? I face the same problem
the only thing close to that, that i have done is using zenrows then embedding json with code that handles the websocket stuff then returns the page with the necessary content i need.