Skip to content

Claude/reddit ai relationships scraper ugh g8#4

Merged
jheller1212 merged 6 commits into
mainfrom
claude/reddit-ai-relationships-scraper-UghG8
Mar 5, 2026
Merged

Claude/reddit ai relationships scraper ugh g8#4
jheller1212 merged 6 commits into
mainfrom
claude/reddit-ai-relationships-scraper-UghG8

Conversation

@jheller1212

Copy link
Copy Markdown
Owner

No description provided.

claude added 5 commits March 5, 2026 08:29
Automatically creates a PR when any claude/* branch is pushed.
Skips if a PR already exists for the branch.

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
Reddit blocks requests with bot-like User-Agent strings. Updated
both the serverless function and Python scraper to use a standard
Chrome browser User-Agent and proper Accept/Accept-Language headers.

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
- Add fetch-depth: 0 so origin/main is available for git log
- Replace sed \b/\u with portable awk for title capitalization
- Fix heredoc formatting for PR body

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
- Create SVG favicon from the existing smiley logo
- Add sun/moon theme toggle button in the topbar
- Implement warm limoncello (lemon-yellow) light color scheme
- Persist theme preference in localStorage

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
Heredoc inside YAML | block scalar causes terminator mismatch
due to preserved indentation. Use simple string variable instead.

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
@netlify

netlify Bot commented Mar 5, 2026

Copy link
Copy Markdown

Deploy Preview for redditscrapersbe ready!

Name Link
🔨 Latest commit a3656cc
🔍 Latest deploy log https://app.netlify.com/projects/redditscrapersbe/deploys/69a95b9239b0ce000815ac95
😎 Deploy Preview https://deploy-preview-4--redditscrapersbe.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Use printf instead of multi-line string assignment to avoid
YAML indentation leaking into the shell variable.

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
@jheller1212
jheller1212 merged commit 89fbe2b into main Mar 5, 2026
5 checks passed
jheller1212 pushed a commit that referenced this pull request Mar 11, 2026
…re, academic fields

Critical fixes:
- #1 Thread-level scraping: paste a post URL and get the post + all
  comments instantly. Auto-detected from input — no new UI needed
- #2 Add Hot, Controversial, Rising sort modes (Controversial is key
  for polarization research)
- #3 Time filter greys out when neither Top nor Controversial is active
- #5 Partial data on Stop: always shows download buttons with message
  "Stopped at X posts. Partial data available below."

Academic data fields added (#7):
- Posts: edited, distinguished, is_crosspost, crosspost_subreddit,
  total_awards_received, gilded
- Comments: depth (nesting level), edited, distinguished,
  controversiality

UX improvements:
- #10 Progressive disclosure: options panel hidden until Analyze
  completes. No more wall of options on first load
- #11 Keyword analysis moved under "Advanced" collapsible section
- #12 Single primary download button "Download for R/Python (Combined
  CSV)" with other formats under collapsible
- #13 CTA renamed to "Squeeze Data" for clarity
- #4 Post limit capped at 1000 with visible note
- #8 Specific error messages for 404/403 (not found, private)
- #9 Input accepts post URLs, subreddit URLs, r/prefix, plain names

https://claude.ai/code/session_01JS12oCAdiNAGoSr7NhmNzU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants