/instafvck-js

Primary LanguageJavaScript


Instafvck-js

An javascript project to download media for instagram
Explore the docs »

Table of Contents
  1. Caution
  2. About The Project
  3. Set Cookie
  4. Getting Started
  5. Testing Environment
  6. Notes

Caution

Avoid Account Suspension

Please be aware of the following risk before proceeding!

This Bulk Downloader tool is designed to facilitate bulk downloads from various sources. However, there's an inherent risk associated with any tool that interacts with external websites, as it might trigger automated security mechanisms, including account suspension or IP blocking.
I am not responsible if your Instagram account gets suspended
Do you with own risk

About The Project

About

This project is about developing tools for bulk downloading using Node.js. This tool is designed to provide an efficient solution for downloading a large number of files at once.

(back to top)

Built With

JavaScript

(back to top)

Set Cookie

  1. Install at yout broswer https://chrome.google.com/webstore/detail/copy-cookies/jcbpglbplpblnagieibnemmkiamekcdg?hl=id
  2. Open https://instagram.com and copy the cookies using this extension (I recommend not using your main Instagram account)
  3. Make file with name cookies.js at src/utils with template at cookies.example dont forget to uncomment the code
  4. Edit variable cookies with your cookies obtained from step 2

(back to top)

Getting Started

  1. Make sure you have the latest Node.js installed. (I'm using node js 19.9.0)
  2. Clone this repository to your machine.
  3. Install the dependencies
  • npm
    npm install

(back to top)

HOW TO RUN

  1. Run this project at locally
npm start

or

node index

and follow the instruction

(back to top)

Testing Environment

We have rigorously tested the Bulk Downloader in the following environment to ensure its functionality and reliability: savedLocation

  • Operating System: Xubuntu 22.04.2 LTS x86_64
  • Node.js Version: 19.9.0

During our testing, we downloaded a diverse range of files from different sources to simulate real-world scenarios. The tool performed efficiently and as expected, meeting our requirements for bulk downloads.

Please note that while we have conducted extensive testing, variations in environments and network conditions may affect performance and results. We recommend testing the tool in your own environment before conducting large-scale downloads.

By using the Bulk Downloader in your environment, you acknowledge that the tool's performance may vary based on factors such as operating system, network speed, and server responsiveness.

(back to top)

Notes

The file will saved at
pathtothis/tmp savedLocation

(back to top)