mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
[docs] InstagramBridge: adapt bridge documentation to new documentation structure (#2538)
This commit is contained in:
@@ -22,7 +22,7 @@ Supported sites/pages (examples)
|
|||||||
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr
|
* `FlickrExplore` : [Latest interesting images](http://www.flickr.com/explore) from Flickr
|
||||||
* `GoogleSearch` : Most recent results from Google Search
|
* `GoogleSearch` : Most recent results from Google Search
|
||||||
* `Identi.ca` : Identica user timeline (Should be compatible with other Pump.io instances)
|
* `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/)
|
* `OpenClassrooms`: Lastest tutorials from [fr.openclassrooms.com](http://fr.openclassrooms.com/)
|
||||||
* `Pinterest`: Most recent photos from user or search
|
* `Pinterest`: Most recent photos from user or search
|
||||||
* `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/)
|
* `ScmbBridge`: Newest stories from [secouchermoinsbete.fr](http://secouchermoinsbete.fr/)
|
||||||
|
@@ -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.
|
it is suggested to deploy a private RSS-Bridge instance that uses a working Instagram account.
|
||||||
|
|
||||||
Configuration
|
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"
|
- 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
|
2. Configuring RSS-Bridge
|
||||||
|
|
||||||
- In config.ini.php add following configuration:
|
- In config.ini.php add following configuration:
|
||||||
|
|
||||||
.. code-block::
|
```
|
||||||
|
[InstagramBridge]
|
||||||
[InstagramBridge]
|
session_id = %sessionid from step 1%
|
||||||
session_id = %sessionid from step 1%
|
cache_timeout = %cache timeout in seconds%
|
||||||
cache_timeout = %cache timeout in seconds%
|
```
|
||||||
|
|
||||||
The bigger the cache_timeout value, the smaller the chance for RSS-Bridge to throw 429 errors.
|
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).
|
Default cache_timeout is 3600 seconds (1 hour).
|
Reference in New Issue
Block a user