用于 instapy 自动化的 GUI
InstaPy GUI
Graphical User Interface for InstaPy Automation including some useful Analytics.
update.batsetup.batstartClient.bat To take off!bash update.shbash setup.shbash 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.txtpip3 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.pypython3 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.envIDENT=... to something newcurl 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.txtin the client after logged in with user: 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.
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
暂无开放 Issues,或尚未同步最近议题。