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 de7cabc

Browse files
Update Instagramcomment.py
1 parent 24ef084 commit de7cabc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Instagramcomment.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
browser.get('https://instagram.com/')
55
time.sleep(4) #/html/body/div[1]/section/main/article/div[2]/div[1]/div/form/div/div[1]/div/label/input
66
Username=browser.find_element_by_xpath("/html/body/div[1]/section/main/article/div[2]/div[1]/div/form/div/div[1]/div/label/input")
7-
Username.send_keys("akpythonyt")
7+
Username.send_keys("Username")
88
time.sleep(4)
99
password=browser.find_element_by_xpath("/html/body/div[1]/section/main/article/div[2]/div[1]/div/form/div/div[2]/div/label/input")
10-
password.send_keys("17mtcs01")
10+
password.send_keys("Password")
1111
password.submit()
1212
time.sleep(5)
1313
Notnow=browser.find_element_by_xpath("/html/body/div[1]/section/main/div/div/div/div/button")

0 commit comments

Comments
(0)

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