xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.04M
    文件類(lèi)型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-30
  • 語(yǔ)言: Python
  • 標(biāo)簽: 空間??爬蟲(chóng)??QQ??

資源簡(jiǎn)介

QQ空間爬蟲(chóng),包括日志、說(shuō)說(shuō)、個(gè)人信息等,一天可抓取 400 萬(wàn)條數(shù)據(jù)。

資源截圖

代碼片段和文件信息

#?coding=utf-8
import?datetime
#?import?BitVector
import?public_methods


class?InitMessages(object):
????“““?功能:信息初始化(讀取保存在本地的信息,并設(shè)置爬蟲(chóng)的各項(xiàng)參數(shù))。?“““

????def?__init__(self):
????????self.myheader?=?{‘User-Agent‘:?‘Mozilla/5.0?(X11;?Ubuntu;?Linux?x86_64;?rv:39.0)?Gecko/20100101?Firefox/39.0‘
?????????????????????????‘Referer‘:?‘http://ctc.qzs.qq.com/qzone/newblog/blogcanvas.html‘}??#?表頭信息
????????self.thread_num_QQ?=?1??#?同時(shí)下載幾個(gè)QQ的日志,每個(gè)QQ的訪問(wèn)使用不同的cookie登錄
????????self.thread_num_Blog?=?2??#?同時(shí)下載QQ的幾篇日志
????????self.thread_num_Mood?=?6??#?同時(shí)下載QQ的幾條說(shuō)說(shuō)
????????self.blog_after_date?=?datetime.datetime.strptime(“2014-01-01“?“%Y-%m-%d“)??#?爬這個(gè)時(shí)間之后的日志
????????self.mood_after_date?=?datetime.datetime.strptime(“2015-01-01“?“%Y-%m-%d“)??#?爬這個(gè)時(shí)間之后的說(shuō)說(shuō)
????????self.my_qq?=?self.readMyQQ()??#?我的QQ列表,用來(lái)登錄

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2016-11-25?04:33??QQSpider-master\
?????目錄???????????0??2016-11-25?04:33??QQSpider-master\BitVector模塊報(bào)錯(cuò)解決\
?????文件????????4049??2016-11-25?04:33??QQSpider-master\BitVector模塊報(bào)錯(cuò)解決\init_messages.py
?????文件????????4670??2016-11-25?04:33??QQSpider-master\BitVector模塊報(bào)錯(cuò)解決\spide_controller.py
?????目錄???????????0??2016-11-25?04:33??QQSpider-master\QQSpider1\
?????目錄???????????0??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\
?????文件??????????10??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\.name
?????文件?????????551??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\QQ_spiders.iml
?????文件?????????159??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\encodings.xml
?????文件?????????718??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\misc.xml
?????文件?????????427??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\modules.xml
?????文件???????57608??2016-11-25?04:33??QQSpider-master\QQSpider1\.idea\workspace.xml
?????文件???????????0??2016-11-25?04:33??QQSpider-master\QQSpider1\QQFailSpided.txt
?????文件?????????155??2016-11-25?04:33??QQSpider-master\QQSpider1\QQForSpider.txt
?????文件???????????0??2016-11-25?04:33??QQSpider-master\QQSpider1\QQHadSpided.txt
?????文件????????7742??2016-11-25?04:33??QQSpider-master\QQSpider1\blog_spider.py
?????文件????????1295??2016-11-25?04:33??QQSpider-master\QQSpider1\friend_spider.py
?????文件???????10315??2016-11-25?04:33??QQSpider-master\QQSpider1\information_spider.py
?????文件?????????779??2016-11-25?04:33??QQSpider-master\QQSpider1\init.py
?????文件????????4043??2016-11-25?04:33??QQSpider-master\QQSpider1\init_messages.py
?????文件????????6804??2016-11-25?04:33??QQSpider-master\QQSpider1\mood_spider.py
?????文件??????????33??2016-11-25?04:33??QQSpider-master\QQSpider1\myQQ.txt
?????文件????????5797??2016-11-25?04:33??QQSpider-master\QQSpider1\public_methods.py
?????文件????????4422??2016-11-25?04:33??QQSpider-master\QQSpider1\spide_controller.py
?????文件??????????75??2016-11-25?04:33??QQSpider-master\QQSpider1\使用說(shuō)明.txt
?????目錄???????????0??2016-11-25?04:33??QQSpider-master\QQSpider2\
?????文件??????????40??2016-11-25?04:33??QQSpider-master\QQSpider2\QQForSpider.txt
?????文件????????7092??2016-11-25?04:33??QQSpider-master\QQSpider2\blog_spider.py
?????文件????????1277??2016-11-25?04:33??QQSpider-master\QQSpider2\friend_spider.py
?????文件???????10013??2016-11-25?04:33??QQSpider-master\QQSpider2\information_spider.py
?????文件????????3281??2016-11-25?04:33??QQSpider-master\QQSpider2\init_messages.py
............此處省略7個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源