Skip to content

Commit

Permalink
docs: improve discoverability of instagram related bridges (#3528)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvong243f authored Jul 14, 2023
1 parent b9102d7 commit a234392
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/PicnobBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down
2 changes: 1 addition & 1 deletion bridges/PicukiBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down
2 changes: 2 additions & 0 deletions docs/10_Bridge_Specific/Instagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down

0 comments on commit a234392

Please sign in to comment.