use instaloader

main
Tran Hau 2020-02-08 11:51:32 +07:00
parent 764d27e167
commit 3a10019391
1 changed files with 24 additions and 0 deletions

24
use-instaloader.md Normal file
View File

@ -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
```