|
|
|
|
|
by alikim
2435 days ago
|
|
I wrote a script that monitors twitter for earthquake related tweets and notifies me when a certain threshold is hit. It pretty reliably notifies me 20-30s post-quake. Main problem is that very few tweets actually have location data associated with them. I try to grab the location string users can specify in their bio and infer the location based on the most common occurrence in a body of tweets- works decently well although its usually a broader region. |
|