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_search.py | |
| # | |
| # Read-only market-research script. Endpoints used: /api/v1/access_token, | |
| # /r/{subreddit}/search. No write actions, no bulk archiving, no redistribution, | |
| # no AI training. Operated manually ~weekly by /u/matad0r33. <100 requests/day. | |
| # | |
| # Setup: scripts/reddit_auth.json (NOT committed) containing: | |
| # {"client_id": "...", "client_secret": "..."} | |
| # | |
| # Usage: python reddit_search.py <subreddit> "<query>" [new|relevance] [months_back] |