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

@@ -289,6 +289,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/pushover/connection' },
],
},
{
text: 'Reddit',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/reddit/connection' }],
},
{
text: 'Remove.bg',
collapsible: true,

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!

View File

@@ -0,0 +1 @@
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="_1O4jTk-dZ-VIxsCuYB6OR8 " width="40" height="48" ><g><circle fill="#FF4500" cx="10" cy="10" r="10"></circle><path fill="#FFFFFF" d="M16.67,10A1.46,1.46,0,0,0,14.2,9a7.12,7.12,0,0,0-3.85-1.23L11,4.65,13.14,5.1a1,1,0,1,0,.13-0.61L10.82,4a0.31,0.31,0,0,0-.37.24L9.71,7.71a7.14,7.14,0,0,0-3.9,1.23A1.46,1.46,0,1,0,4.2,11.33a2.87,2.87,0,0,0,0,.44c0,2.24,2.61,4.06,5.83,4.06s5.83-1.82,5.83-4.06a2.87,2.87,0,0,0,0-.44A1.46,1.46,0,0,0,16.67,10Zm-10,1a1,1,0,1,1,1,1A1,1,0,0,1,6.67,11Zm5.81,2.75a3.84,3.84,0,0,1-2.47.77,3.84,3.84,0,0,1-2.47-.77,0.27,0.27,0,0,1,.38-0.38A3.27,3.27,0,0,0,10,14a3.28,3.28,0,0,0,2.09-.61A0.27,0.27,0,1,1,12.48,13.79Zm-0.18-1.71a1,1,0,1,1,1-1A1,1,0,0,1,12.29,12.08Z"></path></g></svg>

After

Width:  |  Height:  |  Size: 813 B