NanmiCoder / NanmiCoder/MediaCrawler

关于bilibili平台下,视频信息与评论信息字段的增加建议

Open
#589 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
65.3k
Forks
12.6k
PR merge metrics
No merged PRs in 30d

Description

  • 现有的视频信息中,关于视频热度的字段包含:点赞数:like播放数:view弹幕数:danmaku评论数:reply,但通过爬取视频信息接口返回的json数据中,还包含与热度相关的字段如:点踩数:dislike收藏数:favorite分享数:share硬币数:coin
  • 现有的评论信息中,关于评论用户信息的字段包含:用户 id:mid用户昵称:uname用户头像链接:avatar,但通过爬取评论接口返回的json数据中,还包含与评论用户信息的字段如:用户性别:sex。、

希望该issue可以作为未来的功能增强的一个方向,虽然现有数据字段已有许多,但考虑到获取到的数据应用方向,提供以上字段可供于更广层面上的数据分析(如论文研究领域、企业数据分析中,提取用户画像,分析热度排行等方向的研究)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the Bilibili video-information and comment-information parsing paths, then verify how existing fields are exposed; done means the requested dislike, favorite, share, coin, and sex fields are available in the corresponding outputs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.