python爬取某個貼吧帖子留下的郵箱,並自動發送相應連接

python爬蟲正則匹配得到郵箱,寫郵件把得到郵箱列表循環發送郵件。----根據網上的視頻教程介紹,編寫的html # -*- coding: UTF-8 -*- __author__ = 'Intgrp' pwd = 'xxxxxxxxx' import urllib # 網頁操做模塊,獲取網頁數據 import re # 正則表達式 from email.mime.text import
相關文章
相關標籤/搜索