Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

peloyeje/map536-rugby-data-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rugby data scraper

This repository provides Scrapy spiders to crawl rugby match/team/players data from the espnscrum.com

Installation and usage

$ pip install -r requirements
$ cd scraper
$ scrapy crawl espn

The scraper stores scraped data into a SQLite database in /tmp/

Available data

  • Matches
    • Infos (teams, ground, date)
    • Basic statistics (tries, conversions, penalties, drops)
    • Extended statistics (kicks, mauls, etc.)
  • Players
    • Basic info (name, birth date, height, weight)
    • Basic statistics per match (tries, conversions, penalties, drops)
    • Extended statistics (meters run, tackles, etc.)
  • Game events (match, team, player, time, type)

Authors

  • Jean-Eudes Peloye
  • Antoine Redier

About

A Scrapy spider for the ESPN statsguru rugby website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages