docs: improve discoverability of instagram related bridges (#3528)

This commit is contained in:
alexvong243f 2023-07-14 03:15:49 +00:00 committed by GitHub
parent b9102d7e87
commit a234392f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class PicnobBridge extends BridgeAbstract
const NAME = 'Picnob Bridge';
const URI = 'https://www.picnob.com/';
const CACHE_TIMEOUT = 3600; // 1h
const DESCRIPTION = 'Returns Picnob posts by user or by hashtag';
const DESCRIPTION = 'Returns Picnob (Instagram viewer) posts by user or by hashtag';
const PARAMETERS = [
'Username' => [

View File

@ -6,7 +6,7 @@ class PicukiBridge extends BridgeAbstract
const NAME = 'Picuki Bridge';
const URI = 'https://www.picuki.com/';
const CACHE_TIMEOUT = 3600; // 1h
const DESCRIPTION = 'Returns Picuki posts by user and by hashtag';
const DESCRIPTION = 'Returns Picuki (Instagram viewer) posts by user and by hashtag';
const PARAMETERS = [
'Username' => [

View File

@ -4,6 +4,8 @@ InstagramBridge
To somehow bypass the [rate limiting issue](https://github.com/RSS-Bridge/rss-bridge/issues/1891)
it is suggested to deploy a private RSS-Bridge instance that uses a working Instagram account.
**NOTE**: There exists alternative bridges (e.g. PicukiBridge and PicnobBridge) for viewing posts without a working account.
Configuration
-------------