Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve discoverability of instagram related bridges #3528

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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