Insta Downloader

Additional

Language
Java
Version
1.1 (Feb 5, 2018)
Created
Aug 21, 2017
Updated
Apr 2, 2020 (Retired)
Owner
Ican Bachors (bachors)
Contributor
Ican Bachors (bachors)
1
Activity
Badge
Generate
Download
Source code

Insta-Downloader

Simple Video & Photo Downloader or Repost for Instagram.

New

  • Supports downloading carousel media.

Usage

<< Access Token Generator >>

...

// config
InstaDownloader insta = new InstaDownloader(this);
insta.setAccessToken("Instagram API Access Token");
insta.setDir("/download");

// get video or photo by url
insta.get("https://www.instagram.com/p/xxx");

Step by step

  • Open the InstaDownloader app
  • Open the Instagram app
  • Click on the Copy Share URL menu
  • Click the download or repost button

MIT