Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
16 lines
708 B
Markdown
16 lines
708 B
Markdown
# Reddit
|
|
|
|
:::info
|
|
This page explains the steps you need to follow to set up the Reddit
|
|
connection in Automatisch. If any of the steps are outdated, please let us know!
|
|
:::
|
|
|
|
1. Go to [Reddit apps page](https://www.reddit.com/prefs/apps).
|
|
2. Click on the **"are you a developer? create an app..."** button in order to create an app.
|
|
3. Fill the **Name** field and choose **web app**.
|
|
4. Copy **OAuth Redirect URL** from Automatisch to **redirect uri** field.
|
|
5. Click on the **create app** button.
|
|
6. Copy the client id below **web app** text to the `Client ID` field on Automatisch.
|
|
7. Copy the **secret** value to the `Client Secret` field on Automatisch.
|
|
8. Start using Reddit integration with Automatisch!
|