Rare find

Reddit Sync. Watch Reddit and automatically post trending posts to Telegram.

github.com/yumiaura/RedditSync

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2026
  • Merge pull request #12 from yumiaura/feat/staggered-publish
  • Stagger subreddit posts PUBLISH_INTERVAL minutes apart within a slot
  • Merge pull request #11 from yumiaura/fix/container-uid
  • Make the container uid configurable via APP_UID build arg
  • Merge pull request #10 from yumiaura/feat/publish-timezone
  • Interpret PUBLISH_TIMES in a configurable PUBLISH_TZ timezone
  • Merge pull request #8 from yumiaura/fix/security-hardening
  • Add configurable listing chain with top:week fallback
  • Add offline pytest suite (32 tests) and GitHub Actions CI
  • Ops: graceful SIGTERM, heartbeat healthcheck, non-root container
  • Code quality: logging over print, narrowed excepts, scrape warnings
  • Repo hygiene: LICENSE, pinned deps, configurable seed, drop news.sql
  • Unify DB layer and paths, re-enable media sync
  • Harden media downloader: SSRF allowlist, streaming size cap, re-read fix
  • Fix path traversal in /media and gate Flask debug behind env flag
  • Merge pull request #7 from yumiaura/chore/ignore-local-docs
  • Keep ROADMAP.md and CLAUDE.md local-only
  • Merge pull request #6 from yumiaura/chore/roadmap
  • Add ROADMAP.md from code review
  • Merge pull request #5 from yumiaura/chore/min-score-500
October 2025
  • Update README.md
  • add orm
  • init