Skip to content

supita/Pyladies-Python-Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLadies Python Web Scraping: Using BeautifulSoup and Selenium

About this talk

The code and presentation here were done for this PyLadies event. The scrapers developed are pretty basic and they are not intended to work for any meetup group.

The talk is meant to introduce programmers into the scraping data world using python, processing "static" pages with BeautifulSoup and requests, or dynamic pages using Selenium webdriver.

Requirements

As the talk is about BeautifulSoup, requests, and selenium, you'll need this packages.

You can either install them globally:

sudo pip install requests selenium beautifulsoup4

Or create a virtual enviroment in your folder for it:

sudo pip install virtualenv

Run the installation script:

./setup_virtualenv

And run your virtual enviroment:

source bin/activate

Some Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published