Graphical User Interface for InstaPy Automation including some useful Analytics.
update.bat
setup.bat
startClient.bat
To take off!bash update.sh
bash setup.sh
bash startClient.sh
To take off!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.
pip install -r requirements.txt
pip3
if you are on linux or mac.env
or instapy.env
with the following contentINSTAPY_USER=instapy.io_username
INSTAPY_PASSWORD=instapy.io_password
IDENT=choose_any_name_to_indentify_this_instance
python start.py
python3
if you are on linux or macpython3 -m pip uninstall instapy-chromedriver
python3 -m pip install --user instapy-chromedriver==2.36.post0
if this is not working try the following:
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
if you are on a different machine just follow the steps register a bot again.
.env
or instapy.env
IDENT=...
to something newcomplete guide to bot creation
full manual installation on windows 10 by @LexLinux
1-click installation on windows 10 by @HCWcoder
official instapy guide on udemy
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
./env/bin/python3 get-pip.py
.\env\Scripts\python.exe get-pip.py
./env/bin/pip3 install -r requirements.txt
.\env\Scripts\pip.exe install -r requirements.txt
in the client after logged in with user: <username>
you get the following error:
certificate verify failed: unable to get local issuer certificate
please have a look at this stack overflow post to resolve the issue.
Traceback (most recent call last):
File "start.py", line 175, in
TOKEN = get_token(username, password)
File "start.py", line 64, in get_token
print(f,"authenticate {username} to {url} ...")
NameError: global name 'f' is not defined
you need to use python version 3.6
or higher. the f-string format got implemented in that version.
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.
disclaimer: please note that this is a research project. i am by no means responsible for any usage of this tool. use on your own behalf. i am also not responsible if your accounts get banned due to extensive use of this tool.
we love lowercase