https://github.com/easonzero/qzone_parse
Qzone_parse by python
https://github.com/easonzero/qzone_parse
Last synced: 2 months ago
JSON representation
Qzone_parse by python
- Host: GitHub
- URL: https://github.com/easonzero/qzone_parse
- Owner: Easonzero
- Created: 2015-11-16T06:32:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T06:47:06.000Z (over 9 years ago)
- Last Synced: 2025-01-24T11:31:35.695Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qzone_parse
用python写的QQ空间爬虫的解析部分。能够分析QQ用户的说说(内容,转发数,赞数),说说的评论(评论人,内容,时间),评论的回复(回复人,内容,时间)这些字段。且将这些字段整理成了树状结构,方便提取任一字段。
## 字段结构
>##说说
>内容
>转发数
>赞数
>>##评论
>>评论人
>>内容
>>时间
>>>##回复
>>>回复人
>>>内容
>>>时间