2020-02-08 04:51:32 +00:00
|
|
|
# Use Instaloader
|
|
|
|
|
|
|
|
[Instaloader](https://instaloader.github.io/) is a tool for download Instagram photos, videos, ...
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Install Instaloader with Python venv.
|
|
|
|
|
2020-02-10 05:36:26 +00:00
|
|
|
Create `args.txt` file with content, remember to change `username` with your real username:
|
2020-02-08 04:51:32 +00:00
|
|
|
|
|
|
|
```txt
|
|
|
|
--no-video-thumbnails
|
|
|
|
--no-captions
|
|
|
|
--no-metadata-json
|
|
|
|
--fast-update
|
|
|
|
--login=username
|
|
|
|
--sessionfile=./session
|
|
|
|
```
|
|
|
|
|
|
|
|
Then run, remeber to change `targetname1`, `targetname2`, ... to your target:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
instaloader +args.txt targetname1 targetname2
|
|
|
|
```
|