Merge pull request #1472 from automatisch/AUT-506

feat(disqus): add disqus integration
This commit is contained in:
Ali BARIN
2024-05-06 16:14:31 +02:00
committed by GitHub
19 changed files with 392 additions and 0 deletions

View File

@@ -77,6 +77,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/discord/connection' },
],
},
{
text: 'Disqus',
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/disqus/triggers' },
{ text: 'Connection', link: '/apps/disqus/connection' },
],
},
{
text: 'Dropbox',
collapsible: true,

View File

@@ -0,0 +1,19 @@
# Disqus
:::info
This page explains the steps you need to follow to set up the Disqus
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Login to the [Disqus](https://disqus.com/).
2. Go to the [API applications page](https://disqus.com/api/applications/) and click on the **Register new application** button.
3. Fill the **Register Application** form fields.
4. Click on the **Register my application** button.
5. Go to the **Authentication** section and select **Read, Write, and Manage Forums** option.
6. Copy **OAuth Redirect URL** from Automatisch to **Callback URL** field.
7. Click on the **Save Changes** button.
8. Go to the **Details** tab.
9. Copy **API Key** to **API Key** field on Automatisch.
10. Copy **API Secret** to **API Secret** field on Automatisch.
11. Click **Submit** button on Automatisch.
12. Congrats! Start using your new Disqus connection within the flows.

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/disqus.svg
items:
- name: New comments
desc: Triggers when a new comment is posted in a forum using Disqus.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -7,6 +7,7 @@ The following integrations are currently supported by Automatisch.
- [DeepL](/apps/deepl/actions)
- [Delay](/apps/delay/actions)
- [Discord](/apps/discord/actions)
- [Disqus](/apps/disqus/triggers)
- [Dropbox](/apps/dropbox/actions)
- [Filter](/apps/filter/actions)
- [Flickr](/apps/flickr/triggers)

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="200px" height="200px" viewBox="0 0 200 200" enable-background="new 0 0 200 200" xml:space="preserve">
<g id="background">
<rect fill="#2E9FFF" width="200" height="200"/>
</g>
<g id="Layer_2">
</g>
<path fill="#FFFFFF" d="M102.535,167.5c-16.518,0-31.621-6.036-43.298-16.021L30.5,155.405l11.102-27.401
c-3.868-8.535-6.038-18.01-6.038-28.004c0-37.277,29.984-67.5,66.971-67.5c36.984,0,66.965,30.223,66.965,67.5
C169.5,137.284,139.52,167.5,102.535,167.5z M139.102,99.807v-0.188c0-19.479-13.736-33.367-37.42-33.367h-25.58v67.5h25.201
C125.171,133.753,139.102,119.284,139.102,99.807L139.102,99.807z M101.964,117.168h-7.482V82.841h7.482
c10.989,0,18.283,6.265,18.283,17.07v0.188C120.247,110.995,112.953,117.168,101.964,117.168z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB