爬虫:xpinyin模块,requests-html使用和json模块
创始人
2024-11-15 10:05:41
0

目录

xpinyin模块

requests-html使用

json模块


xpinyin模块

# pip install xpinyin -i https://pypi.tuna.tsinghua.edu.cn/simple  import xpinyin  pyin = xpinyin.Pinyin()  print(pyin.get_pinyin('回车'))#hui-che print(pyin.get_pinyin('回车',''))#hui che print(pyin.get_pinyin('回车',' ',tone_marks='marks'))#huí chē  # 获取大写的首字母 print(pyin.get_initial('回'))#H print(pyin.get_initials('回车'))#H-C print(pyin.get_initials('回车',' '))#H C

requests-html使用

# pip install requests-html -i https://pypi.tuna.tsinghua.edu.cn/simple #这个模块自带ua,默认了utf8的编码格式,会自动保存并携带cookie 也就是有会话维持的功能 from requests_html import HTMLSession  session = HTMLSession() #这句相当于requests.session()  url = 'https://699pic.com/tupian/128830.html'  response = session.get(url) # print(response.text) # print(response.html.links) #获取页面中所有的链接 # print(response.html.absolute_links) #获取页面中所有绝对路径的链接

json模块

import json  """ 两个带s的都和字符串相关 两个不带s的和json文件相关 json.dumps():将所有基本类型的数据转换成字符串,其中字典转换来的数据也可以叫json数据,如果被转换的数据原本是元组的话,那么转换之后元组的小括号会变成列表的中括号 json.dump():将字典转换而来的json数据存到json文件里面 json.load():将json文件里面的json数据读取出来并且转换成字典 json.loads():将json转换成字典 """  dict1 = {'a':1,'b':2} list1 = [1,2,3] tuple1 = (1,2,3) str1 = '123' int1 = 123  # print(type(json.dumps(dict1))) # print(type(json.dumps(list1))) # print(type(json.dumps(tuple1))) # print(type(json.dumps(str1))) # print(type(json.dumps(int1)))  # 跳过异常项目,解决编码问题 # print(json.dumps('湖南',skipkeys=True)) # print(json.dumps('湖南',skipkeys=True,ensure_ascii=False))  with open('text.json','w',encoding='utf-8') as f:     json.dump(dict1,fp=f,indent=2) #fp就是代表你要存到哪个文件里去,indent代表每个键值对前面的字符缩进,dumps的跳过异常项和解决编码问题的参数这里也有  # di1 = '{"a":1,"b":2}' # print(type(json.loads(di1)))  with open('text.json','r') as f:     data = json.load(fp=f) #fp就代表你要从哪个文件中获取数据     print(data,type(data)) 

相关内容

热门资讯

透视模块!wpk作必弊(透视)... 透视模块!wpk作必弊(透视)开挂透视平台(哔哩哔哩)在进入wpk作必弊软件靠谱后,参与本局比赛的八...
透视模块!哈糖大菠萝怎么开挂(... 透视模块!哈糖大菠萝怎么开挂(透视)开挂透视神器(哔哩哔哩)运哈糖大菠萝怎么开挂辅助工具,进入游戏界...
透视教程书!如何下载德普之星辅... 透视教程书!如何下载德普之星辅助软件(透视)开挂脚本工具(哔哩哔哩)1、下载好如何下载德普之星辅助软...
透视操作!福建大菠萝万能辅助器... 透视操作!福建大菠萝万能辅助器(透视)开挂透视平台(哔哩哔哩)一、福建大菠萝万能辅助器可以开透视的定...
透视手段!德州hhpoker是... 透视手段!德州hhpoker是真的吗(透视)开挂透视软件(哔哩哔哩)1、用户打开应用后不用登录就可以...
透视项目!aapoker怎么控... 透视项目!aapoker怎么控制牌(透视)开挂透视修改器(哔哩哔哩)1、aapoker怎么控制牌免费...
透视秘籍!wepoker有透视... 透视秘籍!wepoker有透视功能吗(透视)开挂脚本平台(哔哩哔哩)wepoker有透视功能吗能透视...
透视阶段!hhpoker辅助挂... 透视阶段!hhpoker辅助挂(透视)开挂透视安装(哔哩哔哩)1、hhpoker辅助挂脚本辅助下载、...
透视手段!wpk可以作必弊吗(... 透视手段!wpk可以作必弊吗(透视)开挂透视安装(哔哩哔哩)1、首先打开wpk可以作必弊吗辅助器下载...
透视经验!wepoker底牌透... 透视经验!wepoker底牌透视(透视)开挂脚本平台(哔哩哔哩)一、wepoker底牌透视可以开透视...