> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socialsyncs.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Reddit

> How to add Reddit to your system

<Snippet file="never-share.mdx" />

<Steps>
  <Step title="Create an app on Reddit Developers">
    Head over to [Reddit developers](https://www.reddit.com/prefs/apps) and click on **create a new app**.

    * **Name:** `MySocialSyncsInstance` (or whatever you like)
    * **App type:** `web app`
    * **Redirect URI:** (see below)

    <Snippet file="oauth2redirect.mdx" />

    **Your Reddit OAuth2 Redirect URI:**

    * Production: `https://your-socialsyncs-domain.com/integrations/social/reddit`
    * Local development: `http://localhost:4200/integrations/social/reddit`
    * Docker: `http://localhost:5000/integrations/social/reddit`
  </Step>

  <Step title="Set environment variables">
    Copy the Reddit client id and client secret and add them to your `.env` file.

    <img src="https://mintcdn.com/social-syncs/Qs-uS-jr2nAtu0uf/images/providers/reddit/reddit-001.png?fit=max&auto=format&n=Qs-uS-jr2nAtu0uf&q=85&s=89881d4555dffee1819fda2e16f61baa" alt="Reddit" width="1826" height="742" data-path="images/providers/reddit/reddit-001.png" />

    ```env theme={null}
    REDDIT_CLIENT_ID=""
    REDDIT_CLIENT_SECRET=""
    ```
  </Step>
</Steps>
