Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryann254/instagram-unfollowers-bot
A python script that scrapes Instagram and prints out a list of everyone who doesn't follow you back
https://github.com/ryann254/instagram-unfollowers-bot
bot instagram python selenium
Last synced: about 1 month ago
JSON representation
A python script that scrapes Instagram and prints out a list of everyone who doesn't follow you back
- Host: GitHub
- URL: https://github.com/ryann254/instagram-unfollowers-bot
- Owner: ryann254
- Created: 2020-08-10T09:28:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T09:49:23.000Z (over 4 years ago)
- Last Synced: 2024-11-12T06:32:44.600Z (3 months ago)
- Topics: bot, instagram, python, selenium
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram-Unfollowers-bot
Incase your want to use this project just git clone it to your local computer.
Open it in pycharm or vscode and make sure all the necessary dependencies are installed e.g. this project needs
selenium to work so make sure you 'pip install selenium'.
Also make sure you download the chrome webdriver, here's a helpful link on where to get it...https://chromedriver.chromium.org/downloads.
When you're done with that insert your instagram username on the line that I've named username(line 67).
Then go into the secrets.py and insert your password# Caution
When uploading it to your github account remember to remove your instagram username and password for security purposes.