Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.7 KB

Electron Instagram App

An Electron application with Vue using Instagram Private API to perform account functionalities

electron_ALgA2zMTgc electron_a3uiOtJizo electron_hOTP494vEd electron_JWXHmEE1CZ electron_LP7a6CxPQ8 electron_xmRL88rCD8 electron_Ud0F95GkU1

Uses third-party library to handle Instagram login, obtaining cookie, saving and utilizing for automating different functions

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux