Skip to content

Commit 431c631

Browse files
authored
Update Insta scarping Part -2.ipynb
1 parent 05e3b38 commit 431c631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Insta scarping Part -2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"outputs": [],
3737
"source": [
3838
"uname = wd(driver ,10).until(ec.element_to_be_clickable((By.XPATH, '//*[@id=\"loginForm\"]/div[1]/div[1]/div/label/input')))\n",
39-
"uname.send_keys('sriramanand23@gmail.com')\n",
39+
"uname.send_keys('YOUR MAIL ID OR USERNAME')\n",
4040
"\n",
4141
"pword = wd(driver, 10).until(ec.element_to_be_clickable((By.XPATH, '//*[@id=\"loginForm\"]/div[1]/div[2]/div/label/input')))\n",
42-
"pword.send_keys('STRANGER003')"
42+
"pword.send_keys('YOUR PASSWORD')"
4343
]
4444
},
4545
{

0 commit comments

Comments
 (0)