Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadudin/electron-instaPy-GUI
Graphic user interface for https://github.com/timgrossmann/InstaPy
https://github.com/ahmadudin/electron-instaPy-GUI
Last synced: 15 days ago
JSON representation
Graphic user interface for https://github.com/timgrossmann/InstaPy
- Host: GitHub
- URL: https://github.com/ahmadudin/electron-instaPy-GUI
- Owner: ahmadudin
- License: mit
- Created: 2017-09-27T04:39:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T09:33:06.000Z (about 4 years ago)
- Last Synced: 2024-08-01T02:31:53.806Z (3 months ago)
- Language: HTML
- Size: 1.5 MB
- Stars: 267
- Watchers: 33
- Forks: 64
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note:** This project is deprecated and should not be used anymore. Please refer to and use the [updated and new official InstaPy GUI](https://github.com/breuerfelix/instapy-gui)!
# InstaPy-GUI
[![Version](https://img.shields.io/badge/version-0.5.0-green.svg)](#)
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/)
[![built with Electron](https://img.shields.io/badge/built%20with-Electron-blue.svg)](https://github.com/SeleniumHQ/selenium)
[![built with Python3](https://img.shields.io/badge/built%20with-Semantic--UI-lightgrey.svg)](https://www.semantic-ui.com/)InstaPy-GUI is script generator tool based on [Electron](http://electron.atom.io/) to simplify the use of [InstaPy](https://github.com/timgrossmann/InstaPy).
![image_1]()
![image_2]()
InstaPy-GUI shows message logged by script including error and traceback.## Installation
You can download the right installer for your platform from this [archive](https://github.com/ahmadudin/electron-instaPy-GUI/releases).## Usage
* Open the app
* Make sure you set the right path to InstaPy root directory
* The app can ran only if Username, Password, and one activity selected## Development
```bash
$ npm install
$ npm start
```## Build package
```bash
$ npm run dist
```## License
MIT License