jugyo / earthquake

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

Allow :user $id #82

Closed seppo0010 closed 12 years ago

seppo0010 commented 12 years ago

Or more generically, every command that expects a user as a parameter should be able to receive an identifier of a tweet and use that tweets user.

E.g.:

[$aa] seppo0010: earthquake rules
⚡ :user $aa
{
                   "id" => 8117182,
          "screen_name" => "seppo0010",
                 "name" => "seppo0010",
    "profile_image_url" => "http://a1.twimg.com/profile_images/1487896175/11_-_1_normal.jpg",
          "description" => "Programmer. Studying to be an Actuary. Linux fan.",
                  "url" => "http://catdevmind.blogspot.com/",
             "location" => "",
            "time_zone" => "Buenos Aires",
                 "lang" => "en",
            "protected" => false
}
jugyo commented 12 years ago

sounds good