Skip to content

Log: add permalink URL to all log entries#27

Closed
DaLuSt wants to merge 1 commit intomainfrom
claude/log-add-permalink-7Wp79
Closed

Log: add permalink URL to all log entries#27
DaLuSt wants to merge 1 commit intomainfrom
claude/log-add-permalink-7Wp79

Conversation

@DaLuSt
Copy link
Copy Markdown
Owner

@DaLuSt DaLuSt commented Feb 21, 2026

What changed

Each log entry now includes a direct URL to the deleted item. Reddit keeps deleted items accessible by direct URL for some time after deletion.

comment.permalink / submission.permalink returns a relative path; we prepend https://reddit.com.

New column order

deleted_comments.txt:  date | score | permalink | body
deleted_posts.txt:     title, date, score, subreddit, permalink

Files changed

commentCleaner.py (modes 1/2/3), PostCleaner.py, weekly_cleanup.py, web/app.py

https://claude.ai/code/session_014HLhrFtCVRFnEyfRexiy3d

@DaLuSt DaLuSt force-pushed the claude/log-add-permalink-7Wp79 branch from 3a75ff9 to b36ebc5 Compare February 21, 2026 22:11
Inserts the full Reddit permalink (https://reddit.com + path) into every
log write across commentCleaner.py, PostCleaner.py, weekly_cleanup.py,
and web/app.py. Comments get it between score and body; posts get it
appended at the end.

https://claude.ai/code/session_014HLhrFtCVRFnEyfRexiy3d
@DaLuSt DaLuSt force-pushed the claude/log-add-permalink-7Wp79 branch from b36ebc5 to be473cd Compare February 27, 2026 08:58
@DaLuSt
Copy link
Copy Markdown
Owner Author

DaLuSt commented Feb 27, 2026

"Superseded by #33"

1 similar comment
@DaLuSt
Copy link
Copy Markdown
Owner Author

DaLuSt commented Feb 27, 2026

"Superseded by #33"

@DaLuSt DaLuSt closed this Feb 27, 2026
@DaLuSt DaLuSt deleted the claude/log-add-permalink-7Wp79 branch February 27, 2026 16:17
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