This repository was archived by the owner on Jun 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Instagram Highlights
Omri Bornstein edited this page Sep 15, 2019
·
3 revisions
Command for scraping Instagram highlight files.
- Run
$ scr login --instagram. - Type your Instagram username in the
username:input. - Type your Instagram password in the
password:input. - Wait until
> Log-in successful.is printed.
$ scr highlight HIGHLIGHT ITEM
-
-h,--headless: Toggle for background scraping.
- The user puts Instagram credentials ahead of highlight scraping.
- The Chromium bot will remember the credentials entered the login form of the selected social network.
- The user specifies the social network and the desired post ID.
- The Chromium bot browser is opened.
- Puppeteer navigates to the highlight.
- Puppeteer loads all available files and their URLs.
- The CLI downloads the files to the current codebase directory.
- The bot browser is closed.
- The command is terminated by the Node.js runtime.