I would like a script that searches twitter API for tweets with certain hash tags and by location.
The script should store the found tweets in a MYSQL DB categorized by Tags and Location and with other metadata stored in another database table.
The script should then update twitter by mentioning the author of the script.
This script will autorun every 10 minutes on a Cronjob so it must be careful not to overload twitter.
