Not meant for commercial or spamming purposes, created for educational and learning purpose only.
- Run
pip install pyinstaller
to install Pyinstaller. - Run the following command to create a the build (.exe) :
pyinstaller ./main.py --onefile --icon=favicon.ico --add-binary "./driver/chromedriver.exe;./driver"
- This creates 2 directories namely build and dist.
- Go to dist and open main.exe.
- Clone the repo.
- Navigate to the cloned directory.
- Create a virtual environment, for the current project by running the following command
py -m venv env
. - Then install all the required libraries by running
pip install -r requirements.txt
. - Download and Extract the chromedriver.exe in the driver folder. Download from here depending on your OS.
- Add a credentials.py file, within it declare two variables with username_1 and password_1.
- Now run the main.py file using
python main.py
. - Following is the description of functions.
The functions of the bot are pretty straight-forward till now. This bot uses selenium to automate Google Chrome to perform it's tasks. The functions include:
- List of Followers
- List of Following
- List of Unfollowing
- List of Blue-Tick Following
- Unfollow the Unfollowers based on count.
- Retain information of the user handles unfollowed.
- Follow users based on count.
AI powered comments on images. (Help Needed)
Created with ❤️ by Tarun.