This is a shell script to record and print premier league table.
- First, run premierleague.sh to creat file to restore the game results.
- Then,record game results with round.sh.
- Use table.sh to print the final premier league table. plsolution.py is a python script to print pltable, this script is from someone else on github, sorry to forget whose.
- Usage: python plsolution.py plresult.txt. plresult.txt is the game results line by line with the following format: clubhome goalscored,clubaway goalscored, which could be generated from the round.sh (line 36).
- python 163_bs4.py and python pl_bs4_html.py to get pltable from website.