use instaloader
parent
764d27e167
commit
3a10019391
|
@ -0,0 +1,24 @@
|
||||||
|
# Use Instaloader
|
||||||
|
|
||||||
|
[Instaloader](https://instaloader.github.io/) is a tool for download Instagram photos, videos, ...
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Install Instaloader with Python venv.
|
||||||
|
|
||||||
|
Create `argx.txt` file with content, remember to change `username` with your real username:
|
||||||
|
|
||||||
|
```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
|
||||||
|
```
|
Loading…
Reference in New Issue