wazam/discord-sports-notification

Add support for MLB games

wazam opened this issue · 4 comments

wazam commented

http://statsapi.mlb.com/api/v1.1/game/706918/feed/live

liveData.plays.currentPlay.matchup.splits.menOnBase = "RISP||Men_On||Empty"

liveData.plays.currentPlay.matchup.postOnFirst.id > 0
liveData.plays.currentPlay.matchup.postOnSecond.id > 0
liveData.plays.currentPlay.matchup.postOnThird.id > 0

http://statsapi.mlb.com/api/v1.1/game/706918/feed/live[
["liveData"]["currentPlay"]["about"] - inning
["liveData"]["currentPlay"]["about"] - scores

["liveData"]["currentPlay"]["matchup"]["splits"]["menOnBase"] == "RISP"

wazam commented

http://statsapi.mlb.com/api/v1/schedule/games/?sportId=1
dates.0.games.[#].teams.away.leagueRecord.score
dates.0.games.[#].teams.home.leagueRecord.score

wazam commented

WIP #15