Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 193 Bytes

使用Python3爬取煎蛋妹纸图片

默认抓取最新5页,运行前须安装requests、BeautifulSoup4

pip install requests
pip install BeautifulSoup4
pip install argparse