# azlinzi-crawler
**Repository Path**: surbowl/azlinzi-crawler
## Basic Information
- **Project Name**: azlinzi-crawler
- **Description**: azlinzi.wordpress.com 图片爬虫
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-02-09
- **Last Updated**: 2020-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# azlinzi-crawler
_azlinzi.wordpress.com_ crawler
`Python 3`
同行者画廊 图片爬虫
仅供交流学习
## pip
```bash
pip3 install requests
pip3 install bs4
pip3 install lxml
```
## run
```bash
python crawler.py [uri] [save_path]
# or use the default path (./azlinzi/)
python crawler.py [uri]
```
## sample
```bash
# sample 1
python crawler.py https://azlinzi.wordpress.com/2019/04/05/%E4%BE%8D%E5%BA%94%E7%94%9F%E6%89%BF%E8%B1%AA/ D:\azlinzi
# sample 2
python crawler.py https://azlinzi.wordpress.com/2019/04/05/%E4%BE%8D%E5%BA%94%E7%94%9F%E6%89%BF%E8%B1%AA/
```
Have fun 🤪