andr3w321

Results 23 comments of andr3w321

Here's the script I'm using. Hopefully @BurntSushi finds the time for a permanent fix soon! ``` psql -U nfldb nfldb -c "INSERT into team values('JAX','Jacksonville', 'Jaguars');" nfldb-update psql -U nfldb...

This should definitely be doable. Just run https://github.com/BurntSushi/nfldb/blob/master/scripts/nfldb-update periodically and then hook up your java app to the postgresql database.

Is this working for anyone? Just tried to use for the first time ``` $ .local/bin/nflvid-footage --dry-run --season 2014 --teams NE -- ~/nfl-footage/ No games matched your search criteria. ```