# GetSocWallPicture **Repository Path**: maxinehehe/GetSocWallPicture ## Basic Information - **Project Name**: GetSocWallPicture - **Description**: python高清壁纸爬取器 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该爬虫用于爬取 SocWall 高星壁纸,分为爬缩略图和高清图两版。 最初托管于 GitHub, 此为 github 的版本,托管在 gitee。 #GetSocWallPicture ## 通过简单的python知识 爬取 social wallpapering 网站的图片 【默认下载图片290x260】
**GetSocallPic.py为初级版本只能下载290x260**
**GetSocallPic_plus.py为升级版本可以选择下载,即可以下载高清版本**
## 使用 ##首先要确定有以下这些包 ```python import requests, re, time, urllib, os from lxml import etree import platform ``` **git clone https://github.com/maxinehehe/GetSocWallPicture.git**
**运行GetSocallPic.py或者 运行GetSocallPic_plus.py**
**另外也可以通过pyinstaller.py工具打包成 .exe 文件运行**