deejcunningham / skill-score

Deprecated Mycroft skill to report latest MLB scores
MIT License
3 stars 5 forks source link

Diamondbacks are broken #2

Closed deejcunningham closed 6 years ago

deejcunningham commented 6 years ago

mlbgame uses the string "D-backs" as the team name to retrieve scores using mlbgame.day(), but the skill expects the utterance to contain "Diamondbacks".

Need to expand the acceptable utterances for this skill to include all names and common variations ("cards" vs "cardinals", "A's" vs "Athletics", "D-backs" vs "diamondbacks", etc etc)

deejcunningham commented 6 years ago

fixed with commit 0e83243