Skip to content

mirusu400/bcy_crawler

 
 

Repository files navigation

bcy_crawler

한글 README

项目简介

一.文件简介

  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. 使用方法
usage: bcy_crawler_main.py [-h] [-n directory] [-d] Link

Download images from bcy.net.

positional arguments:
  Link          Link of user or Link of post

optional arguments:
  -h, --help    show this help message and exit
  -n directory  Set path to save
  -d, --date    Use it if you need download with date.

Python bcy_single_climber.py bcy_post_link Python bcy_user_climber.py bcy_user_link

三.已知问题

    `暂不明确`

Enjoy

About

bcy.net 半次元 爬虫 이미지 다운로더

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%