Skip to content

ialexd9/instapy-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaPy GUI

Graphical User Interface for InstaPy Automation including some useful Analytics.

installation

requirements

register a bot

windows-1-click-install

  • download update.bat and save it
    • you can copy your old assets folder into this folder aswell to reuse your database / cookies / etc.
  • double-click update.bat
  • double-click setup.bat
    • answer all the questions
  • double-click startClient.bat To take off!

linux/mac-1-click-install

  • download update.sh and save it
    • you can copy your old assets folder into this folder aswell to reuse your database / cookies / etc.
  • execute bash update.sh
  • execute bash setup.sh
    • answer all the questions
  • execute bash startClient.sh To take off!

docker

create a file named instapy.env with the following content:

INSTAPY_USER=instapy.io_username
INSTAPY_PASSWORD=instapy.io_password
IDENT=choose_any_name_to_indentify_this_instance

execute the following command:

sudo docker run -d --env-file instapy.env --name instapyclient felixbreuer/instapy-client

remember that you can only run docker clients in headless mode.

step-by-step guide

  • download all files here and save them to a folder on your system
    • you can copy your old assets folder into this folder aswell to reuse your database / cookies / etc.
  • navigate to the folder in the console
  • you should create a new python virtual environment because we use a modified InstaPy version
  • run pip install -r requirements.txt
    • use pip3 if you are on linux or mac
  • create a file named .env or instapy.env with the following content
INSTAPY_USER=instapy.io_username
INSTAPY_PASSWORD=instapy.io_password
IDENT=choose_any_name_to_indentify_this_instance
  • run python start.py
    • use python3 if you are on linux or mac
  • go to instapy.io and take off!
adjustments for raspberry pi
  • activate the virtual enviroment
  • run following commands in the console
python3 -m pip uninstall instapy-chromedriver
python3 -m pip install --user instapy-chromedriver==2.36.post0

if this is not working try the following:

  • cd into instpay-client folder
mkdir assets && cd assets
wget https://github.com/electron/electron/releases/download/v3.0.0-beta.5/chromedriver-v3.0.0-beta.5-linux-armv7l.zip
unzip chromedriver-v3.0.0-beta.5-linux-armv7l.zip
chmod 755 chromedriver
chmod +x chromedriver
sudo apt-get remove chromium

register more bots

if you are on a different machine just follow the steps register a bot again.

  • copy the whole client folder to a different folder
  • edit .env or instapy.env
    • change IDENT=... to something new
  • start the new client
  • in the start panel of instapy.io you now have 2 bots in the select bot dropdown menu

guides

video tutorials

full manual installation on windows 10 by @LexLinux
1-click installation on windows 10 by @HCWcoder
official instapy guide on udemy

screenshots

templates
start

roadmap

  • edit name / description of template and setting
  • copy template and setting from an existing one
  • scheduler
  • change account info
  • forgot password
  • analytics

support

do you need help ?

if you should encounter any issue, please first search for similar issues and only if you can't find any, create a new issue or use the discord channel for help.

discord

do you want to support us ?


we love lowercase

About

GUI for InstaPy automation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.1%
  • Python 23.0%
  • CSS 4.0%
  • Batchfile 1.7%
  • Shell 1.0%
  • Dockerfile 0.7%
  • HTML 0.5%