Skip to content

Instantly share code, notes, and snippets.

@devamitranjan
Created December 12, 2020 18:44
Show Gist options
  • Save devamitranjan/2655c8a017a3fde31e7c5010adb8cd6f to your computer and use it in GitHub Desktop.
Save devamitranjan/2655c8a017a3fde31e7c5010adb8cd6f to your computer and use it in GitHub Desktop.
Importing Libraries of Selenium which will be needed to perform scrapping of youtube comments
import time
from selenium import webdriver
from selenium.webdriver import Chrome
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment