Skip to content

Instantly share code, notes, and snippets.

View khaelou's full-sized avatar
💾
Writing Code

My-khael Pierce khaelou

💾
Writing Code
View GitHub Profile
@khaelou
khaelou / main.go
Last active May 24, 2020 04:41
Selenium + TwoCaptcha usage example written in Go
// This example utilizes github.com/aerokube/selenoid (Selenium in Docker Containers) to run at a larger scale + VNC monitoring
package main
import (
"fmt"
"log"
"time"
captcha "github.com/gocolly/twocaptcha"