- Visit Reddit App Preferences
- Click "Create App" → Choose "script"
- Copy your Client ID and Secret
cp env.example .env
# Edit .env with your Reddit credentialsdocker-compose up --build- Frontend: http://localhost:3000
- API Docs: http://localhost:8000/docs
- Go to the Analysis page
- Select "Subreddit" analysis
- Enter a subreddit name (e.g., "python")
- Click "Start Analysis"
- View results on the Dashboard
- Ensure your Reddit app is set to "script" type
- Check that Client ID and Secret are correct
- Verify Reddit account is not restricted
# Clean up and restart
docker-compose down -v
docker-compose up --build- Ensure at least 2GB RAM available
- Close other applications if needed
- Read the full README.md for detailed documentation
- Explore the API documentation at http://localhost:8000/docs
- Try analyzing different subreddits and keywords
- Check out the sentiment trends and statistics
Need help? Check the troubleshooting section in the main README or create an issue.