From 06d86c040d8e7e556bd57ac5915ec5e06823b41d Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 21 Aug 2021 18:51:15 +0700 Subject: [PATCH] Remove instaloader as I keep it somewhere else --- Applications/Misc/Instaloader.md | 48 -------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 Applications/Misc/Instaloader.md diff --git a/Applications/Misc/Instaloader.md b/Applications/Misc/Instaloader.md deleted file mode 100644 index a2e7495..0000000 --- a/Applications/Misc/Instaloader.md +++ /dev/null @@ -1,48 +0,0 @@ -# [Instaloader](https://instaloader.github.io/) - -Should install Instaloader with Python venv: - -```sh -# Activate venv -python3 -m pip install instaloader -``` - -Create `args.txt`, remember to change `username` with your real username: - -```txt ---login=username ---sessionfile=./session ---no-video-thumbnails ---no-captions ---no-metadata-json ---fast-update -``` - -Download stories: - -```txt ---stories ---no-posts ---no-profile-pic -``` - -Download highlights: - -```txt ---highlights ---no-posts ---no-profile-pic -``` - -Create `targets.txt` - -```txt -targetname1 -targetname2 -``` - -Example how to run, remember to rename `???` to your actual filename config: - -```sh -python3 -m instaloader +args.txt +??? +targets.txt -```