t 0.9.6 → 0.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +29 -10
- data/bin/t +4 -25
- data/lib/t/cli.rb +24 -23
- data/lib/t/core_ext/kernel.rb +15 -0
- data/lib/t/core_ext/string.rb +4 -2
- data/lib/t/delete.rb +13 -13
- data/lib/t/format_helpers.rb +62 -0
- data/lib/t/list.rb +4 -4
- data/lib/t/printable.rb +27 -24
- data/lib/t/rcfile.rb +1 -1
- data/lib/t/requestable.rb +0 -4
- data/lib/t/search.rb +10 -11
- data/lib/t/stream.rb +57 -21
- data/lib/t/version.rb +1 -1
- data/lib/t.rb +22 -3
- data/spec/cli_spec.rb +53 -45
- data/spec/fixtures/501_ids.json +509 -1
- data/spec/fixtures/501_users_list.json +17543 -1
- data/spec/fixtures/direct_message.json +80 -1
- data/spec/fixtures/direct_messages.json +802 -1
- data/spec/fixtures/empty_cursor.json +7 -1
- data/spec/fixtures/favorites.json +1099 -1
- data/spec/fixtures/followers_ids.json +10 -1
- data/spec/fixtures/friends_ids.json +9 -1
- data/spec/fixtures/gem.json +61 -1
- data/spec/fixtures/list.json +54 -1
- data/spec/fixtures/lists.json +116 -1
- data/spec/fixtures/locations.json +57 -1
- data/spec/fixtures/not_found.json +4 -1
- data/spec/fixtures/rate_limit_status.json +6 -1
- data/spec/fixtures/recommendations.json +364 -1
- data/spec/fixtures/retweet.json +112 -1
- data/spec/fixtures/search.json +346 -1
- data/spec/fixtures/settings.json +30 -1
- data/spec/fixtures/sferik.json +76 -1
- data/spec/fixtures/status.json +109 -1
- data/spec/fixtures/status_no_attributes.json +104 -1
- data/spec/fixtures/status_no_country.json +102 -1
- data/spec/fixtures/status_no_full_name.json +101 -1
- data/spec/fixtures/status_no_locality.json +107 -1
- data/spec/fixtures/status_no_street_address.json +108 -1
- data/spec/fixtures/statuses.json +1105 -1
- data/spec/fixtures/trends.json +35 -1
- data/spec/fixtures/users.json +92 -1
- data/spec/fixtures/users_list.json +98 -1
- data/spec/list_spec.rb +13 -5
- data/spec/search_spec.rb +110 -102
- data/t.gemspec +1 -2
- metadata +6 -32
@@ -1 +1,104 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"created_at": "Wed Apr 06 19:13:37 +0000 2011",
|
3
|
+
"id": 55709764298092545,
|
4
|
+
"id_str": "55709764298092545",
|
5
|
+
"text": "The problem with your code is that it's doing exactly what you told it to do.",
|
6
|
+
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
7
|
+
"truncated": false,
|
8
|
+
"in_reply_to_status_id": null,
|
9
|
+
"in_reply_to_status_id_str": null,
|
10
|
+
"in_reply_to_user_id": null,
|
11
|
+
"in_reply_to_user_id_str": null,
|
12
|
+
"in_reply_to_screen_name": null,
|
13
|
+
"user": {
|
14
|
+
"id": 7505382,
|
15
|
+
"id_str": "7505382",
|
16
|
+
"name": "Erik Michaels-Ober",
|
17
|
+
"screen_name": "sferik",
|
18
|
+
"location": "San Francisco",
|
19
|
+
"description": "My heart is in the work.",
|
20
|
+
"url": "https://github.com/sferik",
|
21
|
+
"protected": false,
|
22
|
+
"followers_count": 2094,
|
23
|
+
"friends_count": 203,
|
24
|
+
"listed_count": 114,
|
25
|
+
"created_at": "Mon Jul 16 12:59:01 +0000 2007",
|
26
|
+
"favourites_count": 3073,
|
27
|
+
"utc_offset": -28800,
|
28
|
+
"time_zone": "Pacific Time (US & Canada)",
|
29
|
+
"geo_enabled": true,
|
30
|
+
"verified": false,
|
31
|
+
"statuses_count": 6890,
|
32
|
+
"lang": "en",
|
33
|
+
"contributors_enabled": false,
|
34
|
+
"is_translator": false,
|
35
|
+
"profile_background_color": "000000",
|
36
|
+
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
37
|
+
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
38
|
+
"profile_background_tile": false,
|
39
|
+
"profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
40
|
+
"profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
41
|
+
"profile_link_color": "0084B4",
|
42
|
+
"profile_sidebar_border_color": "C0DEED",
|
43
|
+
"profile_sidebar_fill_color": "DDEEF6",
|
44
|
+
"profile_text_color": "333333",
|
45
|
+
"profile_use_background_image": true,
|
46
|
+
"show_all_inline_media": true,
|
47
|
+
"default_profile": false,
|
48
|
+
"default_profile_image": false,
|
49
|
+
"following": false,
|
50
|
+
"follow_request_sent": false,
|
51
|
+
"notifications": false
|
52
|
+
},
|
53
|
+
"geo": {
|
54
|
+
"type": "Point",
|
55
|
+
"coordinates": [
|
56
|
+
37.75963095,
|
57
|
+
-122.410067
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"coordinates": {
|
61
|
+
"type": "Point",
|
62
|
+
"coordinates": [
|
63
|
+
-122.410067,
|
64
|
+
37.75963095
|
65
|
+
]
|
66
|
+
},
|
67
|
+
"place": {
|
68
|
+
"id": "f29bbd03562e37d1",
|
69
|
+
"url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
|
70
|
+
"place_type": "poi",
|
71
|
+
"name": "Blowfish Sushi To Die For",
|
72
|
+
"full_name": "Blowfish Sushi To Die For, San Francisco",
|
73
|
+
"country_code": "US",
|
74
|
+
"country": "United States",
|
75
|
+
"bounding_box": {
|
76
|
+
"type": "Polygon",
|
77
|
+
"coordinates": [
|
78
|
+
[
|
79
|
+
[
|
80
|
+
-122.409954,
|
81
|
+
37.759597
|
82
|
+
],
|
83
|
+
[
|
84
|
+
-122.409954,
|
85
|
+
37.759597
|
86
|
+
],
|
87
|
+
[
|
88
|
+
-122.409954,
|
89
|
+
37.759597
|
90
|
+
],
|
91
|
+
[
|
92
|
+
-122.409954,
|
93
|
+
37.759597
|
94
|
+
]
|
95
|
+
]
|
96
|
+
]
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"contributors": null,
|
100
|
+
"retweet_count": 320,
|
101
|
+
"favorited": false,
|
102
|
+
"retweeted": false,
|
103
|
+
"possibly_sensitive": false
|
104
|
+
}
|
@@ -1 +1,102 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"created_at": "Wed Apr 06 19:13:37 +0000 2011",
|
3
|
+
"id": 55709764298092545,
|
4
|
+
"id_str": "55709764298092545",
|
5
|
+
"text": "The problem with your code is that it's doing exactly what you told it to do.",
|
6
|
+
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
7
|
+
"truncated": false,
|
8
|
+
"in_reply_to_status_id": null,
|
9
|
+
"in_reply_to_status_id_str": null,
|
10
|
+
"in_reply_to_user_id": null,
|
11
|
+
"in_reply_to_user_id_str": null,
|
12
|
+
"in_reply_to_screen_name": null,
|
13
|
+
"user": {
|
14
|
+
"id": 7505382,
|
15
|
+
"id_str": "7505382",
|
16
|
+
"name": "Erik Michaels-Ober",
|
17
|
+
"screen_name": "sferik",
|
18
|
+
"location": "San Francisco",
|
19
|
+
"description": "My heart is in the work.",
|
20
|
+
"url": "https://github.com/sferik",
|
21
|
+
"protected": false,
|
22
|
+
"followers_count": 2094,
|
23
|
+
"friends_count": 203,
|
24
|
+
"listed_count": 114,
|
25
|
+
"created_at": "Mon Jul 16 12:59:01 +0000 2007",
|
26
|
+
"favourites_count": 3073,
|
27
|
+
"utc_offset": -28800,
|
28
|
+
"time_zone": "Pacific Time (US & Canada)",
|
29
|
+
"geo_enabled": true,
|
30
|
+
"verified": false,
|
31
|
+
"statuses_count": 6890,
|
32
|
+
"lang": "en",
|
33
|
+
"contributors_enabled": false,
|
34
|
+
"is_translator": false,
|
35
|
+
"profile_background_color": "000000",
|
36
|
+
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
37
|
+
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
38
|
+
"profile_background_tile": false,
|
39
|
+
"profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
40
|
+
"profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
41
|
+
"profile_link_color": "0084B4",
|
42
|
+
"profile_sidebar_border_color": "C0DEED",
|
43
|
+
"profile_sidebar_fill_color": "DDEEF6",
|
44
|
+
"profile_text_color": "333333",
|
45
|
+
"profile_use_background_image": true,
|
46
|
+
"show_all_inline_media": true,
|
47
|
+
"default_profile": false,
|
48
|
+
"default_profile_image": false,
|
49
|
+
"following": false,
|
50
|
+
"follow_request_sent": false,
|
51
|
+
"notifications": false
|
52
|
+
},
|
53
|
+
"geo": {
|
54
|
+
"type": "Point",
|
55
|
+
"coordinates": [
|
56
|
+
37.75963095,
|
57
|
+
-122.410067
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"coordinates": {
|
61
|
+
"type": "Point",
|
62
|
+
"coordinates": [
|
63
|
+
-122.410067,
|
64
|
+
37.75963095
|
65
|
+
]
|
66
|
+
},
|
67
|
+
"place": {
|
68
|
+
"id": "f29bbd03562e37d1",
|
69
|
+
"url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
|
70
|
+
"place_type": "poi",
|
71
|
+
"name": "Blowfish Sushi To Die For",
|
72
|
+
"full_name": "Blowfish Sushi To Die For, San Francisco",
|
73
|
+
"bounding_box": {
|
74
|
+
"type": "Polygon",
|
75
|
+
"coordinates": [
|
76
|
+
[
|
77
|
+
[
|
78
|
+
-122.409954,
|
79
|
+
37.759597
|
80
|
+
],
|
81
|
+
[
|
82
|
+
-122.409954,
|
83
|
+
37.759597
|
84
|
+
],
|
85
|
+
[
|
86
|
+
-122.409954,
|
87
|
+
37.759597
|
88
|
+
],
|
89
|
+
[
|
90
|
+
-122.409954,
|
91
|
+
37.759597
|
92
|
+
]
|
93
|
+
]
|
94
|
+
]
|
95
|
+
}
|
96
|
+
},
|
97
|
+
"contributors": null,
|
98
|
+
"retweet_count": 320,
|
99
|
+
"favorited": false,
|
100
|
+
"retweeted": false,
|
101
|
+
"possibly_sensitive": false
|
102
|
+
}
|
@@ -1 +1,101 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"created_at": "Wed Apr 06 19:13:37 +0000 2011",
|
3
|
+
"id": 55709764298092545,
|
4
|
+
"id_str": "55709764298092545",
|
5
|
+
"text": "The problem with your code is that it's doing exactly what you told it to do.",
|
6
|
+
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
7
|
+
"truncated": false,
|
8
|
+
"in_reply_to_status_id": null,
|
9
|
+
"in_reply_to_status_id_str": null,
|
10
|
+
"in_reply_to_user_id": null,
|
11
|
+
"in_reply_to_user_id_str": null,
|
12
|
+
"in_reply_to_screen_name": null,
|
13
|
+
"user": {
|
14
|
+
"id": 7505382,
|
15
|
+
"id_str": "7505382",
|
16
|
+
"name": "Erik Michaels-Ober",
|
17
|
+
"screen_name": "sferik",
|
18
|
+
"location": "San Francisco",
|
19
|
+
"description": "My heart is in the work.",
|
20
|
+
"url": "https://github.com/sferik",
|
21
|
+
"protected": false,
|
22
|
+
"followers_count": 2094,
|
23
|
+
"friends_count": 203,
|
24
|
+
"listed_count": 114,
|
25
|
+
"created_at": "Mon Jul 16 12:59:01 +0000 2007",
|
26
|
+
"favourites_count": 3073,
|
27
|
+
"utc_offset": -28800,
|
28
|
+
"time_zone": "Pacific Time (US & Canada)",
|
29
|
+
"geo_enabled": true,
|
30
|
+
"verified": false,
|
31
|
+
"statuses_count": 6890,
|
32
|
+
"lang": "en",
|
33
|
+
"contributors_enabled": false,
|
34
|
+
"is_translator": false,
|
35
|
+
"profile_background_color": "000000",
|
36
|
+
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
37
|
+
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
38
|
+
"profile_background_tile": false,
|
39
|
+
"profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
40
|
+
"profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
41
|
+
"profile_link_color": "0084B4",
|
42
|
+
"profile_sidebar_border_color": "C0DEED",
|
43
|
+
"profile_sidebar_fill_color": "DDEEF6",
|
44
|
+
"profile_text_color": "333333",
|
45
|
+
"profile_use_background_image": true,
|
46
|
+
"show_all_inline_media": true,
|
47
|
+
"default_profile": false,
|
48
|
+
"default_profile_image": false,
|
49
|
+
"following": false,
|
50
|
+
"follow_request_sent": false,
|
51
|
+
"notifications": false
|
52
|
+
},
|
53
|
+
"geo": {
|
54
|
+
"type": "Point",
|
55
|
+
"coordinates": [
|
56
|
+
37.75963095,
|
57
|
+
-122.410067
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"coordinates": {
|
61
|
+
"type": "Point",
|
62
|
+
"coordinates": [
|
63
|
+
-122.410067,
|
64
|
+
37.75963095
|
65
|
+
]
|
66
|
+
},
|
67
|
+
"place": {
|
68
|
+
"id": "f29bbd03562e37d1",
|
69
|
+
"url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
|
70
|
+
"place_type": "poi",
|
71
|
+
"name": "Blowfish Sushi To Die For",
|
72
|
+
"bounding_box": {
|
73
|
+
"type": "Polygon",
|
74
|
+
"coordinates": [
|
75
|
+
[
|
76
|
+
[
|
77
|
+
-122.409954,
|
78
|
+
37.759597
|
79
|
+
],
|
80
|
+
[
|
81
|
+
-122.409954,
|
82
|
+
37.759597
|
83
|
+
],
|
84
|
+
[
|
85
|
+
-122.409954,
|
86
|
+
37.759597
|
87
|
+
],
|
88
|
+
[
|
89
|
+
-122.409954,
|
90
|
+
37.759597
|
91
|
+
]
|
92
|
+
]
|
93
|
+
]
|
94
|
+
}
|
95
|
+
},
|
96
|
+
"contributors": null,
|
97
|
+
"retweet_count": 320,
|
98
|
+
"favorited": false,
|
99
|
+
"retweeted": false,
|
100
|
+
"possibly_sensitive": false
|
101
|
+
}
|
@@ -1 +1,107 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"created_at": "Wed Apr 06 19:13:37 +0000 2011",
|
3
|
+
"id": 55709764298092545,
|
4
|
+
"id_str": "55709764298092545",
|
5
|
+
"text": "The problem with your code is that it's doing exactly what you told it to do.",
|
6
|
+
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
7
|
+
"truncated": false,
|
8
|
+
"in_reply_to_status_id": null,
|
9
|
+
"in_reply_to_status_id_str": null,
|
10
|
+
"in_reply_to_user_id": null,
|
11
|
+
"in_reply_to_user_id_str": null,
|
12
|
+
"in_reply_to_screen_name": null,
|
13
|
+
"user": {
|
14
|
+
"id": 7505382,
|
15
|
+
"id_str": "7505382",
|
16
|
+
"name": "Erik Michaels-Ober",
|
17
|
+
"screen_name": "sferik",
|
18
|
+
"location": "San Francisco",
|
19
|
+
"description": "My heart is in the work.",
|
20
|
+
"url": "https://github.com/sferik",
|
21
|
+
"protected": false,
|
22
|
+
"followers_count": 2094,
|
23
|
+
"friends_count": 203,
|
24
|
+
"listed_count": 114,
|
25
|
+
"created_at": "Mon Jul 16 12:59:01 +0000 2007",
|
26
|
+
"favourites_count": 3073,
|
27
|
+
"utc_offset": -28800,
|
28
|
+
"time_zone": "Pacific Time (US & Canada)",
|
29
|
+
"geo_enabled": true,
|
30
|
+
"verified": false,
|
31
|
+
"statuses_count": 6890,
|
32
|
+
"lang": "en",
|
33
|
+
"contributors_enabled": false,
|
34
|
+
"is_translator": false,
|
35
|
+
"profile_background_color": "000000",
|
36
|
+
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
37
|
+
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
38
|
+
"profile_background_tile": false,
|
39
|
+
"profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
40
|
+
"profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
41
|
+
"profile_link_color": "0084B4",
|
42
|
+
"profile_sidebar_border_color": "C0DEED",
|
43
|
+
"profile_sidebar_fill_color": "DDEEF6",
|
44
|
+
"profile_text_color": "333333",
|
45
|
+
"profile_use_background_image": true,
|
46
|
+
"show_all_inline_media": true,
|
47
|
+
"default_profile": false,
|
48
|
+
"default_profile_image": false,
|
49
|
+
"following": false,
|
50
|
+
"follow_request_sent": false,
|
51
|
+
"notifications": false
|
52
|
+
},
|
53
|
+
"geo": {
|
54
|
+
"type": "Point",
|
55
|
+
"coordinates": [
|
56
|
+
37.75963095,
|
57
|
+
-122.410067
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"coordinates": {
|
61
|
+
"type": "Point",
|
62
|
+
"coordinates": [
|
63
|
+
-122.410067,
|
64
|
+
37.75963095
|
65
|
+
]
|
66
|
+
},
|
67
|
+
"place": {
|
68
|
+
"id": "f29bbd03562e37d1",
|
69
|
+
"url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
|
70
|
+
"place_type": "poi",
|
71
|
+
"name": "Blowfish Sushi To Die For",
|
72
|
+
"full_name": "Blowfish Sushi To Die For, San Francisco",
|
73
|
+
"country_code": "US",
|
74
|
+
"country": "United States",
|
75
|
+
"bounding_box": {
|
76
|
+
"type": "Polygon",
|
77
|
+
"coordinates": [
|
78
|
+
[
|
79
|
+
[
|
80
|
+
-122.409954,
|
81
|
+
37.759597
|
82
|
+
],
|
83
|
+
[
|
84
|
+
-122.409954,
|
85
|
+
37.759597
|
86
|
+
],
|
87
|
+
[
|
88
|
+
-122.409954,
|
89
|
+
37.759597
|
90
|
+
],
|
91
|
+
[
|
92
|
+
-122.409954,
|
93
|
+
37.759597
|
94
|
+
]
|
95
|
+
]
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"attributes": {
|
99
|
+
"region": "California"
|
100
|
+
}
|
101
|
+
},
|
102
|
+
"contributors": null,
|
103
|
+
"retweet_count": 320,
|
104
|
+
"favorited": false,
|
105
|
+
"retweeted": false,
|
106
|
+
"possibly_sensitive": false
|
107
|
+
}
|
@@ -1 +1,108 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"created_at": "Wed Apr 06 19:13:37 +0000 2011",
|
3
|
+
"id": 55709764298092545,
|
4
|
+
"id_str": "55709764298092545",
|
5
|
+
"text": "The problem with your code is that it's doing exactly what you told it to do.",
|
6
|
+
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
7
|
+
"truncated": false,
|
8
|
+
"in_reply_to_status_id": null,
|
9
|
+
"in_reply_to_status_id_str": null,
|
10
|
+
"in_reply_to_user_id": null,
|
11
|
+
"in_reply_to_user_id_str": null,
|
12
|
+
"in_reply_to_screen_name": null,
|
13
|
+
"user": {
|
14
|
+
"id": 7505382,
|
15
|
+
"id_str": "7505382",
|
16
|
+
"name": "Erik Michaels-Ober",
|
17
|
+
"screen_name": "sferik",
|
18
|
+
"location": "San Francisco",
|
19
|
+
"description": "My heart is in the work.",
|
20
|
+
"url": "https://github.com/sferik",
|
21
|
+
"protected": false,
|
22
|
+
"followers_count": 2094,
|
23
|
+
"friends_count": 203,
|
24
|
+
"listed_count": 114,
|
25
|
+
"created_at": "Mon Jul 16 12:59:01 +0000 2007",
|
26
|
+
"favourites_count": 3073,
|
27
|
+
"utc_offset": -28800,
|
28
|
+
"time_zone": "Pacific Time (US & Canada)",
|
29
|
+
"geo_enabled": true,
|
30
|
+
"verified": false,
|
31
|
+
"statuses_count": 6890,
|
32
|
+
"lang": "en",
|
33
|
+
"contributors_enabled": false,
|
34
|
+
"is_translator": false,
|
35
|
+
"profile_background_color": "000000",
|
36
|
+
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
37
|
+
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
38
|
+
"profile_background_tile": false,
|
39
|
+
"profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
40
|
+
"profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
41
|
+
"profile_link_color": "0084B4",
|
42
|
+
"profile_sidebar_border_color": "C0DEED",
|
43
|
+
"profile_sidebar_fill_color": "DDEEF6",
|
44
|
+
"profile_text_color": "333333",
|
45
|
+
"profile_use_background_image": true,
|
46
|
+
"show_all_inline_media": true,
|
47
|
+
"default_profile": false,
|
48
|
+
"default_profile_image": false,
|
49
|
+
"following": false,
|
50
|
+
"follow_request_sent": false,
|
51
|
+
"notifications": false
|
52
|
+
},
|
53
|
+
"geo": {
|
54
|
+
"type": "Point",
|
55
|
+
"coordinates": [
|
56
|
+
37.75963095,
|
57
|
+
-122.410067
|
58
|
+
]
|
59
|
+
},
|
60
|
+
"coordinates": {
|
61
|
+
"type": "Point",
|
62
|
+
"coordinates": [
|
63
|
+
-122.410067,
|
64
|
+
37.75963095
|
65
|
+
]
|
66
|
+
},
|
67
|
+
"place": {
|
68
|
+
"id": "f29bbd03562e37d1",
|
69
|
+
"url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
|
70
|
+
"place_type": "poi",
|
71
|
+
"name": "Blowfish Sushi To Die For",
|
72
|
+
"full_name": "Blowfish Sushi To Die For, San Francisco",
|
73
|
+
"country_code": "US",
|
74
|
+
"country": "United States",
|
75
|
+
"bounding_box": {
|
76
|
+
"type": "Polygon",
|
77
|
+
"coordinates": [
|
78
|
+
[
|
79
|
+
[
|
80
|
+
-122.409954,
|
81
|
+
37.759597
|
82
|
+
],
|
83
|
+
[
|
84
|
+
-122.409954,
|
85
|
+
37.759597
|
86
|
+
],
|
87
|
+
[
|
88
|
+
-122.409954,
|
89
|
+
37.759597
|
90
|
+
],
|
91
|
+
[
|
92
|
+
-122.409954,
|
93
|
+
37.759597
|
94
|
+
]
|
95
|
+
]
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"attributes": {
|
99
|
+
"region": "California",
|
100
|
+
"locality": "San Francisco"
|
101
|
+
}
|
102
|
+
},
|
103
|
+
"contributors": null,
|
104
|
+
"retweet_count": 320,
|
105
|
+
"favorited": false,
|
106
|
+
"retweeted": false,
|
107
|
+
"possibly_sensitive": false
|
108
|
+
}
|