# 爬取图片
import requests # 负责爬取
import base64
import csv
root = 'https://aip.baidubce.com/oauth/2.0/token'
tokendata = {
'grant_type':'client_credentials',
'client_id':'xR5XsQ2hAoF2mN8SgY9bruBN',
'client_secret':'YbpQ0M33KNQ9R5t4MyOxgfK0wG5OO3ql',
}
response = requests.post(root,data=tokendata)
access_token = response.json()['access_token']
print(access_token)
# -----------------------------------------------------
# 对图片进行颜值获取
url = f'https://aip.baidubce.com/rest/2.0/face/v3/detect?access_token={access_token}'
headers = {
'Content-Type':'application/json'
}
data = {
'image':'',
'image_type':'BASE64',
'face_field':'beauty'
}
ll = []
with open('../files/wzlw.csv',encoding='utf-8') as fread:
reader = csv.DictReader(fread)
for r in reader:
try:
with open(f'../images/{r["username"]}.png','rb') as f:
data['image'] = base64.b64encode(f.read())
response = requests.post(url,headers=headers,data=data)
beauty = response.json()['result']['face_list'][0]['beauty']
ll.append([r["username"],beauty])
print(r["username"],beauty)
except:
pass
ll2 = sorted(ll,key=lambda x:x[1]) # 以颜值进行排序
with open('../files/yz.csv','w',encoding='utf-8',newline='') as f:
writer = csv.writer(f)
writer.writerow(["username","beauty"])
writer.writerows(ll2)
Python爬虫开源项目代码
需积分: 0 42 浏览量
更新于2023-06-25
2
收藏 3KB ZIP 举报
Python爬虫开源项目代码0 81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源 81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源 81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源 81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源 81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源 81个Python爬虫源代码+九款开源爬虫工具,81个Python爬虫源代码,内容包含新闻、视频、中介、招聘、图片资源等网站的爬虫资源

普罗旺斯จุ๊บ
- 粉丝: 0
最新资源
- DB21_T_1545_2007_大米中苄嘧磺隆残留量的测定(高效液相色谱法).pdf
- XX-公司网络解决方案.doc
- 餐饮系统程序设计说明.doc
- 2023年自考计算机软件基础历年真题集.doc
- 2022软件企业杂志新年寄语.docx
- 茶叶(-)表没食子酸儿茶素没食子酸酯抗UVB辐射损伤作用研究.doc
- XX职称计算机考试网络综合试题.doc
- HPLC法测定复方益母口服液中水苏碱的含量.docx
- 2023年天大考试电子商务系统分析与设计离线作业考核试题.doc
- 操作系统考试题答案.doc
- 初级网络管理员培训班学员心得体会.doc
- SAP金融业管理信息化解决方案.doc
- javaOracle数据库课程设计报告.doc
- 2023年全国10月高等教育自学考试电子商务概论试题(及答案).doc
- 办公室网络环境的搭建.pdf
- 财务常识:Excel常见的错误值[会计实务-会计实操].doc