Skip to content

engineeve/webscraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

webscraping

Some webscraping projects

Prerequisites

Selenium Library

You can install this from the terminal using pip:
$ pip install selenium
Or follow instruction to install manually here: http://www.seleniumhq.org/download/

BeautifulSoup Library

You can install this from the terminal using pip:
$ pip install beautifulsoup4
Or use other methods listed here: https://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-beautiful-soup

chromedriver

Download the latest version here: https://sites.google.com/a/chromium.org/chromedriver/downloads
This script is currently using ChromeDriver 2.28
It is important to add the executable file path to the script NOT the path to the folder

Useful documentation

About

Some webscraping projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published