Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • D data-specification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Yu Yin
  • data-specification
  • Wiki
  • 知乎 用户

知乎 用户 · Changes

Page history
Update 知乎 用户 authored Oct 24, 2019 by Le Dai's avatar Le Dai
Show whitespace changes
Inline Side-by-side
知乎-用户.md
View page @ 0f702052
## 网站描述
[知乎](https://www.zhihu.com)
\ No newline at end of file
[知乎](https://www.zhihu.com)是一个社交化问答社区,允许用户分享彼此的知识、经验和见解,同时可以关注兴趣一致的人。本实验的目标是知乎用户数据的采集。
以下是某个知乎用户主页的示例:
![image](uploads/641c78dc2abe42bc81f1449dbeb63e21/image.png)
## 数据格式
采集得到的数据要求为`json`格式,要求的字段及描述如下:
```javascript
[
{
"userName": "陈然", // 用户名
"userLink": "https://www.zhihu.com/people/chenran", // 用户URL
"headline": "Tubi 旧金山北京招人,私信!", // 用户简介
"detailItem": "<div class=...>..." // 详细资料
"sideItem": "<div class=...>...", // 认证与成就
"following": [ // 关注的人
"https://www.zhihu.com/people/dai-bin-87-44",
...
],
"followers": [ // 粉丝
"https://www.zhihu.com/people/niu-dun-de-ri-ji",
...
],
"answers": [ // 回答(选做)
"http://...",
...
],
"asks": [ // 提问(选做)
"http://...",
...
],
"posts": [ // 文章(选做)
"http://...",
...
],
"zhuanlan": [ // 专栏(选做)
"http://...",
...
],
"pins": [ // 想法(选做)
"http://...",
...
]
},
...
]
```
## 评分标准
* 采集到1000个用户的主页(1分)
* 再采集到以上用户的所有回答、提问、文章、专栏、想法的URL列表(2分)
Clone repository
  • 39健康网 手术
  • 39健康网 检查
  • 39健康网 疾病
  • 39健康网 症状
  • 39健康网 药品
  • Coursera 视频间习题2
  • KDD 接收论文信息
  • LeetCode 中文讨论
  • LeetCode 中文试题
  • LeetCode 讨论
  • LeetCode 试题
  • Leetcode 题解
  • coursera
  • Home
  • 中国裁判文书网
View All Pages