/MEDLaunch-Webscrapers

Set of webscrapers used to populate the MEDLaunch database with pre-med/pre-health opportunities for high school and college-aged students.

Primary LanguageHTML

theprojectmed.org

medlaunch.vercel.app

These are a set of webscrapers for various websites that provide listings of pre-med/pre-healthcare opportunities primarily for high school and college-aged students. These scrapers were built to populate ProjectMED's MEDLaunch database. List of scrapers:

Reqs:

You should probably set up a python virtual env install these

  • requests python -m pip install requests
  • beautiful soup python -m pip install beautifulsoup4
  • selenium

Setup:

git clone { url }
cd *into the medlaunch-webscrapers folder*
*if using virtual env* Scripts/activate

Running webscrapers

Scrapers are named XXXScraper.py. XXXSite.html stores the output from running XXXScraper.py.

python XXXScraper.py > XXXSite.html