feat(reddit): add reddit integration

This commit is contained in:
Rıdvan Akca
2023-11-10 12:47:28 +03:00
parent 3b9aadb90f
commit 354b331b08
14 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# 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!