Skip to content

Python script that monitors twitter trending topics and alerts if a new topic is added to the trending list

Notifications You must be signed in to change notification settings

mandarl/twitter-trending-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-trending-alert

Python script that monitors twitter trending topics and alert if a new topic is added to the trending list

TODO

  • 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

Installation

To install clint, simply:

$ pip install clint

Or, if you absolutely must:

$ easy_install clint

But, you really shouldn't do that.

SCREENSHOT

Screenshot

About

Python script that monitors twitter trending topics and alerts if a new topic is added to the trending list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages