Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 665 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 665 Bytes

bcy_crawler

项目简介

一.文件简介

  1. threading_control.py 多线程数目控制,用于控制下载线程数目
  2. bcy_single_climber.py 半次元单界面爬虫,能够爬取但界面的所有图片
  3. bcy_user_climber.py 半次元用户爬虫,能够爬取某用户的所有作品

二.使用方法

  1. Python版本
  Python 3.x
  1. 系统版本
  Windowns, Mac OS, Linux
  1. 依赖库
  BeautifulSoup, requests
> pip3 install requests
> pip3 install beautifulsoup4
  1. 使用方法

Python3 bcy_single_climber.py

三.已知问题

    `暂不明确`

Enjoy