Want to code like Iron Man , You are at the right place , take a look at our channel
If you have any doubt then feel free to join our discord server and clarify your doubts
DISCORD: / discord previous video: • Web Scraping Instagram using Seleinum...
code available in github : https://github.com/MRMYSTERY003/Web-S...
how to setup VS Code for python programming: • How to Setup Python Environment in VS...
commands used in this video:
1. pip install selenium
2. pip install juypter notebook
3. jupyter notebook to run jupyter notebook
link for downloading chromedriver: https://chromedriver.chromium.org/dow...
IMPORT STATEMENTS:
from selenium import webdriver as wb
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support import expected_conditions as ec
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait as wd
import time
So, in this video we have seen what is webscarping, and how to install chromedriver for
selenium in our system ,how to install jupyter notbook ,then we have seen how to make automate logging in to instagram using python and selenuim
then we are going the access the search bar and send keys and hit enter using selenium
then scrolling down for getting more images and then accessing the images then getting the links of the images and then rectifing the links
So , in the next video we will see how to access the search bar and search for the hashtag
and click the first result
TIME STAMP:
00:00 prev video
01:15 recap
02:17 accessing search bar
06:03 pressing enter
09:31 scrolling down
15:02 accessing the links
16:55 getting links
20:25 rectifing links
so thank you for watching and make sure to hit that subscribe button and lets meet in the next video