You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim is to list all the instagram handles that you follow, that don't follow you back. The implementation is purely done using selenium automation strategy.
3
+
4
+
### Libraries used:
5
+
*[Selenium](https://selenium-python.readthedocs.io/index.html) : A popular automation tool.
### **Chromedriver has to be installed before executing the program**
10
+
11
+
`>> pip3 install selenium`
12
+
13
+
`>> pip3 install webdriver-manager`
14
+
15
+
### **There is a file called `secrets.py` which contains username and password that has to be filled by the user in order to execute the program successfully.**
0 commit comments