Download pictures from Instagram profiles, using command line
A python tool to download pictures from Instagram
Use this tool to download any picture from Instagram, in the maximum possible resolution. Supports downloading multiple pictures. Paste the links into a text file and pass them into the command line.
Note: Python 2 is not supported
git clone https://github.com/amalrajan/py-instagram.git
cd py-instagram
python main.py [args]
usage: main.py [-h] [-o OUTPUT] type url
positional arguments:
type single / multiple
url url / path to text file
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT output destination
GNU General Public License v3.0