https://github.com/mudachyo/insta-downloader
Видео и фото загрузчик или репост для Instagram.
https://github.com/mudachyo/insta-downloader
Last synced: 10 months ago
JSON representation
Видео и фото загрузчик или репост для Instagram.
- Host: GitHub
- URL: https://github.com/mudachyo/insta-downloader
- Owner: mudachyo
- License: mit
- Created: 2019-05-18T18:33:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T18:35:56.000Z (about 7 years ago)
- Last Synced: 2024-11-14T11:41:31.787Z (over 1 year ago)
- Language: Java
- Size: 139 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- 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
Demo
-------------------------------------------------------------------------------------
MIT
-----