Python script that monitors twitter trending topics and alert if a new topic is added to the trending list
- Configurable polling interval
- Configurable location (currently worldwide)
- In memory hasmap to maintain list
- Prevent redrawing list on each iteration
- Alert when a topic rises in the list
To install clint, simply:
$ pip install clint
Or, if you absolutely must:
$ easy_install clint
But, you really shouldn't do that.