Hello everyone. I have coded a simple Python script to automate Unfollowing process on Instagram. Please go to my project via following GitHub link;
ozanyurtsever / instagram_unfollower
A Python script to unfollow users who you follow but they don’t follow you back on Instagram. Works with Selenium, without using Instagram API.
Instagram Unfollower
A Python script designed to unfollow users who you follow but they don’t follow you back. Works with Selenium, without using Instagram API.
How to Use it ?
You will run the program with main.py file, just open the code and change the username and password variables with your account’s infos. It’s best to have InstaUnfollower.py and main.py in the same directories.
Requirements
- Python 3.X on your device
- Python version of Selenium should be installed ( pip install selenium )
- Geckodriver should be installed ( https://github.com/mozilla/geckodriver/releases )
- geckodriver executable file should have been added on the PATH ( adding it on the PATH differs according to your OS)
- Firefox Browser should be installed.
Instagram Unfollower
A Python script designed to unfollow users who you follow but they don’t follow you back. Works with Selenium, without using Instagram API.
How to Use it ?
You will run the program with main.py file, just open the code and change the username and password variables with your account’s infos. It’s best to have InstaUnfollower.py and main.py in the same directories.
Requirements
Python 3.X on your device
Python version of Selenium should be installed ( pip install selenium )
Geckodriver should be installed ( https://github.com/mozilla/geckodriver/releases )
geckodriver executable file should have been added on the PATH ( adding it on the PATH differs according to your OS)
Firefox Browser should be installed.
暂无评论内容