This simple python script allow you to scan websites looking for email addresses.
In the begin, you have to set a seed url to have a initial point to scan
In the main loop (who runs until there is no more urls) process url looking for more urls to feed the deque urlsToProcess
And scan and save the emails in a file.
To donwload the full script clone/fork it from bitbucket zxcoders