Skip to main content

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?

  1. Reddit API: Create an app at reddit.com/prefs/apps
  2. 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?

  1. Delete the .env file
  2. Copy .env.example to .env
  3. Add your new credentials
  4. 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:

  1. Server is running
  2. Correct port configuration
  3. Firewall settings
  4. Browser console for errors

Why are some features not working?

Verify:

  1. Latest version installed
  2. All dependencies up to date
  3. Valid API keys
  4. Sufficient permissions

How do I report bugs?

  1. Check existing GitHub issues
  2. Open a new issue with:
    • Steps to reproduce
    • Expected behavior
    • Actual behavior
    • System information

Support

Where can I get help?

How do I request new features?

  1. Check our roadmap
  2. Discuss in Telegram
  3. Create a feature request on GitHub
  4. Vote on existing proposals