Alternative web front-end for Instagram. Demo available
https://ig.kaki87.net
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
lib | 7 months ago | |
src | 2 weeks ago | |
.gitignore | 9 months ago | |
README.md | 7 months ago | |
build.js | 8 months ago | |
package.json | 8 months ago | |
start.js | 9 months ago | |
yarn.lock | 8 months ago |
README.md
scraper-instagram-gui
Alternative web front-end for Instagram powered by scraper-instagram
in browser through scraper-instagram-api
.
Desktop version available at scraper-instagram-gui-desktop
.
![]() |
![]() |
---|---|
![]() |
![]() |
![]() |
![]() |
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 and for Firefox-based browsers).
After installing the extension, click on it, then click Edit Redirects.
Setup
Automated setup
Download this JSON file, 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 :