pr0gramm-usercomments
收藏资源简介:
该数据集包含从pr0gramm平台导出的项目元数据和用户评论的SQLite数据库。主要数据文件为`pr0gramm.sqlite3`,包含两个表:`comments`(评论)和`items`(项目)。评论表包含评论ID、所属项目ID、父评论ID、评论时间、评分、投票数、用户名、用户ID、用户资料URL、评论内容及原始JSON数据等字段。项目表包含项目ID、推广状态、标志、创建时间、用户名、来源feed及原始JSON数据等字段。数据集覆盖至项目ID 6986879(创建于2026-04-17),时间戳以Unix秒格式存储。适用于分析社交媒体用户行为、评论内容挖掘等任务,主要语言为德语和英语。
This dataset contains a SQLite database of item metadata and user comments exported from the pr0gramm platform. The primary data file is `pr0gramm.sqlite3`, which includes two tables: `comments` and `items`. The `comments` table contains fields such as comment ID, associated item ID, parent comment ID, comment timestamp, rating, vote count, username, user ID, user profile URL, comment content, and raw JSON data. The `items` table contains fields such as item ID, promotion status, flag, creation time, username, source feed, and raw JSON data. The dataset covers up to item ID 6986879 (created on 2026-04-17), with timestamps stored in Unix second format. It is applicable to tasks such as social media user behavior analysis and comment content mining, and the main languages are German and English.
数据集:pr0gramm 用户评论
- 数据集名称:pr0gramm user comments
- 许可证:其他(other)
- 语言:德语(de)、英语(en)
- 任务类别:其他(other)
数据集描述
该数据集包含来自 pr0gramm 平台的条目元数据和评论的 SQLite 导出文件。
覆盖范围
当前快照已完整爬取至条目 ID 6986879:
- 最高
items.item_id:6986879(创建时间:2026-04-17 19:17:36 UTC) - 最高
comments.item_id:6986879
数据文件
主文件:pr0gramm.sqlite3
数据库表结构
comments 表
| 列名 | 类型 | 说明 |
|---|---|---|
| comment_id | INTEGER PRIMARY KEY | 评论唯一标识 |
| item_id | INTEGER NOT NULL | 关联条目ID |
| parent_comment_id | INTEGER | 父评论ID |
| comment_time | INTEGER | 评论时间(Unix秒) |
| score | INTEGER | 评分 |
| upvotes | INTEGER | 赞数 |
| downvotes | INTEGER | 踩数 |
| user_name | TEXT | 用户名 |
| user_id | INTEGER | 用户ID |
| user_profile_url | TEXT | 用户个人资料URL |
| body | TEXT | 评论内容 |
| raw_json | TEXT NOT NULL | API原始JSON快照 |
items 表
| 列名 | 类型 | 说明 |
|---|---|---|
| item_id | INTEGER PRIMARY KEY | 条目唯一标识 |
| promoted | INTEGER | 是否推广 |
| flags | INTEGER | 标志位 |
| created_at | INTEGER | 创建时间(Unix秒) |
| user_name | TEXT | 用户名 |
| source_feed | TEXT NOT NULL | 来源信息流 |
| raw_json | TEXT NOT NULL | API原始JSON快照 |
数据示例
comments 表示例
- comment_id:83842203
- item_id:480055
- parent_comment_id:0
- comment_time:1776609541
- score:1
- upvotes:1
- downvotes:0
- user_name:"1111111101"
- user_id:NULL
- user_profile_url:"https://pr0gramm.com/user/1111111101"
- body:"Damals war OC noch gut"
- raw_json (截断):{"id":83842203,"parent":0,"content":"Damals war OC noch gut","created":1776609541,"up":1,"down":0,"confidence":0.206543,"name":"1111111101","mark":10}
items 表示例
- item_id:6986879
- promoted:0
- flags:1
- created_at:1776453456
- user_name:"Ometen"
- source_feed:"new"
- raw_json (截断):{"id":6986879,"promoted":0,"userId":132720,"up":1,"down":0,"created":1776453456,"image":"2026/04/17/8804ec2d7b3e5297-h264-ultra_hd.mp4","thumb":"2026/04/17/8804ec2d7b3e5297.jpg",...}
注意事项
- 时间戳以 Unix 秒为单位存储。
raw_json列包含 API 载荷快照,可能包含未单独规范化到其他列的字段。




