Last active
August 29, 2015 14:01
-
-
Save Arsenalist/1a9d48083910fb1411ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zarar@zarar-ubuntu64:~/test$ ls | |
sports-scraper.zip | |
zarar@zarar-ubuntu64:~/test$ unzip sports-scraper.zip | |
Archive: sports-scraper.zip | |
creating: sports-scraper/ | |
creating: sports-scraper/lib/ | |
inflating: sports-scraper/lib/sports-scraper.jar | |
inflating: sports-scraper/lib/jsoup-1.7.2.jar | |
inflating: sports-scraper/lib/commons-lang3-3.3.2.jar | |
creating: sports-scraper/bin/ | |
inflating: sports-scraper/bin/sports-scraper | |
inflating: sports-scraper/bin/sports-scraper.bat | |
zarar@zarar-ubuntu64:~/test$ ./sports-scraper/bin/sports-scraper 20140512 | |
Game IDs to process: [400556277, 400556337] | |
Successfully processed 400556277 | |
Successfully processed 400556337 | |
zarar@zarar-ubuntu64:~/test$ ls | |
playbyplay_20140512 sports-scraper sports-scraper.zip | |
zarar@zarar-ubuntu64:~/test$ ls playbyplay_20140512/ | |
BROOKLYN_20140512.csv PORTLAND_20140512.csv | |
zarar@zarar-ubuntu64:~/test$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment