[docs] InstagramBridge: adapt bridge documentation to new documentation structure (#2538)

This commit is contained in:
Eugene Molotov 2022-03-26 00:07:18 +05:00 committed by GitHub
parent 4c947211d2
commit 364cc8d0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View File

@ -22,7 +22,7 @@ Supported sites/pages (examples)
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr
* `GoogleSearch` : Most recent results from Google Search
* `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances)
* `Instagram`: Most recent photos from an Instagram user (It is recommended to [configure](doc/bridges/InstagramBridge.rst) this bridge to work)
* `Instagram`: Most recent photos from an Instagram user (It is recommended to [configure](https://rss-bridge.github.io/rss-bridge/Bridge_Specific/Instagram.html) this bridge to work)
* `OpenClassrooms`: Lastest tutorials from [fr.openclassrooms.com](http://fr.openclassrooms.com/)
* `Pinterest`: Most recent photos from user or search
* `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/)

View File

@ -1,8 +1,7 @@
=================
InstagramBridge
=================
InstagramBridge
===============
To somehow bypass the `rate limiting issue <https://github.com/RSS-Bridge/rss-bridge/issues/1891>`_,
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.
Configuration
@ -30,17 +29,17 @@ It is NOT recommended to use your existing account that is used for common inter
- In the new frame open the "Headers" tab and scroll to "Request Headers"
- There will be a cookie param will lots of ``<key>=<value>;`` text. You need the value of the "sessionid" key. Copy it.
- There will be a cookie param will lots of `<key>=<value>;` text. You need the value of the "sessionid" key. Copy it.
2. Configuring RSS-Bridge
- In config.ini.php add following configuration:
.. code-block::
[InstagramBridge]
session_id = %sessionid from step 1%
cache_timeout = %cache timeout in seconds%
```
[InstagramBridge]
session_id = %sessionid from step 1%
cache_timeout = %cache timeout in seconds%
```
The bigger the cache_timeout value, the smaller the chance for RSS-Bridge to throw 429 errors.
Default cache_timeout is 3600 seconds (1 hour).