Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.75 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.75 KB

Eajack's python爬虫项目汇总

PS:该项目不再更新&维护

1、运行环境

  • Windows or Linux
  • Python3.5.2(Python 3.x.x)

2、内置库汇总

  • urllib
  • re,os,time
  • json

3、第三方库汇总

  • bs4(BeautifulSoup)
  • requests
  • selenium
  • jieba
  • wordcloud
  • matplotlib
  • scipy
  • snownlp
  • xlwt
  • xlrd
  • [updating...]

4、爬虫说明

5、留坑

  • 多线程/进程(解决爬虫太慢)
  • Python编程技巧
  • [updating...]