Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphka/instagram-downloader
Download Instagram posts, stories, highlights and more.
https://github.com/alphka/instagram-downloader
cli date downloader instagram lastmodified lastmodifiedtime metadata sharp
Last synced: about 7 hours ago
JSON representation
Download Instagram posts, stories, highlights and more.
- Host: GitHub
- URL: https://github.com/alphka/instagram-downloader
- Owner: Alphka
- License: isc
- Created: 2023-07-31T11:40:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T22:15:23.000Z (6 months ago)
- Last Synced: 2024-05-18T23:23:02.286Z (6 months ago)
- Topics: cli, date, downloader, instagram, lastmodified, lastmodifiedtime, metadata, sharp
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Instagram Downloader
### Description
A program written in JavaScript to download images and videos from Instagram.
### Usage
```
instadl [options] username
instadl [options] username1 username2
```
### Supported options
```
Usage: instadl [options]Arguments:
string UsernamesOptions:
-v, --version Display program version
-o, --output [path] Output directory
-f, --force Force creation of output directory
-q, --queue Set how many items to get from Instagram API (default: 12)
-l, --limit Set how many items to download in total
-ns, --no-stories Disable stories download
-nt, --no-timeline Disable timeline download
-nh, --no-highlights Disable highlights download
-nhc, --no-hcover Disable highlights' cover download
-h, --help Display help
```
### Installation
```
npm install
npm link
```> [!NOTE]
> Before executing the CLI program, copy the contents of the file `.env.example` to a new file named `.env` and
> fill all the environment variables there with your account credentials that are stored in the browser's cookies.
> This program will not work without authentication.### License
[ISC](LICENSE.md) © 2023 Kayo Souza