01 January 2020 1 10K Report

Hi,

I'm writing a code to scrape email addresses using 'scrapy' to search prospects for SEO link building.

I'm facing difficulties to filter out the unwanted outputs that I'm getting.

Presently, I can see 2 possibilities to proceed:

1) Manipulate the text by modifying 'Pattern Matching with Regular Expressions' using re.findall() function

2) Rejecting the unwanted texts from email addresses using 'reject' method.

Can anyone be able to help me with the code?

Best,

- Aashay Raut

More Aashay Raut's questions See All
Similar questions and discussions