url
This commit is contained in:
parent
519a4ba9b0
commit
7825565b3d
4 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
1. Ersetze in diesem Link die Platzhalter und öffne ihn im Browser:
|
1. Ersetze in diesem Link die Platzhalter und öffne ihn im Browser:
|
||||||
```
|
```
|
||||||
https://snac.thepipes.ch/oauth/x-snac-get-token
|
https://DEINE_INSTANZ_URL/oauth/x-snac-get-token
|
||||||
```
|
```
|
||||||
→ Anmelden, bestätigen und den **Code** kopieren.
|
→ Anmelden, bestätigen und den **Code** kopieren.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
1. Adjust the following link and paste it into your browser:
|
1. Adjust the following link and paste it into your browser:
|
||||||
```
|
```
|
||||||
https://snac.thepipes.ch/oauth/x-snac-get-token
|
https://YOUR_INSTANCE_URL/oauth/x-snac-get-token
|
||||||
```
|
```
|
||||||
→ Log in, authorize, and copy the **code**.
|
→ Log in, authorize, and copy the **code**.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ Alle Einstellungen befinden sich in `system/extensions/yellow-system.ini`:
|
||||||
*Finde die ID eines Snac oder Mastodon Accounts: Gib "https://DEINE_INSTANZ_URL/api/v1/accounts/lookup?acct=PROFILNAME" in deinen Browser ein.*
|
*Finde die ID eines Snac oder Mastodon Accounts: Gib "https://DEINE_INSTANZ_URL/api/v1/accounts/lookup?acct=PROFILNAME" in deinen Browser ein.*
|
||||||
*Finde die ID eines GoToSocial-Accounts <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-de.md">(siehe hier)</a>*
|
*Finde die ID eines GoToSocial-Accounts <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-de.md">(siehe hier)</a>*
|
||||||
|
|
||||||
`MastodonapiAccessToken` = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-de.md">(siehe hier)</a>
|
`MastodonapiAccessToken` = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-de.md">(Wie komme ich zu einem Token?)</a>
|
||||||
`MastodonapiUpdateInterval` = Zeitintervall zwischen automatischen Updates in Minuten (Standard: 30)
|
`MastodonapiUpdateInterval` = Zeitintervall zwischen automatischen Updates in Minuten (Standard: 30)
|
||||||
`MastodonapiLimit` = Anzahl der Toots, die pro Durchgang abgerufen werden (Standard: 20)
|
`MastodonapiLimit` = Anzahl der Toots, die pro Durchgang abgerufen werden (Standard: 20)
|
||||||
`MastodonapiHashtag` = leer lassen für alle Beiträge; oder mit #hashtag filtern
|
`MastodonapiHashtag` = leer lassen für alle Beiträge; oder mit #hashtag filtern
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ All settings are in `system/extensions/yellow-system.ini`:
|
||||||
*Find the ID of a Snac or Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.*
|
*Find the ID of a Snac or Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.*
|
||||||
*Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-en.md">(see here)</a>*
|
*Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-en.md">(see here)</a>*
|
||||||
|
|
||||||
`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-en.md">(see here)</a>
|
`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-en.md">(How do I get a token?)</a>
|
||||||
`MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30)
|
`MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30)
|
||||||
`MastodonapiLimit` = number of Toots retrieved per run (default: 20)
|
`MastodonapiLimit` = number of Toots retrieved per run (default: 20)
|
||||||
`MastodonapiHashtag` = leave blank for all posts; or filter with #hashtag
|
`MastodonapiHashtag` = leave blank for all posts; or filter with #hashtag
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue