Skip to content

Commit 829843a

Browse files
committed
final changes
1 parent fd8d784 commit 829843a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Instagram Follow- NotFollow/main.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,8 @@ def _get_names(self):
8080
return names
8181

8282

83-
# usr_name = input("Enter Username : ")
84-
# password = input("Enter Password : ")
85-
usr_name = "nidhi_vanjare"
86-
password = "Instanidhi1307"
87-
83+
usr_name = input("Enter Username : ")
84+
password = input("Enter Password : ")
8885

8986
my_bot = InstaBot(usr_name, password)
9087
my_bot.get_unfollowers()

0 commit comments

Comments
 (0)