mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-16 13:50:01 +01:00
docs: improve discoverability of instagram related bridges (#3528)
This commit is contained in:
parent
b9102d7e87
commit
a234392f80
@ -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' => [
|
||||
|
@ -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' => [
|
||||
|
@ -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
|
||||
-------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user