-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
julesFor Jules AI to work onFor Jules AI to work on
Description
Summary
Collect Reddit threads and subreddit content for community context archival.
Use Case
Dead crypto projects often have subreddits with valuable community discussion and announcements.
Commands
# Single thread
borg collect reddit thread https://reddit.com/r/Monero/comments/abc123
# Subreddit top posts
borg collect reddit subreddit r/Masari --limit 100 --sort top
# User posts
borg collect reddit user u/fluffyponyAPI Options
- Reddit API (requires auth)
- old.reddit.com scraping
- Pushshift archive API
Output
reddit/
├── r-Masari/
│ ├── posts/
│ │ ├── abc123.md
│ │ └── def456.md
│ ├── comments/
│ └── INDEX.json
Challenges
- API rate limits
- Deleted content (use Pushshift)
- Media embeds
Acceptance Criteria
- Collect single thread with comments
- Collect subreddit top/new posts
- Include comment threads
- Handle deleted content via Pushshift
- Markdown output format
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
julesFor Jules AI to work onFor Jules AI to work on