Skip to content

Releases: JamminCoder/hockey-player-stats

Hockey Stats V1.0

05 Aug 19:37
6016d8a
Compare
Choose a tag to compare

This is the first functional version of the program. It has the options to get all of the stats at once,
or just the stats of players who's name start with a given letter.
The program stores the retrieved stats in alphabetically organized directories, and within those
directories text files with the name of the respective player.

The first thing you need to do before using this program is run get_all_links.py.
As the name suggests, it gets all of the links to player pages.
Then you can run either get_all_stats.py or get_players_of_letter.py.
get_all_stats.py gets all of the stats, get_players_of_letter.py only gets the stats of players who's name start with a given letter.

Hockey Stats

24 Jul 19:08
625315f
Compare
Choose a tag to compare

This is just so I can have the first version of the program backed up for ever.
This version is not functional.