jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

expand t.co URLs using tweet entities #101

Closed no6v closed 12 years ago

no6v commented 12 years ago

If config[:expand_url] is true and "tweet entities" is avaiable, try to expand shorten URLs. Note that, in some cases, the "urls" entity has "url" but does not have "expanded_url".

PS: In future, I'd like to use entities to colorize screen_names and/or hashtags. If it is acceptable, add option include_entities=1 to GET request forcibly, and use entities in various scenes, like as :status, :recent, :search and so on.