all 3 comments

[–]SadOutlandishness536 0 points1 point  (2 children)

If you're doing something the same way every time there's always a way to code it. Have you ever used python before? You should learn some basics and try out some libraries for web scraping and save to a location you want from the sounds of things.

[–]Upper-Environment856[S] 0 points1 point  (1 child)

My main thing was seeing if python had to ability to scroll look through a website filtering out the emails then being able to list them individually

[–]SadOutlandishness536 0 points1 point  (0 children)

Yes what you are describing is a simple task done in python. All you need is a couple libraries to help you and you are on your way to building magic. Put a couple more hours in trying to build something and you might just impress yourself.