Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhi5658/insta_followers
The code opens web browser and logins to instagram with credentials stored in 'secret.py'. Fetches the list of users that you follow and your followers and returns back the users which aren't following you back.
https://github.com/abhi5658/insta_followers
bot chrome chromedriver followers following insta insta-bot insta-scrape instagram instagram-bot selenium selenium-python selenium-webdriver unfollowers until users wait waituntil xpath
Last synced: 12 days ago
JSON representation
The code opens web browser and logins to instagram with credentials stored in 'secret.py'. Fetches the list of users that you follow and your followers and returns back the users which aren't following you back.
- Host: GitHub
- URL: https://github.com/abhi5658/insta_followers
- Owner: abhi5658
- Created: 2020-01-23T19:29:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T18:25:03.000Z (almost 5 years ago)
- Last Synced: 2024-11-13T12:44:52.360Z (2 months ago)
- Topics: bot, chrome, chromedriver, followers, following, insta, insta-bot, insta-scrape, instagram, instagram-bot, selenium, selenium-python, selenium-webdriver, unfollowers, until, users, wait, waituntil, xpath
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram get followers list
This code opens web browser and logins to instagram with credentials stored in 'secret.py'.
Fetches the list of users that you follow and your followers and returns back the users which aren't following you back.## Steps to build:
- Create virtual environment
- virtualenv -p python3 venv
- Activate environment
- venv\Source\activate
- Install selenium dependency in activated environment
- pip3 install selenium
- Download Chrome web driver for Windows x64
- https://chromedriver.chromium.org/downloads
- Place the unzipped .exe file in C:\Windows
- Run program inside activated environment
- python main.py### Skipped future commits for secrets.py using git cmd
- git update-index --skip-worktree < path-name >