Skip to content
/ jags Public

Scrapes the Jaguars' roster from their official website and creates a CSV

License

Notifications You must be signed in to change notification settings

hoop33/jags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jags

Scrapes the Jaguars' roster from the official website and creates a CSV

Installation

$ go get github.com/hoop33/jags

Usage

$ jags

Credits

Disclaimers

  • It works as of May 16, 2018
  • It scrapes https://www.jaguars.com/team/players-roster/
  • It's vulnerable to a MITM attack (TLS verification is turned off) because reasons
  • Fields aren't surrounded by quotes, so a comma in a value could throw things off (I could surround with quotes, and then escape embedded quotes, and then . . .)

License

Copyright © 2018 Rob Warner

Licensed under the MIT License

About

Scrapes the Jaguars' roster from their official website and creates a CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages