britth / GameChanger

A simple command line program that processes Twitter data to discover popular moments in multi-game sporting events. Never settle for a boring game!
MIT License
0 stars 0 forks source link

User-relevant schedule presented #10

Open britth opened 10 years ago

britth commented 10 years ago

Taking issue #4 a step further, the program should ideally be able to take in user input, namely zip code and service provider, and tell the user the exact channel in his/her area where he/she can find the given game.

britth commented 10 years ago

We probably won't get to this presently, but ideally if we could find an API that can return location-specific channel lineups (i.e. what channel is CBS in Durham (27713)? Chapel Hill (27514)? on Time Warner? on AT&T? etc.), it would be useful.

We could then take in those two variables via user input, feed them to the API and return the actual lineup associated with the channels already provided based on schedule data.