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 20ca829

Browse files
Made required changes
1 parent 414d485 commit 20ca829

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Instagram Liker Bot/Instagram_Liker_Bot.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
time.sleep(10)
1010

1111
username=chrome.find_element_by_xpath('//*[@id="loginForm"]/div/div[1]/div/label/input')
12-
username.send_keys(input()) #enter username
12+
username.send_keys(input("Enter your username: ")) #enter username
13+
print("Enter your Password: ")
1314
password= chrome.find_element_by_xpath('//*[@id="loginForm"]/div/div[2]/div/label/input')
1415
pswd=getpass()
1516
password.send_keys(pswd)
@@ -18,7 +19,7 @@
1819
time.sleep(10)
1920

2021
search_bar= chrome.find_element_by_xpath('//*[@id="react-root"]/section/nav/div[2]/div/div/div[2]/input')
21-
search_bar.send_keys(input()) #enter the username to be searched
22+
search_bar.send_keys(input("Enter the username of the other person: ")) #enter the username to be searched
2223
time.sleep(7)
2324
search_bar.send_keys(Keys.ENTER)
2425
search_bar.send_keys(Keys.ENTER)

0 commit comments

Comments
(0)

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