Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 753f6f8

Browse files
docstring
1 parent 02a6c58 commit 753f6f8

File tree

1 file changed

+7
-0
lines changed
  • Instagram Follow- NotFollow

1 file changed

+7
-0
lines changed

‎Instagram Follow- NotFollow/main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77

88
class InstaBot:
9+
""" for login
10+
"""
11+
912
def __init__(self, username, pw):
1013
self.driver = webdriver.Chrome()
1114
self.username = username
@@ -31,6 +34,8 @@ def __init__(self, username, pw):
3134
sleep(1)
3235

3336
def get_unfollowers(self):
37+
""" names of unfollowers
38+
"""
3439
self.driver.find_element_by_xpath(
3540
"//a[contains(@href,'/{}')]".format(self.username)).click()
3641
sleep(2)
@@ -48,6 +53,8 @@ def get_unfollowers(self):
4853
print(notfollowingback)
4954

5055
def _get_names(self):
56+
""" names of unfollowers
57+
"""
5158

5259
sleep(2)
5360
scroll_box = self.driver.find_element_by_xpath(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /