Loading...
Loading...
Compare original and translation side by side
cd <skill_directory>
python3 scripts/get_posts.py python --limit 3cd <skill_directory>
python3 scripts/get_posts.py python --limit 3python3 scripts/get_posts.py python --limit 20 # Hot posts (default)
python3 scripts/get_posts.py python --sort new --limit 20
python3 scripts/get_posts.py python --sort top --time week
python3 scripts/get_posts.py python --sort top --time all --limit 10python3 scripts/get_posts.py python --limit 20 # 热门帖子(默认)
python3 scripts/get_posts.py python --sort new --limit 20
python3 scripts/get_posts.py python --sort top --time week
python3 scripts/get_posts.py python --sort top --time all --limit 10python3 scripts/search_posts.py "AI agent" --limit 20
python3 scripts/search_posts.py "MCP server" --subreddit ClaudeAI --limit 10
python3 scripts/search_posts.py "async python" --sort top --time yearpython3 scripts/search_posts.py "AI agent" --limit 20
python3 scripts/search_posts.py "MCP server" --subreddit ClaudeAI --limit 10
python3 scripts/search_posts.py "async python" --sort top --time yearpython3 scripts/get_subreddit.py python
python3 scripts/get_subreddit.py ClaudeAIpython3 scripts/get_subreddit.py python
python3 scripts/get_subreddit.py ClaudeAIpython3 scripts/get_post.py abc123 # Get post by ID
python3 scripts/get_post.py abc123 --comments 50 # With more commentspython3 scripts/get_post.py abc123 # 通过ID获取帖子
python3 scripts/get_post.py abc123 --comments 50 # 获取更多评论python3 scripts/get_user.py spez
python3 scripts/get_user.py spez --posts 10 # Include recent postspython3 scripts/get_user.py spez
python3 scripts/get_user.py spez --posts 10 # 包含近期帖子| Sort | Description | Time Options |
|---|---|---|
| Trending posts (default) | - |
| Latest posts | - |
| Highest voted | hour, day, week, month, year, all |
| Gaining traction | - |
| Mixed votes | hour, day, week, month, year, all |
| 排序方式 | 描述 | 时间选项 |
|---|---|---|
| 热门帖子(默认) | - |
| 最新帖子 | - |
| 最高投票 | 小时, 天, 周, 月, 年, 全部 |
| 热度上升 | - |
| 争议性 | 小时, 天, 周, 月, 年, 全部 |
.json.json