Jingfei-Han / fun_crawler

Crawl some picture for fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

美图爬虫

By Bohan.

Description

这个项目仅用于学习

目标是爬取各上的美图,目前实现的爬取妹子图, 还有两个cosplay图片爬取的爬虫

Installation

> git clone https://github.com/ZhangBohan/fun_crawler.git
> cd fun_crawler
> sudo easy_install virtualenv
> virtualenv venv
> source venv/bin/activate
> python setup.py --requires | xargs pip install

Usage

  • 妹子图:python run.py crawl meizitu
  • coser scrapy crawl coser -o items.csv -t csv
  • WorldCosplay python worldcosplay.py 53056

About

Crawl some picture for fun


Languages

Language:Python 100.0%