Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

email grabber python

>>> from email_scraper import scrape_emails
>>> scrape_emails('<html><body><a href="mailto:hello@world.com">email me</a></body></html>')
{'hello@world.com'}
>>>
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #email #grabber #python
ADD COMMENT
Topic
Name
9+7 =