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

Set 30 sec time.sleep() [for demo purposes] #38

Closed britth closed 10 years ago

britth commented 10 years ago

In order to see how this program would actually look to a user if it were fully functional, we will use time.sleep(30) in order to update the tweet frequency updates every 30 seconds. Right now, it updates continuously (since all data is available).

Eventually, we would need to determine if efficiency needs to be improved in general, because, as is, it's fairly computationally expensive—at least when the demo runs continuously without time.sleep()...

britth commented 10 years ago

Done via #39 Set main gamechanger.py to 5 instead of 30 so it wouldn't be quite so slow for demo purposes.

sunhwap commented 10 years ago

Good idea!