Skip to content

Instantly share code, notes, and snippets.

@gitdagray
Created February 18, 2018 17:29
Show Gist options
  • Save gitdagray/25928f88baa4cfaf90b5b1d56d51c3a7 to your computer and use it in GitHub Desktop.
Save gitdagray/25928f88baa4cfaf90b5b1d56d51c3a7 to your computer and use it in GitHub Desktop.
Python importing Selenium, Beautiful Soup, RegEx, and pandas.
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from bs4 import BeautifulSoup
import re
import pandas as pd
import os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment