InstaSave is a python script to download images, videos & profile pictures from Instagram without any API access.
Also Read – Pypykatz : Mimikatz Implementation In Pure Python
Features
Git Installation
#clone the repo
$ git clone https://github.com/sameera-madushan/InstaSave.git
#change the working directory to InstaSave
$ cd InstaSave
#install the requirements
$ pip3 install -r requirements.txt
Usage
python instasave.py
For your Attention
If you are downloading copyrighted content you should respect author’s rights and use the content either for personal purposes or for non-commercial needs with proper mention and authorization from the author.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…