-
Notifications
You must be signed in to change notification settings - Fork 1
/
.topics.json
36 lines (36 loc) · 1.09 KB
/
.topics.json
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
{
"available" : {
"subjects" : {
"sports" : {
"soccer" : {
"contests" : {
"CL" : {"id":362},
"PD" : {"id":368},
"PL" : {"id":354},
"BL1" : {"id":351}
},
"teams" : {
"Bayern" : {"id":5},
"Dortmund" : {"id":4},
"ManU" : {"id":66},
"Arsenal":{"id":57},
"Liverpool":{"id":64},
"ManCity" : {"id":65},
"Chelsea" : {"id":61},
"Barcelona" : {"id":81},
"Real_Madrid":{"id":86},
"Atletico" : {"id":78}
}
},
"nba" : {},
"nfl" : {}
},
"news" : {},
"tweets" : {
"SoufiJ" : {},
"rxcai" : {},
"franky_tv": {}
}
}
}
}