Reddit Comment and Post Extractor

Extract Reddit comments and posts as JSON with configurable options

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
anas k
今日安裝
0
安裝總數
10
評價
0 0 0
版本
1
建立日期
2025-01-25
更新日期
2025-01-25
尺寸
16.7 KB
授權條款
MIT
腳本執行於

Reddit Comment and Post Extractor

A Tampermonkey userscript that extracts Reddit comments and posts into a structured JSON format with configurable filters.

Features

  • Extract both posts and comments
  • Configurable filters:
    • Minimum votes per comment
    • Maximum comment nesting depth
  • Selective data inclusion
  • Multiple output options
  • Compatible with both old and new Reddit interfaces

Installation

  1. Install a userscript manager
  2. Click here to install the script

Usage

  1. Navigate to any Reddit post
  2. Click Tampermonkey icon > "Extract Reddit Comments"
  3. Configure settings and extract data

JSON Structure Example

{
  "metadata": {
    "extractionDate": "2023-07-20T12:34:56.789Z",
    "totalComments": 42,
    "postTitle": "Sample Post Title",
    "subreddit": "askscience",
    "criteria": {
      "minVotes": 5,
      "maxDepth": 4
    }
  },
  "post": {
    "content": "Full post text...",
    "author": "ScienceFan123"
  },
  "comments": [
    {
      "content": "Top-level comment...",
      "depth": 0,
      "votes": 123,
      "username": "User123",
      "date": "2023-07-19T15:30:00",
      "profileUrl": "/user/User123",
      "permalink": "/r/askscience/comments/12345/..."
    }
  ]
}

Configuration Options

Setting Description Default
Minimum Votes Comments vote threshold 1
Maximum Depth Comment nesting limit 4

License

MIT License - see LICENSE


Unofficial tool - Follow Reddit's API Rules