topsy 0.3.0 → 0.3.1
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/lib/topsy.rb +3 -5
- data/lib/topsy/client.rb +10 -1
- data/lib/topsy/page.rb +3 -0
- data/test/helper.rb +1 -0
- data/test/test_topsy.rb +39 -18
- metadata +91 -79
- data/.gitignore +0 -27
- data/LICENSE +0 -20
- data/README.markdown +0 -102
- data/Rakefile +0 -58
- data/TODO +0 -5
- data/VERSION +0 -1
- data/changelog.markdown +0 -10
- data/script/console +0 -10
- data/script/destroy +0 -14
- data/script/generate +0 -14
- data/test/fixtures/authorinfo.json +0 -19
- data/test/fixtures/authorsearch-page2.json +0 -115
- data/test/fixtures/authorsearch.json +0 -165
- data/test/fixtures/credit.json +0 -15
- data/test/fixtures/linkpostcount.json +0 -14
- data/test/fixtures/linkposts-page2.json +0 -75
- data/test/fixtures/linkposts.json +0 -135
- data/test/fixtures/profilesearch.json +0 -23
- data/test/fixtures/related.json +0 -75
- data/test/fixtures/search.json +0 -126
- data/test/fixtures/searchcount.json +0 -17
- data/test/fixtures/stats.json +0 -16
- data/test/fixtures/tags.json +0 -51
- data/test/fixtures/trackbacks.json +0 -56
- data/test/fixtures/trending.json +0 -53
- data/test/fixtures/urlinfo.json +0 -19
- data/topsy.gemspec +0 -104
@@ -1,75 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"request": {
|
3
|
-
"response_type": "json",
|
4
|
-
"resource": "linkposts",
|
5
|
-
"parameters": {
|
6
|
-
"url": "http://twitter.com/pengwynn"
|
7
|
-
},
|
8
|
-
"url": "http://button.topsy.com/linkposts.json?url=http%3A%2F%2Ftwitter.com%2Fpengwynn"
|
9
|
-
},
|
10
|
-
"response": {
|
11
|
-
"page": 2,
|
12
|
-
"total": 987,
|
13
|
-
"perpage": 5,
|
14
|
-
"list": [{
|
15
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7253938349",
|
16
|
-
"date": 1262307998,
|
17
|
-
"content": "For auld lang syne, my dear: http://en.wikipedia.org/wiki/Auld_Lang_Syne#Lyrics",
|
18
|
-
"date_alpha": "16 hours ago",
|
19
|
-
"target": {
|
20
|
-
"topsy_trackback_url": "http://topsy.com/trackback?url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAuld_Lang_Syne%23Lyrics",
|
21
|
-
"url": "http://en.wikipedia.org/wiki/Auld_Lang_Syne#Lyrics",
|
22
|
-
"title": "Auld Lang Syne - Wikipedia, the free encyclopedia",
|
23
|
-
"trackback_total": 8
|
24
|
-
}
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7212961312",
|
28
|
-
"date": 1262216148,
|
29
|
-
"content": "Treating the in-laws to some Texas BBQ — at Rudy's http://gowal.la/s/dVo",
|
30
|
-
"date_alpha": "2 days ago",
|
31
|
-
"target": {
|
32
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/43464",
|
33
|
-
"url": "http://gowalla.com/spots/43464",
|
34
|
-
"title": "Rudy's on Gowalla",
|
35
|
-
"trackback_total": 2
|
36
|
-
}
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7167706422",
|
40
|
-
"date": 1262112340,
|
41
|
-
"content": "Catching a matinee of Sherlock Holmes — at Stagecoach Theater http://gowal.la/s/Grk",
|
42
|
-
"date_alpha": "3 days ago",
|
43
|
-
"target": {
|
44
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/136029",
|
45
|
-
"url": "http://gowalla.com/spots/136029",
|
46
|
-
"title": "Stagecoach Theater on Gowalla",
|
47
|
-
"trackback_total": 1
|
48
|
-
}
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7162128190",
|
52
|
-
"date": 1262100992,
|
53
|
-
"content": "Learning about the Pacific War — at National Museum of The Pacific War http://gowal.la/s/575",
|
54
|
-
"date_alpha": "3 days ago",
|
55
|
-
"target": {
|
56
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/13808",
|
57
|
-
"url": "http://gowalla.com/spots/13808",
|
58
|
-
"title": "National Museum of The Pacific War on Gowalla",
|
59
|
-
"trackback_total": 1
|
60
|
-
}
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7139983009",
|
64
|
-
"date": 1262045378,
|
65
|
-
"content": "Rails Magazine #5 is out http://ow.ly/QuFY /via @rupakg",
|
66
|
-
"date_alpha": "4 days ago",
|
67
|
-
"target": {
|
68
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.railsmagazine.com/issues/5",
|
69
|
-
"url": "http://www.railsmagazine.com/issues/5",
|
70
|
-
"title": "Issue #5: Winter Jam",
|
71
|
-
"trackback_total": 13
|
72
|
-
}
|
73
|
-
}]
|
74
|
-
}
|
75
|
-
}
|
@@ -1,135 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"request": {
|
3
|
-
"response_type": "json",
|
4
|
-
"resource": "linkposts",
|
5
|
-
"parameters": {
|
6
|
-
"url": "http://twitter.com/pengwynn"
|
7
|
-
},
|
8
|
-
"url": "http://button.topsy.com/linkposts.json?url=http%3A%2F%2Ftwitter.com%2Fpengwynn"
|
9
|
-
},
|
10
|
-
"response": {
|
11
|
-
"page": 1,
|
12
|
-
"total": 1004,
|
13
|
-
"perpage": 10,
|
14
|
-
"list": [{
|
15
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7253938349",
|
16
|
-
"date": 1262307998,
|
17
|
-
"content": "For auld lang syne, my dear: http://en.wikipedia.org/wiki/Auld_Lang_Syne#Lyrics",
|
18
|
-
"date_alpha": "16 hours ago",
|
19
|
-
"target": {
|
20
|
-
"topsy_trackback_url": "http://topsy.com/trackback?url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAuld_Lang_Syne%23Lyrics",
|
21
|
-
"url": "http://en.wikipedia.org/wiki/Auld_Lang_Syne#Lyrics",
|
22
|
-
"title": "Auld Lang Syne - Wikipedia, the free encyclopedia",
|
23
|
-
"trackback_total": 8
|
24
|
-
}
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7212961312",
|
28
|
-
"date": 1262216148,
|
29
|
-
"content": "Treating the in-laws to some Texas BBQ — at Rudy's http://gowal.la/s/dVo",
|
30
|
-
"date_alpha": "2 days ago",
|
31
|
-
"target": {
|
32
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/43464",
|
33
|
-
"url": "http://gowalla.com/spots/43464",
|
34
|
-
"title": "Rudy's on Gowalla",
|
35
|
-
"trackback_total": 2
|
36
|
-
}
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7167706422",
|
40
|
-
"date": 1262112340,
|
41
|
-
"content": "Catching a matinee of Sherlock Holmes — at Stagecoach Theater http://gowal.la/s/Grk",
|
42
|
-
"date_alpha": "3 days ago",
|
43
|
-
"target": {
|
44
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/136029",
|
45
|
-
"url": "http://gowalla.com/spots/136029",
|
46
|
-
"title": "Stagecoach Theater on Gowalla",
|
47
|
-
"trackback_total": 1
|
48
|
-
}
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7162128190",
|
52
|
-
"date": 1262100992,
|
53
|
-
"content": "Learning about the Pacific War — at National Museum of The Pacific War http://gowal.la/s/575",
|
54
|
-
"date_alpha": "3 days ago",
|
55
|
-
"target": {
|
56
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/13808",
|
57
|
-
"url": "http://gowalla.com/spots/13808",
|
58
|
-
"title": "National Museum of The Pacific War on Gowalla",
|
59
|
-
"trackback_total": 1
|
60
|
-
}
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7139983009",
|
64
|
-
"date": 1262045378,
|
65
|
-
"content": "Rails Magazine #5 is out http://ow.ly/QuFY /via @rupakg",
|
66
|
-
"date_alpha": "4 days ago",
|
67
|
-
"target": {
|
68
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.railsmagazine.com/issues/5",
|
69
|
-
"url": "http://www.railsmagazine.com/issues/5",
|
70
|
-
"title": "Issue #5: Winter Jam",
|
71
|
-
"trackback_total": 13
|
72
|
-
}
|
73
|
-
},
|
74
|
-
{
|
75
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7139743032",
|
76
|
-
"date": 1262044871,
|
77
|
-
"content": "Dinner and a brew — at Fredericksburg Brewing Co. http://gowal.la/s/2kD7",
|
78
|
-
"date_alpha": "4 days ago",
|
79
|
-
"target": {
|
80
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/261180",
|
81
|
-
"url": "http://gowalla.com/spots/261180",
|
82
|
-
"title": "Fredericksburg Brewing Co. on Gowalla",
|
83
|
-
"trackback_total": 1
|
84
|
-
}
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7132854574",
|
88
|
-
"date": 1262030184,
|
89
|
-
"content": "Nice new look: @changelogshow-esque icons on @github repo pages: http://bit.ly/8lIbOk /via @changelogshow",
|
90
|
-
"date_alpha": "4 days ago",
|
91
|
-
"target": {
|
92
|
-
"topsy_trackback_url": "http://topsy.com/tb/github.com/pengwynn/linkedin",
|
93
|
-
"url": "http://github.com/pengwynn/linkedin",
|
94
|
-
"title": "pengwynn's linkedin at master - GitHub",
|
95
|
-
"trackback_total": 11
|
96
|
-
}
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7128477215",
|
100
|
-
"date": 1262020730,
|
101
|
-
"content": "It's always wine:30 in Sisterdale. — at Sister Creek Vineyards http://gowal.la/s/2ss1",
|
102
|
-
"date_alpha": "4 days ago",
|
103
|
-
"target": {
|
104
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/284084",
|
105
|
-
"url": "http://gowalla.com/spots/284084",
|
106
|
-
"title": "Sister Creek Vineyards on Gowalla",
|
107
|
-
"trackback_total": 1
|
108
|
-
}
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7126934586",
|
112
|
-
"date": 1262017497,
|
113
|
-
"content": "Picking up a bottle of Moscato, @mrspengwynn's favorite — at Grape Creek Vineyards http://gowal.la/s/Jnk",
|
114
|
-
"date_alpha": "4 days ago",
|
115
|
-
"target": {
|
116
|
-
"topsy_trackback_url": "http://topsy.com/tb/gowalla.com/spots/142525",
|
117
|
-
"url": "http://gowalla.com/spots/142525",
|
118
|
-
"title": "Grape Creek Vineyards on Gowalla",
|
119
|
-
"trackback_total": 2
|
120
|
-
}
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"permalink_url": "http://twitter.com/pengwynn/status/7037770238",
|
124
|
-
"date": 1261763235,
|
125
|
-
"content": "Googjitsu: Using Google's own search against them - Toktumi's tale: http://bit.ly/6jwzTh",
|
126
|
-
"date_alpha": "7 days ago",
|
127
|
-
"target": {
|
128
|
-
"topsy_trackback_url": "http://topsy.com/tb/gigaom.com/2009/12/25/when-google-attacks-toktumis-tale/",
|
129
|
-
"url": "http://gigaom.com/2009/12/25/when-google-attacks-toktumis-tale/",
|
130
|
-
"title": "When Google Attacks: Toktumi’s Tale – GigaOM",
|
131
|
-
"trackback_total": 53
|
132
|
-
}
|
133
|
-
}]
|
134
|
-
}
|
135
|
-
}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"request": {
|
3
|
-
"response_type": "json",
|
4
|
-
"resource": "profilesearch",
|
5
|
-
"parameters": {
|
6
|
-
"q": "pengwynn"
|
7
|
-
},
|
8
|
-
"url": "http://button.topsy.com/profilesearch.json?q=pengwynn"
|
9
|
-
},
|
10
|
-
"response": {
|
11
|
-
"page": 1,
|
12
|
-
"total": 1,
|
13
|
-
"perpage": 10,
|
14
|
-
"list": [{
|
15
|
-
"name": "Wynn Netherland",
|
16
|
-
"photo_url": "http://a1.twimg.com/profile_images/485575482/komikazee_normal.png",
|
17
|
-
"description": "Christian husband and father, Ruby developer and web designer. Co-founder of TweetCongress.org and Squeejee, makers of Good clean fun!™",
|
18
|
-
"influence_level": 10,
|
19
|
-
"url": "http://twitter.com/pengwynn",
|
20
|
-
"topsy_author_url": "http://topsy.com/twitter/pengwynn"
|
21
|
-
}]
|
22
|
-
}
|
23
|
-
}
|
data/test/fixtures/related.json
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"request": {
|
3
|
-
"response_type": "json",
|
4
|
-
"resource": "related",
|
5
|
-
"parameters": {
|
6
|
-
"url": "http://gemcutter.org"
|
7
|
-
},
|
8
|
-
"url": "http://button.topsy.com/related.json?url=http%3A%2F%2Fgemcutter.org"
|
9
|
-
},
|
10
|
-
"response": {
|
11
|
-
"page": 1,
|
12
|
-
"total": 17,
|
13
|
-
"perpage": 10,
|
14
|
-
"list": [{
|
15
|
-
"trackback_total": 17,
|
16
|
-
"topsy_trackback_url": "http://topsy.com/tb/update.gemcutter.org/",
|
17
|
-
"url": "http://update.gemcutter.org/",
|
18
|
-
"title": "the update | gemcutter | awesome gem hosting"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"trackback_total": 120,
|
22
|
-
"topsy_trackback_url": "http://topsy.com/tb/gems.rubyforge.org/",
|
23
|
-
"url": "http://gems.rubyforge.org/",
|
24
|
-
"title": "gemcutter | awesome gem hosting"
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"trackback_total": 9,
|
28
|
-
"topsy_trackback_url": "http://topsy.com/tb/robots.thoughtbot.com/post/165832471/gemcutter-org-redesign-preview",
|
29
|
-
"url": "http://robots.thoughtbot.com/post/165832471/gemcutter-org-redesign-preview",
|
30
|
-
"title": "Gemcutter.org redesign preview - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"trackback_total": 1,
|
34
|
-
"topsy_trackback_url": "http://topsy.com/tb/gist.github.com/245760",
|
35
|
-
"url": "http://gist.github.com/245760",
|
36
|
-
"title": "gist: 245760 - GitHub"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"trackback_total": 27,
|
40
|
-
"topsy_trackback_url": "http://topsy.com/tb/rubygems.org/",
|
41
|
-
"url": "http://rubygems.org/",
|
42
|
-
"title": "RubyGems Manuals"
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"trackback_total": 13,
|
46
|
-
"topsy_trackback_url": "http://topsy.com/tb/github.com/qrush/gemcutter/tree/master",
|
47
|
-
"url": "http://github.com/qrush/gemcutter/tree/master",
|
48
|
-
"title": "qrush's gemcutter at master - GitHub"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"trackback_total": 73,
|
52
|
-
"topsy_trackback_url": "http://topsy.com/tb/github.com/blog/515-gem-building-is-defunct",
|
53
|
-
"url": "http://github.com/blog/515-gem-building-is-defunct",
|
54
|
-
"title": "Gem Building is Defunct - GitHub"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"trackback_total": 12,
|
58
|
-
"topsy_trackback_url": "http://topsy.com/tb/github.com/blog/500-state-of-the-hub-rackspace-day-0",
|
59
|
-
"url": "http://github.com/blog/500-state-of-the-hub-rackspace-day-0",
|
60
|
-
"title": "State of the Hub: Rackspace day 0 - GitHub"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"trackback_total": 293,
|
64
|
-
"topsy_trackback_url": "http://topsy.com/tb/thewhuffiebank.org/",
|
65
|
-
"url": "http://thewhuffiebank.org/",
|
66
|
-
"title": "The Whuffie Bank - Reputation is Wealth"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"trackback_total": 1,
|
70
|
-
"topsy_trackback_url": "http://topsy.com/tb/gemcutter.org/gems/rtunesu",
|
71
|
-
"url": "http://gemcutter.org/gems/rtunesu",
|
72
|
-
"title": "rtunesu | gemcutter | awesome gem hosting"
|
73
|
-
}]
|
74
|
-
}
|
75
|
-
}
|
data/test/fixtures/search.json
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"request": {
|
3
|
-
"response_type": "json",
|
4
|
-
"resource": "search",
|
5
|
-
"parameters": {
|
6
|
-
"q": "NYE"
|
7
|
-
},
|
8
|
-
"url": "http://button.topsy.com/search.json?q=NYE"
|
9
|
-
},
|
10
|
-
"response": {
|
11
|
-
"page": 1,
|
12
|
-
"window": "m",
|
13
|
-
"total": 117731,
|
14
|
-
"perpage": 10,
|
15
|
-
"list": [{
|
16
|
-
"trackback_permalink": "http://twitter.com/spin/status/5164154014",
|
17
|
-
"content": "Science, autotuned, with Sagan, Bill Nye, Tyson, Feynman http://bit.ly/2tDk4y win!",
|
18
|
-
"score": 4.70643044,
|
19
|
-
"trackback_total": 2268,
|
20
|
-
"hits": 397,
|
21
|
-
"topsy_trackback_url": "http://topsy.com/trackback?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXGK84Poeynk",
|
22
|
-
"url": "http://www.youtube.com/watch?v=XGK84Poeynk",
|
23
|
-
"title": "YouTube - Symphony of Science - 'We Are All Connected' (ft. Sagan, Feynman, deGrasse Tyson & Bill Nye)",
|
24
|
-
"highlight": "Science, autotuned, with Sagan, Bill <span class=\"highlight-term\">Nye</span>, Tyson, Feynman http://bit.ly/2tDk4y win! "
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"trackback_permalink": "http://twitter.com/jimmyeatworld/status/6703729600",
|
28
|
-
"content": "Tweet To Win tickets to see us in Atlantic City on New Years Eve http://tweettow.in/jew_nye",
|
29
|
-
"score": 3.2793746,
|
30
|
-
"trackback_total": 267,
|
31
|
-
"hits": 257,
|
32
|
-
"topsy_trackback_url": "http://topsy.com/tb/tweettow.in/jew_nye",
|
33
|
-
"url": "http://tweettow.in/jew_nye",
|
34
|
-
"title": "Jimmy Eat World New Years Eve Tweet To Win! Twitter Contest",
|
35
|
-
"highlight": "Tweet To Win tickets to see us in Atlantic City on New Years Eve http://tweettow.in/jew_nye "
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"trackback_permalink": "http://twitter.com/riamarie/status/6704540214",
|
39
|
-
"content": "@JimmyEatWorld is performing in Atlantic City on New Years Eve http://bit.ly/jew_nye Tweet To Win tickets here http://tweettow.in/jew_nye",
|
40
|
-
"score": 2.46673536,
|
41
|
-
"trackback_total": 222,
|
42
|
-
"hits": 216,
|
43
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.ticketmaster.com/event/0200434E8DC84292",
|
44
|
-
"url": "http://www.ticketmaster.com/event/0200434E8DC84292",
|
45
|
-
"title": "Jimmy Eat World tickets Harrah's Resort Atlantic City Atlantic City, NJ, Directions, seating chart. Official",
|
46
|
-
"highlight": "@JimmyEatWorld is performing in Atlantic City on New Years Eve http://bit.ly/jew_nye Tweet To Win tickets here http://tweettow.in/jew_nye "
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"trackback_permalink": "http://twitter.com/cinevegas/status/5580832629",
|
50
|
-
"content": "RT @Vegas: Have you entered the @Vegas Tweepstakes? What’s Your Excuse to come to Vegas this NYE? #lvsweeps Details: http://bit.ly/lvsweeps",
|
51
|
-
"score": 2.08547235,
|
52
|
-
"trackback_total": 504,
|
53
|
-
"hits": 161,
|
54
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.visitlasvegas.com/Tweepstakes",
|
55
|
-
"url": "http://www.visitlasvegas.com/Tweepstakes",
|
56
|
-
"title": "Enter Tweepstakes today to win a New Year’s trip to Vegas & stay at the new Vdara! RT this! #lvsweeps",
|
57
|
-
"highlight": "RT @Vegas: Have you entered the @Vegas Tweepstakes? What’s Your Excuse to come to Vegas this <span class=\"highlight-term\">NYE</span>? #lvsweeps Details: http://bit.ly/lvsweeps…"
|
58
|
-
},
|
59
|
-
{
|
60
|
-
"trackback_permalink": "http://twitter.com/bigepaz/status/7238723956",
|
61
|
-
"content": "NIce! A rare Blue Moon tonight for NYE :) http://bit.ly/7SfQt8",
|
62
|
-
"score": 1.76893127,
|
63
|
-
"trackback_total": 918,
|
64
|
-
"hits": 69,
|
65
|
-
"topsy_trackback_url": "http://topsy.com/tb/news.yahoo.com/s/ap/20091230/ap_on_sc/us_sci_blue_moon",
|
66
|
-
"url": "http://news.yahoo.com/s/ap/20091230/ap_on_sc/us_sci_blue_moon",
|
67
|
-
"title": "Rare New Year's Eve 'blue moon' to ring in 2010 - Yahoo! News",
|
68
|
-
"highlight": "NIce! A rare Blue Moon tonight for <span class=\"highlight-term\">NYE</span> :) http://bit.ly/7SfQt8 "
|
69
|
-
},
|
70
|
-
{
|
71
|
-
"trackback_permalink": "http://twitter.com/rainnwilson/status/4699688554",
|
72
|
-
"content": "Bill Nye the Science Guy VS Religion: http://www.soulpancake.com/",
|
73
|
-
"score": 1.73702061,
|
74
|
-
"trackback_total": 1373,
|
75
|
-
"hits": 55,
|
76
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.soulpancake.com/",
|
77
|
-
"url": "http://www.soulpancake.com/",
|
78
|
-
"title": "SoulPancake | Chew On Life's Big Questions",
|
79
|
-
"highlight": "Bill <span class=\"highlight-term\">Nye</span> the Science Guy VS Religion: http://www.soulpancake.com/ "
|
80
|
-
},
|
81
|
-
{
|
82
|
-
"trackback_permalink": "http://twitter.com/problogger/status/7211472899",
|
83
|
-
"content": "Preparing for NYE? Check out our Fireworks Photography Tips - http://bit.ly/4qv3IM",
|
84
|
-
"score": 1.72081316,
|
85
|
-
"trackback_total": 450,
|
86
|
-
"hits": 30,
|
87
|
-
"topsy_trackback_url": "http://topsy.com/tb/digital-photography-school.com/how-to-photograph-fireworks",
|
88
|
-
"url": "http://digital-photography-school.com/how-to-photograph-fireworks",
|
89
|
-
"title": "How to Photograph Fireworks Displays",
|
90
|
-
"highlight": "Preparing for <span class=\"highlight-term\">NYE</span>? Check out our Fireworks Photography Tips - http://bit.ly/4qv3IM "
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"trackback_permalink": "http://twitter.com/iamdiddy/status/7222027205",
|
94
|
-
"content": "RT @sandrinecharles: @iamdiddy promotes safe travels in NYC + Vegas on NYE http://bit.ly/6v5CCZ Get your free ride! (via @perezhilton)",
|
95
|
-
"score": 1.59172273,
|
96
|
-
"trackback_total": 55,
|
97
|
-
"hits": 53,
|
98
|
-
"topsy_trackback_url": "http://topsy.com/tb/perezhilton.com/2009-12-30-diddy-cares-about-u-on-nye",
|
99
|
-
"url": "http://perezhilton.com/2009-12-30-diddy-cares-about-u-on-nye",
|
100
|
-
"title": "Perez Hilton: Diddy Cares About U On NYE!",
|
101
|
-
"highlight": "RT @sandrinecharles: @iamdiddy promotes safe travels in NYC + Vegas on <span class=\"highlight-term\">NYE</span> http://bit.ly/6v5CCZ Get your free ride! (via @perezhilton) "
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"trackback_permalink": "http://twitter.com/allisonpeltz/status/7200230271",
|
105
|
-
"content": "blue moon shining tomorrow night for NYE - http://bit.ly/4HVlwO",
|
106
|
-
"score": 1.40584981,
|
107
|
-
"trackback_total": 935,
|
108
|
-
"hits": 60,
|
109
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.cnn.com/2009/TECH/space/12/30/blue.moon/",
|
110
|
-
"url": "http://www.cnn.com/2009/TECH/space/12/30/blue.moon/",
|
111
|
-
"title": "Blue moon to shine on New Year's Eve - CNN.com",
|
112
|
-
"highlight": "blue moon shining tomorrow night for <span class=\"highlight-term\">NYE</span> - http://bit.ly/4HVlwO "
|
113
|
-
},
|
114
|
-
{
|
115
|
-
"trackback_permalink": "http://twitter.com/web2today/status/2351952044",
|
116
|
-
"content": "Best of the Rest: Bill Nye on the iPhone, Retro Twitter (Circa 1935) - Switched: Best of the Rest: Bill Nye on t.. http://tinyurl.com/p9htnf",
|
117
|
-
"score": 1.31912446,
|
118
|
-
"trackback_total": 49,
|
119
|
-
"hits": 44,
|
120
|
-
"topsy_trackback_url": "http://topsy.com/tb/www.switched.com/2009/06/26/best-of-the-rest-bill-nye-on-the-iphone-the-original-twitter/",
|
121
|
-
"url": "http://www.switched.com/2009/06/26/best-of-the-rest-bill-nye-on-the-iphone-the-original-twitter/",
|
122
|
-
"title": "Best of the Rest: Bill Nye on the iPhone, Retro Twitter (Circa 1935)",
|
123
|
-
"highlight": "Best of the Rest: Bill <span class=\"highlight-term\">Nye</span> on the iPhone, Retro Twitter (Circa 1935) - Switched: Best of the Rest: Bill <span class=\"highlight-term\">Nye</span> on t.. http://tinyurl.com/p9htnf…"
|
124
|
-
}]
|
125
|
-
}
|
126
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"request": {
|
3
|
-
"response_type": "json",
|
4
|
-
"resource": "searchcount",
|
5
|
-
"parameters": {
|
6
|
-
"q": "Balloon Boy"
|
7
|
-
},
|
8
|
-
"url": "http://button.topsy.com/searchcount.json?q=Balloon+Boy"
|
9
|
-
},
|
10
|
-
"response": {
|
11
|
-
"w": 425,
|
12
|
-
"a": 42289,
|
13
|
-
"m": 3659,
|
14
|
-
"d": 41,
|
15
|
-
"h": 0
|
16
|
-
}
|
17
|
-
}
|