go-guerrilla
go-guerrilla copied to clipboard
Created a processor for URL Click
Hi,
I've created a processor that will scan the body of an email for the first URL and then point a headless browser at this URL. I created this as I wanted to prove that a BOT could easily complete the UK Petition website. And thanks to go-guerrilla I manage to do this in about 1 hour!
The processor code can be found at: https://github.com/jbramsden/mailurlclicker
Awesome! Glad to hear and also quite an eye-opening project!