magpie/app/services/platforms
pyr0ball 01e5990f58 fix: replace Playwright post() with httpx legacy API, fix session_file Path coercion and comment URL check
smoke test confirmed: post via /api/submit + comment via /api/comment both working with modhash + session cookies
2026-04-27 14:25:38 -07:00
..
__init__.py feat: implement RedditCommentStrategy and register in platform registry 2026-04-27 12:00:08 -07:00
base.py feat: add PostingStrategy ABC and PostResult dataclass 2026-04-27 08:00:36 -07:00
reddit_comment.py fix: replace Playwright post() with httpx legacy API, fix session_file Path coercion and comment URL check 2026-04-27 14:25:38 -07:00
reddit_post.py feat: add RedditPostStrategy wrapping RedditClient.post() 2026-04-27 08:09:03 -07:00