Skip to content

uttercm/referee-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

referee-scraper

For my own scraper of Ohio's referee assignments and adding them to Google Calendar.

Install

  1. Make sure python 3 is installed python3 --version
  2. Install dependencies pip3 install -r requirements.txt

Setup

  1. copy the login_info_sample.json and name the file login_info.json. Then edit that file for the credentials for your login to each website.

Running the application

python3 -m app

Arguments:

SITE For scraping one of the different websites. Defaults to ohio_south. Available options are ohio_south and mvysa.

Functionality

Parse through beautiful soup

We use beautiful soup to webscrape for games matching the configured name and adds games assigned to a linked Google Calendar. It then emails the configured to_email.

About

For my own scraper of Ohio's referee assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages