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: 7 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T19:41:42.000Z (over 5 years ago)
- Last Synced: 2025-01-15T06:49:06.473Z (9 months 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 buttonMIT
-----