This is a scraper that runs on Morph. To get started see the documentation.
This scraper downloads the current table of the English Football Premier League and stores it in a database. The data is then accessed via a JSON API for sonification with libPd.
The table is output as an array with each team being an object with the following format:
{
pos: <integer, position 1-20>,
team: <string, team name>,
pts: <integer, points>,
gf: <integer, goals for>,
ga: <integer, goals against>,
gd: <integer, goal difference>
}
To download data sign in with GitHub
rows 10 / 20
pos | ga | gf | gd | pts | team |
---|---|---|---|---|---|
1
|
24
|
96
|
72
|
90
|
Manchester City
|
2
|
25
|
91
|
66
|
89
|
Liverpool
|
3
|
31
|
73
|
42
|
70
|
Chelsea
|
4
|
40
|
64
|
24
|
68
|
Tottenham Hotspur
|
5
|
47
|
56
|
9
|
66
|
Arsenal
|
6
|
56
|
57
|
1
|
58
|
Manchester United
|
7
|
48
|
59
|
11
|
56
|
West Ham United
|
8
|
40
|
37
|
-3
|
51
|
Wolverhampton Wanderers
|
9
|
57
|
57
|
0
|
48
|
Leicester City
|
10
|
43
|
39
|
-4
|
48
|
Brighton and Hove Albion
|
Average successful run time: 2 minutes
Total run time: about 1 month
Total cpu time used: 22 minutes
Total disk space used: 28.1 KB