Skip to content

A web scraper I wrote which scrapes the list of companies and the information about them from the Velocity website using BeautifulSoup and requests libraries

Notifications You must be signed in to change notification settings

yugkhanna/UW-Velocity-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW-Velocity-Scraper

A web scraper I wrote which scrapes the list of companies and the information about them from the UWaterloo Velocity website using BeautifulSoup and requests libraries and exports the data to a csv file.

This is a script I wrote to minimize the time required to collect data manually during work.


Environment Setup

$ pip3 install requests

$ pip3 install beautifulsoup4


Usage

python3 scraper.py

About

A web scraper I wrote which scrapes the list of companies and the information about them from the Velocity website using BeautifulSoup and requests libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published