網頁

Python Email and Url Extractor

Python Email and Url Extractor

使用Python 將URL Website中的所有email取出.

1.首先必須安裝email_extractor ,下載網址如下https://pypi.python.org/pypi/email_extractor

2.利用easy_install 進行安裝,先到python 目錄,執行python ez_setup.py setuptools 下載安裝setuptools-2.1.tar.gz, 完成後即可利用easy_install

3.執行easy_install email_extractor-v1-py2.7.egg