Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

UConn Huskies missing? #8

Open
rileypeterson opened this issue Mar 19, 2021 · 1 comment
Open

UConn Huskies missing? #8

rileypeterson opened this issue Mar 19, 2021 · 1 comment

Comments

@rileypeterson
Copy link

Small thing:

ncaab = NCAAB()
ncaab.team_id("uconn") # Not there
ncaab.team_id("huskies") # Not there
ncaab._team_ids

Can't find UConn Huskies for the life of me... is it just missing?? If not, what pattern can I use to find their id?

Great job with this by the way!!

@jemorriso
Copy link
Owner

Hey sorry about that! Connecticut is indeed missing for some reason, I will have to update that. In the meantime you can do this:

from pysbr import SearchEvents
s = SearchEvents('connecticut')
s.list()

This will give you information about any upcoming events matching the search string.

Let me know if you find any other missing teams.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants