📝 Update README

master
KaKi87 2022-10-30 12:48:28 +01:00
parent 295338b111
commit 9aa076c6c9
1 changed files with 26 additions and 1 deletions

View File

@ -7,4 +7,29 @@ Desktop version available at [`scraper-instagram-gui-desktop`](https://git.kaki8
| ![](https://media.discordapp.net/attachments/723185786794803252/1020326371525935114/screenshot-localhost_5173-2022.09.16-15_19_16.png) | ![](https://cdn.discordapp.com/attachments/557458819463118861/1030859759773044746/Screenshot_from_2022-10-15_17-07-10.png) |
|----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| ![](https://cdn.discordapp.com/attachments/557458819463118861/1031216308043391026/screenshot-localhost_5173-2022.10.16-16_44_34.png) | ![](https://cdn.discordapp.com/attachments/557458819463118861/1031217329272533025/Screenshot_from_2022-10-16_16-47-17.png) |
| ![](https://cdn.discordapp.com/attachments/723185786794803252/1035988125924724848/Screenshot_from_2022-10-29_17-37-46.png) | ![](https://cdn.discordapp.com/attachments/723185786794803252/1035990112485523496/Screenshot_from_2022-10-29_20-53-57.png) |
| ![](https://cdn.discordapp.com/attachments/723185786794803252/1035988125924724848/Screenshot_from_2022-10-29_17-37-46.png) | ![](https://cdn.discordapp.com/attachments/723185786794803252/1035990112485523496/Screenshot_from_2022-10-29_20-53-57.png) |
## Automatically redirect from Instagram
The app handles Instagram routes (e.g. `/p/{shortcode}`, `/{username}`) so it is possible to directly redirect `instagram.com` to `ig.kaki87.net` for example, using the Redirector extension ([for Chromium-based browsers](https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd) and [for Firefox-based browsers](https://addons.mozilla.org/fr/firefox/addon/redirector/)).
After installing the extension, click on it, then click *Edit Redirects*.
### Setup
#### Automated setup
[Download this JSON file](https://cdn.discordapp.com/attachments/723185786794803252/1036241349831315456/Redirector_scraper-instagram-gui.json), click *Import* then select it.
#### Manual setup
Click *Create new redirect* then fill in the following specifications :
- Include pattern : `https:\/\/(?:www\.)?instagram\.com\/(.+)`
- Redirect to : `https://ig.kaki87.net/$1`
- Pattern type : `Regular Expression`
### Conclusion
In the end, the result should look like the following :
![](https://cdn.discordapp.com/attachments/723185786794803252/1036241506962518036/Screenshot_from_2022-10-30_12-17-19.png)