https://github.com/ahmadchen/insta-downloader
Video & Photo Downloader or Repost for Instagram.
https://github.com/ahmadchen/insta-downloader
aplikasi app developer-tools development downloader followers instagram instagramtools like share tools
Last synced: 25 days ago
JSON representation
Video & Photo Downloader or Repost for Instagram.
- Host: GitHub
- URL: https://github.com/ahmadchen/insta-downloader
- Owner: ahmadchen
- License: mit
- Created: 2020-04-06T19:23:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T19:41:42.000Z (about 6 years ago)
- Last Synced: 2025-03-04T20:43:36.869Z (over 1 year ago)
- Topics: aplikasi, app, developer-tools, development, downloader, followers, instagram, instagramtools, like, share, tools
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Insta-Downloader
[](https://android-arsenal.com/details/1/6088)
Simple Video & Photo Downloader or Repost for Instagram.
New
-----
- Supports downloading carousel media.

Usage
-----
<< Access Token Generator >>
```java
...
// 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
-----