Frequently Asked Questions
General Questions
What is RedHarmony?
RedHarmony is a tool designed to enhance Reddit engagement through AI-powered automation while maintaining authenticity and following Reddit's guidelines.
Is RedHarmony free to use?
RedHarmony offers both free and premium tiers. The free tier includes basic features, while the premium tier provides advanced capabilities and higher usage limits.
Technical Questions
What are the minimum system requirements?
- Python 3.8 or higher
- 100MB free disk space
- Internet connection
- Basic command line knowledge
Can I run RedHarmony on Windows/Mac/Linux?
Yes, RedHarmony is cross-platform and runs on all major operating systems.
How do I update RedHarmony?
git pull origin main
pip install -r requirements.txt
API and Authentication
How do I get the required API keys?
- Reddit API: Create an app at reddit.com/prefs/apps
- OpenAI API: Sign up at platform.openai.com
Why am I getting authentication errors?
Common causes:
- Incorrect API keys in .env file
- Expired tokens
- Rate limiting
- Network issues
How do I reset my authentication?
- Delete the
.env
file - Copy
.env.example
to.env
- Add your new credentials
- Restart the application
Usage and Best Practices
What are the rate limits?
Rate limits vary based on:
- Your subscription tier
- Reddit's API limits
- OpenAI API quotas
How can I avoid getting banned?
- Follow Reddit's guidelines
- Don't spam or manipulate votes
- Use reasonable delays between actions
- Keep engagement authentic
Is my data secure?
- We don't store your Reddit credentials
- API keys are stored locally
- Data is encrypted in transit
- We follow security best practices
Troubleshooting
The web interface isn't loading
Check:
- Server is running
- Correct port configuration
- Firewall settings
- Browser console for errors
Why are some features not working?
Verify:
- Latest version installed
- All dependencies up to date
- Valid API keys
- Sufficient permissions
How do I report bugs?
- Check existing GitHub issues
- Open a new issue with:
- Steps to reproduce
- Expected behavior
- Actual behavior
- System information
Support
Where can I get help?
- Documentation: docs.redharmony.fun
- Telegram: https://t.me/RedHarmonyAI
- GitHub Issues: github.com/redharmony/redharmony/issues
- Email: [email protected]
How do I request new features?
- Check our roadmap
- Discuss in Telegram
- Create a feature request on GitHub
- Vote on existing proposals