An Electron application with Vue using Instagram Private API to perform account functionalities
Uses third-party library to handle Instagram login, obtaining cookie, saving and utilizing for automating different functions
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux