Skip to content

arrowrowe/BaiduTiebaSpider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BaiduTiebaSpider

#百度贴吧爬虫 爬百度贴吧,获取内容到文件articles.txt

#Example

from tiebaspider import TiebaSpider

if __name__ == "__main__":
	spider = TiebaSpider()
	tieba = ['wow', '李毅'] #爬WOW吧,如果多个贴吧 
	spider.start_request(tieba=tieba, page=1) # tieba: 贴吧列表 page:贴吧页数

About

Don't ask me why I fork this. A tiring story.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%