https://github.com/kartikeyvaish/instasave
Download Instagram Videos and Photos for free
https://github.com/kartikeyvaish/instasave
downloader igtv instagram-api instgram-downloader posts
Last synced: 10 months ago
JSON representation
Download Instagram Videos and Photos for free
- Host: GitHub
- URL: https://github.com/kartikeyvaish/instasave
- Owner: kartikeyvaish
- License: mit
- Created: 2021-03-31T12:13:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T19:13:48.000Z (about 4 years ago)
- Last Synced: 2025-04-02T00:34:48.902Z (about 1 year ago)
- Topics: downloader, igtv, instagram-api, instgram-downloader, posts
- Language: TypeScript
- Homepage: https://github.com/kartikeyvaish/InstaSave
- Size: 1.19 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# InstaSave
A React Native app to download Instagram Media for free
Link for the Android App - https://expo.dev/artifacts/eas/cWYcjfwEv7GTriP5vEkAJo.apk
## Features
- You can download images and videos from a post
- Support selective downloads
- Supports both images and videos downloads.
## ✨ App Preview
## Dark Mode Preview
## Development Setup
### Step 1: Install Node.js from the [Node.js official website](https://nodejs.org/en/).
During the developement process, I used node version `v16.13.0`. You can check your node version by running the following command:
```shell
node -v
```
### Step 2: Setup [React Native](https://reactnative.dev/docs/environment-setup) environment.
Follow the steps mentioned in the official documentation to setup the environment.
### Step 3: Install [Expo CLI](https://expo.dev/).
```shell
npm install -g expo-cli
```
### Step 3: Clone the repository
git clone https://github.com/kartikeyvaish/InstaSave.git
### Step 4: Install dependencies
cd InstaSave
expo install
### Step 5: Running the application
expo start