Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 >