InstagramBot-GUI-Python
Instagram Bot with Graphical user Interface & Multi tasking; fully written in Python
GUI developed with the help of Python module: PySide/PyQt
Python Version Support:-
For Windows Users
Python 3
Python 3.5.0
At first, Download "Microsoft Visual C++ 2015 Redistributable Update 3 RC" from https://www.microsoft.com/en-us/download/details.aspx?id=52685 and install vc_redist.x86.exe for 32bit or vc_redist.x64.exe for 64bit
Then Download Python from here : https://www.python.org/downloads/release/python-350/
Next, Upgrade PIP using below command:-
python -m pip install --upgrade pip
Then, download the Github Repoitory file from https://github.com/mediabots/InstagramBot-GUI-Python/archive/master.zip
Extract all the content of "InstagramBot-GUI-Python-master" Folder to Python main Directory.
At last, install requirements ::
For 32bit:
pip install -r ./requirements/Windows/Python3.5.0_x86.txt
For 64bit:
pip install -r ./requirements/Windows/Python3.5.0_x64.txt
Python 3.4.0
Download Python from here : https://www.python.org/downloads/release/python-340/
Next, Upgrade PIP using below command:-
python -m pip install --upgrade pip
Then, download the Github Repoitory file from https://github.com/mediabots/InstagramBot-GUI-Python/archive/master.zip
Extract all the content of "InstagramBot-GUI-Python-master" Folder to Python main Directory.
At last, install requirements ::
For 32bit:
.\scripts\pip.exe install -r ./requirements/Windows/Python3.4.0_x86.txt
For 64bit:
pip install -r ./requirements/Windows/Python3.4.0_x64.txt
Python 2
Python 2.7.8
Download Python from here : https://www.python.org/downloads/release/python-340/
Then Download and save get-pip.py from https://bootstrap.pypa.io/get-pip.py and move get-pip.py file into your Python27 directory and change your Terminsl current directory to Python27 & then run below coammnds:
python get-pip.py
it will install pip
Next, Upgrade PIP using below command:-
python -m pip install --upgrade pip
Then, download the Github Repoitory file from https://github.com/mediabots/InstagramBot-GUI-Python/archive/master.zip
Extract all the content of "InstagramBot-GUI-Python-master" Folder to Python main Directory.
For 32bit:
PySide through pip Or PyQt by via sourceforge.com
For 64bit:
PySide through pip (though it is giving dll missing error, but suprisingly it is still working) Or PyQt4 by via sourceforge.com
Other Dependent Python modules:-
requests,
Pillow,
emojis
External sites to download wheel(.whl) & executable(.exe) files for GUI Development:-
For PySide
Official wheel files for PySide: https://download.qt.io/official_releases/pyside/
Unofficial wheel files for PySide: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyside
For PyQt4
https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/ or https://sourceforge.net/projects/pyqt/files/PyQt4/ or https://www.riverbankcomputing.com/software/pyqt/download
How to Build & Run the App (Documentation)
Demo Video
[Tutorial] How to use Basic features of InstagramBot - part 1
[Tutorial] How to Handle Multiple Instagram Accounts on InstagramBot
[Tutorial] How to use "Download posts" & "Post Repost Images" Features
[Tutorial] How to use "Find Suitable Posts" & "Like/Unlike Post & Comments" Features
Video Coming Soon..