- download all images
- download all videos
- download all thumbnails
- simple profile viewer
note: all content are saved with unique string names.
git clone https://github.com/motebaya/Picuki
cd Picuki
python -m pip install requirements.txt
python main.py
-u
,--username
: spesific instagram username-i
,--images
: only download all images-v
,--videos
: only download all videos-t
,--thumbnails
: only download all thumbnails-a
,--all
: download all media post from profile-V
,--verbose
: enable debug mode
output download saved in ./<username>/<images/videos/thumbnails>
- Set multiple arg for multiple choice e.g:
python main.py -u johndoe -i -v
This project is licensed under the MIT License.