til/Applications/instaloader.md

40 lines
656 B
Markdown
Raw Normal View History

2020-05-08 18:58:04 +00:00
# [Instaloader](https://instaloader.github.io/)
2020-02-08 04:51:32 +00:00
2020-05-08 18:58:04 +00:00
Should install Instaloader with Python venv.
2020-02-08 04:51:32 +00:00
2020-05-08 18:58:04 +00:00
Create `args.txt`, remember to change `username` with your real username:
2020-02-08 04:51:32 +00:00
```txt
2020-04-18 20:21:04 +00:00
--login=username
--sessionfile=./session
2020-02-08 04:51:32 +00:00
--no-video-thumbnails
--no-captions
--no-metadata-json
2020-04-18 20:21:04 +00:00
```
For downloading posts, add to `args.txt`:
```txt
2020-02-08 04:51:32 +00:00
--fast-update
2020-04-18 20:21:04 +00:00
```
For downloading only stories, add to `args.txt`:
```txt
--stories
--no-posts
```
For downloading only hightlights, add to `args.txt`:
```txt
--highlights
--no-posts
2020-02-08 04:51:32 +00:00
```
2020-05-08 18:58:04 +00:00
Then run, remember to change `targetname1`, `targetname2`, ... to your target:
2020-02-08 04:51:32 +00:00
```sh
instaloader +args.txt targetname1 targetname2
```