-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
96 lines (64 loc) · 2.04 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
start:
python manage.py runserver
user:
python manage.py createsuperuser
data:
python manage.py add_games --fresh_data True
wnba:
python manage.py add_games --fresh_data False --league wnba
pwhl:
python manage.py add_games --fresh_data False --league pwhl
nwsl:
python manage.py add_games --fresh_data False --league nwsl
fifa:
python manage.py add_games --fresh_data False --league fifa
us_soccer:
python manage.py add_games --fresh_data False --league us_soccer
au:
python manage.py add_games --fresh_data False --league au
au_scrape:
python manage.py au_scrape
ncaa_scrape:
python manage.py ncaa_scrape --dry_run False
ncaa_vball_scrape:
python manage.py ncaa_volleyball_scrape --dry_run False
ncaa_data:
python manage.py ncaa_data
ncaa_vball_data:
python manage.py ncaa_volleyball_data
ncaa:
python manage.py add_games --fresh_data False --league ncaa
ncaa_vball:
python manage.py add_games --fresh_data False --league ncaa_vball
unrivaled:
python manage.py add_games --fresh_data False --league unrivaled
clean:
python manage.py clean_games --all_games False
clean_teams:
python manage.py clean_teams
really_clean:
python manage.py clean_games --all_games True --all_models True
clean_fifa:
python manage.py clean_games --all_games True --league FIFA
clean_wnba:
python manage.py clean_games --all_games True --league WNBA
clean_nwsl:
python manage.py clean_games --all_games True --league NWSL
clean_au:
python manage.py clean_games --all_games True --league "Athletes Unlimited"
clean_ncaa:
python manage.py clean_games --all_games True --league NCAA
clean_pwhl:
python manage.py clean_games --all_games True --league PWHL
clean_us_soccer:
python manage.py clean_games --all_games True --league "US Soccer"
clean_unrivaled:
python manage.py clean_games --all_games True --league "Unrivaled"
dep:
python -m pip freeze > requirements.txt
scrape_au:
scrapy runspider ./games/management/commands/au_scrape.py -o ./games/data/au_softball.json
rank:
python manage.py rank_teams
recover_nwsl:
python manage.py recover_nwsl