A simple Instagram like bot that likes posts based on the hashtags you provide. Helps with getting back likes and gaining followers who share the same interests as you.
I've chosen to go with a minimalistic UI.
- Python 3.6 or higher
- PyQt5, for building/editing the UI
sudo apt-get install qt5-default
- Kivy, for devloping the GUI.
- Selenium, for web automation.
- webdriverdownloader, for downloading geckodriver for Firefox. You're free to use any browser, but you'll have to make the appropriate changes in
main.py
.
- Run
main.py
. - The UI will open up. Enter all the inputs. Rest assured, your password is safe.
- Click on the 'Submit' button and wait a few seconds.
- Sit back and watch how the bot goes.
- Help with building the Android app. The debug version has been put up as a release, but it crashes every time I try to load the app.
- Open up issues.
- Open up pull requests.
- Fix bugs in the code.
- Help with the documentation.