wp content scraper:用于抓取wp contentuploads类的文件夹内容特别是图像 源码
wp-content-scraper 该脚本可用于生成存储在WordPress服务器的wp-content/uploads/中的图像的url。 该脚本使用Python3.9 ,为此刮板使用virtualenv是一个好习惯。 ###如何使用脚本 使用以下命令安装所需的python库 pip install -r requirements.txt 随着库的安装, Add the wp-content urls to be scraped into the test.txt file. (Sample urls are already present in the file. Remove them and add your urls.) 要运行脚本, python scrape.py ###输出 图像链接将存储在名称为_links.txt 。 现在,您可以使用自
文件列表
wp-content-scraper-master.zip
(预估有个6文件)
wp-content-scraper-master
test.txt
71B
requirements.txt
30B
LICENSE.md
1KB
CODE_OF_CONDUCT.md
3KB
README.md
973B
scrape.py
3KB
暂无评论