flashmob / go-guerrilla

Mini SMTP server written in golang
MIT License
2.78k stars 366 forks source link

Created a processor for URL Click #141

Open jbramsden opened 5 years ago

jbramsden commented 5 years ago

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

flashmob commented 5 years ago

Awesome! Glad to hear and also quite an eye-opening project!