This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * reddit-monitor.ts | |
| * | |
| * Personal monitoring script that periodically searches Reddit for posts | |
| * matching keyword queries. Read-only — no posting, voting, or user interaction. | |
| * | |
| * Uses Reddit's Data API search endpoint (oauth.reddit.com) to find recent | |
| * posts and comments for personal alerting. | |
| * | |
| * Usage: npx tsx reddit-monitor.ts |