mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Merge branch 'master' into snyk-fix-3d73353f
This commit is contained in:
commit
df8bae7ced
175 changed files with 41565 additions and 29735 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ gem 'builder', '~> 3.2'
|
|||
gem 'css_parser', '~> 1.3'
|
||||
gem 'htmlentities', '~> 4.3'
|
||||
gem 'mustache', '~> 1.0'
|
||||
gem 'nokogiri', '~> 1.6.6'
|
||||
gem 'nokogiri', '~> 1.10'
|
||||
gem 'rdiscount', '~> 2.1'
|
||||
gem 'sinatra', '~> 1.4'
|
||||
|
||||
|
|
|
|||
64
Gemfile.lock
64
Gemfile.lock
|
|
@ -1,19 +1,19 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.5.1)
|
||||
public_suffix (~> 2.0, >= 2.0.2)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
builder (3.2.3)
|
||||
coderay (1.1.1)
|
||||
css_parser (1.5.0)
|
||||
coderay (1.1.2)
|
||||
css_parser (1.6.0)
|
||||
addressable
|
||||
diff-lcs (1.3)
|
||||
ffi (1.9.18)
|
||||
formatador (0.2.5)
|
||||
guard (2.14.1)
|
||||
guard (2.14.2)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
lumberjack (~> 1.0)
|
||||
lumberjack (>= 1.0.12, < 2.0)
|
||||
nenv (~> 0.1)
|
||||
notiffany (~> 0.0)
|
||||
pry (>= 0.9.12)
|
||||
|
|
@ -30,49 +30,47 @@ GEM
|
|||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
lumberjack (1.0.12)
|
||||
method_source (0.8.2)
|
||||
mini_portile2 (2.1.0)
|
||||
method_source (0.9.0)
|
||||
mini_portile2 (2.4.0)
|
||||
mustache (1.0.5)
|
||||
nenv (0.3.0)
|
||||
nokogiri (1.6.8.1)
|
||||
mini_portile2 (~> 2.1.0)
|
||||
nokogiri (1.10.4)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
pry (0.10.4)
|
||||
pry (0.11.3)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
public_suffix (2.0.5)
|
||||
method_source (~> 0.9.0)
|
||||
public_suffix (3.0.1)
|
||||
rack (1.6.8)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
rb-fsevent (0.9.8)
|
||||
rb-inotify (0.9.8)
|
||||
ffi (>= 0.5.0)
|
||||
rb-fsevent (0.10.2)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rdiscount (2.2.0.1)
|
||||
rspec (3.6.0)
|
||||
rspec-core (~> 3.6.0)
|
||||
rspec-expectations (~> 3.6.0)
|
||||
rspec-mocks (~> 3.6.0)
|
||||
rspec-core (3.6.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-expectations (3.6.0)
|
||||
rspec (3.7.0)
|
||||
rspec-core (~> 3.7.0)
|
||||
rspec-expectations (~> 3.7.0)
|
||||
rspec-mocks (~> 3.7.0)
|
||||
rspec-core (3.7.1)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-expectations (3.7.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-mocks (3.6.0)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-mocks (3.7.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.6.0)
|
||||
rspec-support (3.6.0)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-support (3.7.0)
|
||||
ruby_dep (1.5.0)
|
||||
shellany (0.0.1)
|
||||
sinatra (1.4.8)
|
||||
rack (~> 1.5)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (>= 1.3, < 3)
|
||||
slop (3.6.0)
|
||||
thor (0.19.4)
|
||||
tilt (2.0.7)
|
||||
thor (0.20.0)
|
||||
tilt (2.0.8)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -83,10 +81,10 @@ DEPENDENCIES
|
|||
guard-rspec (~> 4.6)
|
||||
htmlentities (~> 4.3)
|
||||
mustache (~> 1.0)
|
||||
nokogiri (~> 1.6.6)
|
||||
nokogiri (~> 1.10)
|
||||
rdiscount (~> 2.1)
|
||||
rspec (~> 3.3)
|
||||
sinatra (~> 1.4)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
1.16.1
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -25,4 +25,4 @@ clean:
|
|||
spec:
|
||||
cd server && rspec -f documentation
|
||||
|
||||
.PHONY: compile publish publish_beta test_blog spec
|
||||
.PHONY: rss compile publish publish_beta test_blog clean spec
|
||||
|
|
|
|||
6342
package-lock.json
generated
6342
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -3,9 +3,9 @@
|
|||
"description": "samhuri.net",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"harp": "^0.24.0",
|
||||
"harp": "^0.29.0",
|
||||
"thepusher": "^0.1.4",
|
||||
"uglify-js": "^3.0.9",
|
||||
"uglify-js": "^3.4.9",
|
||||
"snyk": "^1.41.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -23,6 +23,23 @@ ExpiresDefault A259200
|
|||
Header append Cache-Control "private, must-revalidate"
|
||||
</FilesMatch>
|
||||
|
||||
# Add HSTS header https://tools.ietf.org/html/rfc6797
|
||||
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS
|
||||
|
||||
# Block pages from loading when they detect reflected XSS attacks
|
||||
Header set X-XSS-Protection "1; mode=block"
|
||||
|
||||
# Prevent browsers from incorrectly detecting non-scripts as scripts
|
||||
Header set X-Content-Type-Options "nosniff"
|
||||
|
||||
# Block site from being framed
|
||||
Header set X-Frame-Options "DENY"
|
||||
|
||||
# Content Security Policy generated by Mozilla's CSP Toolkit
|
||||
Header set Content-Security-Policy "default-src 'none'; img-src 'self' data: https://p.typekit.net; font-src 'self' https://use.typekit.net https://netdna.bootstrapcdn.com; script-src 'self' 'unsafe-inline' https://ajax.googleapis.com https://api.github.com https://gist.github.com https://use.typekit.net; style-src 'unsafe-inline' https://assets-cdn.github.com https://netdna.bootstrapcdn.com; base-uri 'none'; frame-ancestors 'none'; form-action 'none'"
|
||||
|
||||
# https://infosec.mozilla.org/guidelines/web_security#referrer-policy
|
||||
Header set Referrer-Policy "no-referrer, strict-origin-when-cross-origin"
|
||||
|
||||
################
|
||||
### Rewrites ###
|
||||
|
|
|
|||
|
|
@ -19,6 +19,17 @@
|
|||
"title": "Curriculum vitae"
|
||||
},
|
||||
"posts": [
|
||||
{
|
||||
"title": "A nil-coalescing alternative for Swift",
|
||||
"date": "6th October, 2017",
|
||||
"timestamp": 1507324813,
|
||||
"tags": [
|
||||
"ios",
|
||||
"swift"
|
||||
],
|
||||
"author": "Sami J. Samhuri",
|
||||
"url": "/posts/2017/10/swift-optional-or"
|
||||
},
|
||||
{
|
||||
"title": "Easy Optimization Wins",
|
||||
"date": "10th August, 2016",
|
||||
|
|
@ -116,17 +127,6 @@
|
|||
"author": "Sami J. Samhuri",
|
||||
"url": "/posts/2015/07/scripts-to-rule-them-all",
|
||||
"link": "http://githubengineering.com/scripts-to-rule-them-all/"
|
||||
},
|
||||
{
|
||||
"title": "→ Debugging Layouts with Recursive View Descriptions in Xcode",
|
||||
"date": "2nd June, 2015",
|
||||
"timestamp": 1433288135,
|
||||
"tags": [
|
||||
|
||||
],
|
||||
"author": "Sami J. Samhuri",
|
||||
"url": "/posts/2015/06/debugging-layouts-with-recursive-view-descriptions-in-xcode",
|
||||
"link": "http://jeffreysambells.com/2013/01/24/debugging-layouts-with-recursive-view-descriptions-in-xcode"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -26,7 +26,6 @@
|
|||
<% } -%>
|
||||
|
||||
<head>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
|
||||
<% if (typeof title != 'undefined') { -%>
|
||||
|
|
@ -54,7 +53,7 @@
|
|||
<link rel="dns-prefetch" href="https://gist.github.com">
|
||||
|
||||
<link rel="dns-prefetch" href="https://use.typekit.net">
|
||||
<script src="https://use.typekit.net/tcm1whv.js"></script>
|
||||
<script src="https://use.typekit.net/tcm1whv.js" integrity="sha384-Cajpx1SH5pZw/OSd5LTP9EBy6XLNv0Ti69o0b2bzYF6Zb8/P/Qy3BSbZpYZiUg0Q" crossorigin="anonymous"></script>
|
||||
<script>try{Typekit.load({ async: true });}catch(e){}</script>
|
||||
|
||||
<script>
|
||||
|
|
@ -75,7 +74,6 @@
|
|||
|
||||
<% var bodyClasses = current.path -%>
|
||||
<body class="<%= bodyClasses.join(' ') %>">
|
||||
|
||||
<header class="primary">
|
||||
<div class="title">
|
||||
<h1><a href="/"><%= site %></a></h1>
|
||||
|
|
@ -88,10 +86,10 @@
|
|||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/archive">Archive</a></li>
|
||||
<li><a href="/projects">Projects</a></li>
|
||||
<li class="email"><a href="mailto:sami@samhuri.net"><i class="fa fa-envelope"></i></a></li>
|
||||
<li class="rss"><a href="/feed.xml"><i class="fa fa-rss"></i></a></li>
|
||||
<li class="twitter"><a href="https://twitter.com/_sjs"><i class="fa fa-twitter"></i></a></li>
|
||||
<li class="github"><a href="https://github.com/samsonjs"><i class="fa fa-github"></i></a></li>
|
||||
<li class="email"><a href="mailto:sami@samhuri.net"><i class="fa fa-envelope"></i></a></li>
|
||||
<li class="rss"><a href="/feed.xml"><i class="fa fa-rss"></i></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
@ -150,22 +148,5 @@
|
|||
<% for (var i in allScripts) { -%>
|
||||
<script defer src="<%= allScripts[i] %>"></script>
|
||||
<% } -%>
|
||||
|
||||
<script>
|
||||
var _gaq = _gaq || []
|
||||
_gaq.push( ['_setAccount', 'UA-214054-5']
|
||||
, ['_trackPageview']
|
||||
)
|
||||
|
||||
;(function() {
|
||||
var ga = document.createElement('script')
|
||||
ga.type = 'text/javascript'
|
||||
ga.async = true
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(ga, s)
|
||||
}())
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ body {
|
|||
margin: 0 auto;
|
||||
max-width: 48rem;
|
||||
width: 90%;
|
||||
padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
|
||||
}
|
||||
|
||||
@media (min-width: @screen-medium) {
|
||||
|
|
@ -75,27 +76,34 @@ img {
|
|||
|
||||
/**
|
||||
* Site styles
|
||||
* Light mode is the default
|
||||
*/
|
||||
|
||||
// colors
|
||||
@background: #f7f7f7;
|
||||
@text: #222;
|
||||
@highlight: #a00;
|
||||
@light-background: #f7f7f7;
|
||||
@light-text: #222;
|
||||
@light-highlight: #a00;
|
||||
@light-separator-grey: #ddd;
|
||||
|
||||
@dark-background: #000;
|
||||
@dark-text: #ddd;
|
||||
@dark-highlight: #900;
|
||||
@dark-separator-grey: #ddd;
|
||||
|
||||
@email-white: #fff;
|
||||
@rss-orange: #f60;
|
||||
@twitter-blue: #4099ff;
|
||||
@github-blue: #4183c4;
|
||||
|
||||
@separator-grey: #ddd;
|
||||
|
||||
// font weight
|
||||
@weight-thin: 400;
|
||||
|
||||
// main styles
|
||||
body {
|
||||
background-color: @background;
|
||||
color: @text;
|
||||
background-color: @light-background;
|
||||
color: @light-text;
|
||||
font-family: 'museo-sans', 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
|
@ -107,11 +115,11 @@ nav {
|
|||
}
|
||||
|
||||
a {
|
||||
color: lighten(@highlight, 5%);
|
||||
color: lighten(@light-highlight, 5%);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: @highlight;
|
||||
color: @light-highlight;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
@ -119,15 +127,15 @@ hr {
|
|||
height: 0;
|
||||
margin: 0 auto;
|
||||
border: 0;
|
||||
border-top: 1px solid @separator-grey;
|
||||
border-top: 1px solid @light-separator-grey;
|
||||
}
|
||||
|
||||
header.primary {
|
||||
background-color: darken(@text, 5%);
|
||||
color: @background;
|
||||
padding: 0.4rem 0.8rem;
|
||||
border-bottom: solid 1px lighten(@text, 40%);
|
||||
box-shadow: 0 0 12px 2px @text;
|
||||
background-color: darken(@light-text, 5%);
|
||||
color: @light-background;
|
||||
padding: 0.4rem 2.5rem;
|
||||
border-bottom: solid 1px lighten(@light-text, 40%);
|
||||
box-shadow: 0 0 12px 2px @light-text;
|
||||
|
||||
.title {
|
||||
float: left;
|
||||
|
|
@ -147,23 +155,23 @@ header.primary {
|
|||
font-size: 1.3rem;
|
||||
|
||||
a, a:visited {
|
||||
color: @background;
|
||||
color: @light-background;
|
||||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
height: 0.8rem;
|
||||
font-size: 0.8rem;
|
||||
color: darken(@background, 10%);
|
||||
color: darken(@light-background, 10%);
|
||||
}
|
||||
|
||||
h4 a {
|
||||
color: darken(@background, 10%);
|
||||
color: darken(@light-background, 10%);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h4 a:hover {
|
||||
color: @background;
|
||||
color: @light-background;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
@ -176,12 +184,12 @@ header.primary {
|
|||
float: right;
|
||||
clear: none;
|
||||
|
||||
padding: 0.65rem 0;
|
||||
padding-top: 0.65rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: lighten(@highlight, 7%);
|
||||
color: lighten(@light-highlight, 7%);
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
@ -191,34 +199,36 @@ header.primary {
|
|||
li {
|
||||
display: inline-block;
|
||||
list-style-type: none;
|
||||
padding: 0.1rem 0.3rem;
|
||||
font-size: 1.1rem;
|
||||
padding: 0.2rem 0.4rem;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
li:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
li i.fa {
|
||||
font-size: 1.1rem;
|
||||
color: darken(@background, 10%);
|
||||
|
||||
-o-transition: 0.2s;
|
||||
-ms-transition: 0.2s;
|
||||
-moz-transition: 0.2s;
|
||||
-webkit-transition: 0.2s;
|
||||
transition: 0.2s;
|
||||
font-size: 1.4rem;
|
||||
padding: 0.2rem;
|
||||
}
|
||||
|
||||
li.email i.fa:hover {
|
||||
color: @email-white, 10%;
|
||||
li.email i.fa {
|
||||
color: darken(@email-white, 10%);
|
||||
}
|
||||
|
||||
li.rss i.fa:hover {
|
||||
li.rss i.fa {
|
||||
color: desaturate(@rss-orange, 20%);
|
||||
}
|
||||
|
||||
li.twitter i.fa:hover {
|
||||
li.twitter i.fa {
|
||||
color: desaturate(@twitter-blue, 20%);
|
||||
}
|
||||
|
||||
li.github i.fa:hover {
|
||||
li.github i.fa {
|
||||
color: @github-blue;
|
||||
}
|
||||
|
||||
|
|
@ -229,26 +239,70 @@ header.primary {
|
|||
footer {
|
||||
padding: 1rem 0;
|
||||
text-align: center;
|
||||
color: lighten(@text, 30%);
|
||||
color: lighten(@light-text, 30%);
|
||||
font-family: 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
|
||||
a, a:visited {
|
||||
color: lighten(@text, 30%);
|
||||
color: lighten(@light-text, 30%);
|
||||
}
|
||||
}
|
||||
|
||||
/* iPhone X */
|
||||
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
|
||||
// dark mode
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
background-color: @dark-background;
|
||||
color: @dark-text;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lighten(@dark-highlight, 5%);
|
||||
}
|
||||
}
|
||||
@media only screen and (orientation: landscape) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
|
||||
.container {
|
||||
padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
|
||||
|
||||
a:visited {
|
||||
color: @dark-highlight;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top-color: @dark-separator-grey;
|
||||
}
|
||||
|
||||
header.primary {
|
||||
padding: 0.4rem constant(safe-area-inset-right) 0.4rem constant(safe-area-inset-left);
|
||||
background-color: lighten(@dark-background, 7%);
|
||||
color: @dark-text;
|
||||
border-bottom: solid 1px lighten(@dark-background, 30%);
|
||||
box-shadow: 0 0 12px 2px lighten(@dark-background, 25%);
|
||||
|
||||
h1 {
|
||||
a, a:visited {
|
||||
color: @dark-text;
|
||||
}
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: darken(@dark-text, 10%);
|
||||
}
|
||||
|
||||
h4 a {
|
||||
color: darken(@dark-text, 10%);
|
||||
}
|
||||
|
||||
h4 a:hover {
|
||||
color: @dark-text;
|
||||
}
|
||||
|
||||
nav {
|
||||
a, a:visited {
|
||||
color: lighten(@dark-highlight, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
color: darken(@dark-text, 30%);
|
||||
|
||||
a, a:visited {
|
||||
color: darken(@dark-text, 30%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -276,13 +330,22 @@ ul.archive {
|
|||
time {
|
||||
font-size: 80%;
|
||||
padding-left: 0.5rem;
|
||||
color: lighten(@text, 30%);
|
||||
color: lighten(@light-text, 30%);
|
||||
}
|
||||
|
||||
} /* li */
|
||||
|
||||
} /* ul.archive */
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
ul.archive {
|
||||
li {
|
||||
time {
|
||||
color: darken(@dark-text, 30%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Projects
|
||||
|
|
@ -354,7 +417,7 @@ article {
|
|||
|
||||
time {
|
||||
margin-top: 0.3rem;
|
||||
color: lighten(@text, 35%);
|
||||
color: lighten(@light-text, 35%);
|
||||
font-family: 'Helvetica Neue', 'Verdana', sans-serif;
|
||||
}
|
||||
|
||||
|
|
@ -364,7 +427,7 @@ article {
|
|||
|
||||
p.fin {
|
||||
text-align: center;
|
||||
color: darken(@background, 20%);
|
||||
color: darken(@light-background, 20%);
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
|
|
@ -372,7 +435,7 @@ blockquote {
|
|||
margin-left: 6%;
|
||||
font-family: 'Helvetica Neue', 'Verdana', 'Roboto', sans-serif;
|
||||
font-style: italic;
|
||||
color: lighten(@text, 15%);
|
||||
color: lighten(@light-text, 15%);
|
||||
}
|
||||
|
||||
blockquote:before {
|
||||
|
|
@ -393,7 +456,7 @@ ul.audio audio {
|
|||
}
|
||||
|
||||
pre {
|
||||
background-color: darken(@background, 5%);
|
||||
background-color: darken(@light-background, 5%);
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
|
|
@ -403,6 +466,27 @@ pre.line-numbers {
|
|||
color: #888;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
article {
|
||||
header {
|
||||
time {
|
||||
color: darken(@dark-text, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p.fin {
|
||||
color: lighten(@dark-background, 30%);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: darken(@dark-text, 15%);
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: lighten(@dark-background, 8%);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve embedded Gist styles
|
||||
|
|
|
|||
20
public/cv.md
20
public/cv.md
|
|
@ -1,10 +1,28 @@
|
|||
### Work History
|
||||
|
||||
**[1 Second Everyday](https://1se.co)**<br>
|
||||
_CTO_<br>
|
||||
June 2016 - present
|
||||
|
||||
As the first tech hire I brought our primary product in-house, an iOS app that was built by contractors. I moved ahead with new features while refactoring the inner parts. This improved the architecture and mode it much more reliable and robust. I modernized the Objective-C code while writing new code in Swift.
|
||||
|
||||
After that I began building a team of developers and we created a service using Ruby on Rails that provides accounts, subscription management, and backup to our mobile apps; and brought our Android app in-house, completely rewriting it for version 3.0. We migrated our entire UI from landscape to portrait orientation on iOS, and also made the switch from a paid-up-front app to one with a subscription service.
|
||||
|
||||
I designed and built out our infrastructure for the service on AWS, fully managed using Terraform. It consists of many AWS services including VPC, RDS Aurora (Postgres), ElasticBeanstalk, S3, ElastiCache (Redis), SQS, Lambda, and CloudFront.
|
||||
|
||||
As of fall 2019 the tech team has 8 developers across Android, iOS, and services.
|
||||
|
||||
**Accolades**
|
||||
|
||||
- 2017: Won a Webby for Best Use of Mobile Camera
|
||||
|
||||
- 2019: Closed a round of funding with Indie VC
|
||||
|
||||
**[Mashable](http://mashable.com)**<br>
|
||||
_iOS Engineer_<br>
|
||||
March 2014 - April 2016
|
||||
|
||||
Worked on a rewrite of the [Mashable iOS app][mashable] and other iOS projects.
|
||||
Worked on a rewrite of the [Mashable iOS app][mashable] and other iOS projects that were cancelled before launch after 2 years of development, and were covered under NDA.
|
||||
|
||||
[mashable]: https://itunes.apple.com/ca/app/mashable/id910775754?mt=8
|
||||
|
||||
|
|
|
|||
0
public/fonts/fontawesome-webfont.eot
Executable file → Normal file
0
public/fonts/fontawesome-webfont.eot
Executable file → Normal file
0
public/fonts/fontawesome-webfont.svg
Executable file → Normal file
0
public/fonts/fontawesome-webfont.svg
Executable file → Normal file
|
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 197 KiB |
0
public/fonts/fontawesome-webfont.ttf
Executable file → Normal file
0
public/fonts/fontawesome-webfont.ttf
Executable file → Normal file
0
public/fonts/fontawesome-webfont.woff
Executable file → Normal file
0
public/fonts/fontawesome-webfont.woff
Executable file → Normal file
BIN
public/images/sunset-lol.jpg
Normal file
BIN
public/images/sunset-lol.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 KiB |
0
public/nexa/NexaBold.otf
Executable file → Normal file
0
public/nexa/NexaBold.otf
Executable file → Normal file
0
public/nexa/NexaLight.otf
Executable file → Normal file
0
public/nexa/NexaLight.otf
Executable file → Normal file
|
|
@ -1,10 +1,8 @@
|
|||
<a href="http://en.wikipedia.org/wiki/Van_Jacobson">Van Jacobson</a> gave a <a href="http://video.google.com/videoplay?docid=-6972678839686672840">Google Tech Talk</a> on some of his ideas of how a modern, global network could work more effectively, and with more trust in the data which changes many hands on its journey to its final destination.
|
||||
<a href="http://en.wikipedia.org/wiki/Van_Jacobson">Van Jacobson</a> gave a <a href="https://www.youtube.com/watch?v=gqGEMQveoqg">Google Tech Talk</a> on some of his ideas of how a modern, global network could work more effectively, and with more trust in the data which changes many hands on its journey to its final destination.
|
||||
|
||||
<div style="width:100%;text-align:center;">
|
||||
<embed style="width:400px; height:326px;" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-6972678839686672840"> </embed>
|
||||
<br>
|
||||
<a href="http://video.google.com/videoplay?docid=-6972678839686672840">Watch the talk on Google's site</a>
|
||||
</div>
|
||||
<p style="width:100%;text-align:center;">
|
||||
<a href="https://www.youtube.com/watch?v=gqGEMQveoqg">A New Way to Look at Networking</a>
|
||||
</p>
|
||||
|
||||
The man is very smart and his ideas are fascinating. He has the experience and knowledge to see the big picture and what can be done to solve some of the new problems we have. He starts with the beginning of the phone networks and then goes on to briefly explain the origins of the <a href="http://en.wikipedia.org/wiki/ARPANET">ARPAnet</a>, which evolved into the modern Internet and TCP/IP and the many other protocols we use daily (often behind the scenes).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
I lived in <a href="http://en.wikipedia.org/wiki/Victoria%2C_British_Columbia">Victoria</a> for over a year before I ever rode the <a href="http://www.bcferries.com/">ferry</a> between <a href="http://en.wikipedia.org/wiki/Vancouver_Island">Vancouver Island</a> and <a href="http://en.wikipedia.org/wiki/Tsawwassen">Tsawwassen</a> (ignoring the time I was in BC with my family about 16 years ago, that is). I always just flew in and out of Victoria directly. The ferry is awesome and the view is incredible, navigating through all those little islands. Last time I rode the ferry I snapped this shot. It's possibly the best picture I've taken on that trip.
|
||||
|
||||
<a href="http://sami.samhuri.net/files/original.jpg" class="photo"><img src="http://sami.samhuri.net/files/small.jpg" title="Sunset" alt="Sunset" /></a>
|
||||
<img src="https://samhuri.net/images/sunset-lol.jpg" title="Sunset" alt="Sunset">
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ Mac).</p>
|
|||
<a href="/posts/2010/01/working-with-c-style-structs-in-ruby">
|
||||
CStruct</a> we define the Mach header like so:</p>
|
||||
|
||||
<script src="https://gist.github.com/280635.js"></script>
|
||||
<script src="https://gist.github.com/280635.js" integrity="mDxjhIjSzfTrTGCoJEal7X5EowTQWcPyyE9xuDaRH4Al5wWVemvfjJr3WT0QCOGA" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<h2>Segments</h2>
|
||||
|
|
@ -82,7 +82,7 @@ e.g. \_\_DATA or \_\_TEXT </p>
|
|||
<p>The code exposes some more details about segment commands, but should
|
||||
be easy enough to follow.</p>
|
||||
|
||||
<script src="https://gist.github.com/280642.js"></script>
|
||||
<script src="https://gist.github.com/280642.js" integrity="eY3t12vnVg5AdETSbfxWASVlAMXw8Ti7m7V2siEe9AmPncn5rckLDlh5jWBGYBbJ" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<h2>Sections</h2>
|
||||
|
|
@ -105,7 +105,7 @@ two underscores, e.g. \_\_bss or \_\_text</p>
|
|||
|
||||
<p>Finally, the Ruby code describing section structs:</p>
|
||||
|
||||
<script src="https://gist.github.com/280643.js"></script>
|
||||
<script src="https://gist.github.com/280643.js" integrity="TTawOAzAxNuDvbcDU7DXvkoK6vBygkHd1Web2mk2sKx9iCK1ZOnWUPU9tZUDFzig" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<h2>macho.rb</h2>
|
||||
|
|
|
|||
|
|
@ -28,11 +28,11 @@ supported by Array#pack is fairly easy to add though.
|
|||
First a quick example and then we'll get into the CStruct class itself. In
|
||||
C you may write the following to have one struct "inherit" from another:
|
||||
|
||||
<script src="https://gist.github.com/279790.js"></script>
|
||||
<script src="https://gist.github.com/279790.js" integrity="YxFzbbrt2TOJJW0q8lfvUTM8cYYau3pFyLY6rO2lTP88bfioQJmTcboCd+i2QHCZ" crossorigin="anonymous"></script>
|
||||
|
||||
With CStruct in Ruby that translates to:
|
||||
|
||||
<script src="https://gist.github.com/279794.js"></script>
|
||||
<script src="https://gist.github.com/279794.js" integrity="FlnBwix8W7tFGWzEAMuLWxw5n7mYpeIQ1ka50tSODtlveSO/pwsl79nJvSTjx1dE" crossorigin="anonymous"></script>
|
||||
|
||||
CStructs act like Ruby's built-in Struct to a certain extent. They are
|
||||
instantiated the same way, by passing values to #new in the same order they
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<p>2k, 61 lines. 10 of which are Google Analytics JavaScript. Let's glance at some of it.<p>
|
||||
|
||||
<script src="https://gist.github.com/663655.js?file=chalk.html"></script>
|
||||
<script src="https://gist.github.com/663655.js?file=chalk.html" integrity="ehqYRqyTpCUg6YjDKot9ExDBzsGQeG/z5zA/AGwARk+bIRry5GWtM0GrPSNBSZ8v" crossorigin="anonymous"></script>
|
||||
|
||||
<p>Standard html5 doctype, and a manifest for <a href="http://diveintohtml5.org/offline.html">application caching</a>.</p>
|
||||
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<p>The interesting thing about the HTML is that without any JavaScript or CSS the document would be a completely blank white page (except for a strange looking share button w/ no title). Talk about progressive enhancement. Here's a look at the HTML:</p>
|
||||
|
||||
<script src="https://gist.github.com/663642.js?file=chalk.html"></script>
|
||||
<script src="https://gist.github.com/663642.js?file=chalk.html" integrity="/2zaq6161iZrVdj2vMWk9UJh1tn1P5AYcu1wDu+Sae/hZPRRSkPoeSxCFilQY0OK" crossorigin="anonymous"></script>
|
||||
|
||||
<p>Onward.</p>
|
||||
|
||||
|
|
@ -59,16 +59,14 @@ background.jpg 1024x946px</div>
|
|||
|
||||
<p>The background is the blackboard itself, and is almost square at 1024x946. The cork border and light switch are there too. This is set as the background-image of the html element and is positioned at a negative x or y in order to centre it properly. <a href="https://developer.mozilla.org/En/CSS/Media_queries">CSS media queries</a> are used to detect the screen's orientation. This way the same image is used for both orientations, clever.</p>
|
||||
|
||||
<script src="https://gist.github.com/663656.js?file=chalk-01.css">
|
||||
</script>
|
||||
<script src="https://gist.github.com/663656.js?file=chalk-01.css" integrity="pppzC38xO2zCUDo3i8TDUOJE+xJVOQICKUrf/WwJ0WQ46YaoAH67MY5Jx+4l1T/+" crossorigin="anonymous"></script>
|
||||
|
||||
<p> </p>
|
||||
<h3>Chalkboard</h3>
|
||||
|
||||
<p>Just a canvas element positioned over the chalkboard using media queries. There's also an image element called "output" used to render an image for sharing.</p>
|
||||
|
||||
<script src="https://gist.github.com/663675.js?file=chalk-chalkboard.css">
|
||||
</script>
|
||||
<script src="https://gist.github.com/663675.js?file=chalk-chalkboard.css" integrity="BX9UFBSGXL1TncyiwyJMw79vWvRL/06rRBRpiSWckzpPhtXIg3JPP0nHTGVrDDOw" crossorigin="anonymous"></script>
|
||||
|
||||
<p> </p>
|
||||
<h3>Sprites</h3>
|
||||
|
|
@ -87,8 +85,7 @@ chalk-sprites.png </div>
|
|||
|
||||
<p>The dimmers background color is black at 67% opacity. The shade element fades in using -webkit-transition: on its visibility property while the dimmers use CSS3 transitions on their background. The dimmers are positioned using media queries as well, one on each side of the board. Interestingly their parent shade has a height and width of 0. Rather than each having a unique id they just have the class "dim" and the :nth-child pseudo-class selector is used to position them independently.</p>
|
||||
|
||||
<script src="https://gist.github.com/663664.js?file=chalk-02.css">
|
||||
</script>
|
||||
<script src="https://gist.github.com/663664.js?file=chalk-02.css" integrity="DYm5GZcNahZ2E6wvgVdRPEoEckwcaXSGC5WkJ7a9n+sgKfqPXSCrK7oeg1Jkj44m" crossorigin="anonymous"></script>
|
||||
|
||||
<p>If you took a look at the HTML before you'll have noticed there's no shade class defined on the body element. Looks like they're using JavaScript to add the shade class to body, triggering the transitions to the visible shades and setting the dimmers backgrounds to black at the same time, causing the fading effect. The shade fades in while the ledge and share button fade out.</p>
|
||||
|
||||
|
|
@ -99,8 +96,7 @@ chalk-sprites.png </div>
|
|||
|
||||
<p>There are 2 layers to the tools on the ledge. There are the images of the tools and their indicators, but also an anchor element for each tool that acts as targets to select them. When tools are select the indicators fade in and out using CSS3 transitions on opacity by adding and removing the class "active" on the tool.</p>
|
||||
|
||||
<script src="https://gist.github.com/663693.js?file=chalk-indicators.css">
|
||||
</script>
|
||||
<script src="https://gist.github.com/663693.js?file=chalk-indicators.css" integrity="lFgXKJuvG2xQO0l7Vl21bkmZb944FpW2qPxrPnIgKvhr0ODCdnLQB6lKF6uI98EU" crossorigin="anonymous"></script>
|
||||
|
||||
<p>There are pattern images for each colour of chalk, and one for the the eraser. The eraser "pattern" is the entire blackboard so erasing it doesn't look ugly. I love that kind of attention to detail.<p>
|
||||
|
||||
|
|
@ -126,7 +122,7 @@ chalk-sprites.png </div>
|
|||
<h3>Initialization</h3>
|
||||
|
||||
<p> </p>
|
||||
<script src="https://gist.github.com/664206.js?file=chalk-init.js"></script>
|
||||
<script src="https://gist.github.com/664206.js?file=chalk-init.js" integrity="tbSAEZ/VTMgIt18Rbpfrg+CHEwiF6ycYO+zvaVGvvd1Agot0A6ADUv8OYUrxzDC8" crossorigin="anonymous"></script>
|
||||
|
||||
<p>First we get a handle on all the elements and the canvas' 2d drawing context. I almost want to say views and controls as it really feels just like hooking up a controller and view in a desktop GUI app. Sometimes the line between dynamic web page and web app are blurred, not so here. Chalk is 100% app.</p>
|
||||
|
||||
|
|
@ -138,7 +134,7 @@ chalk-sprites.png </div>
|
|||
<h3>Tools</h3>
|
||||
|
||||
<p> </p>
|
||||
<script src="https://gist.github.com/664214.js?file=chalk-tools.js"></script>
|
||||
<script src="https://gist.github.com/664214.js?file=chalk-tools.js" integrity="Sohq8Y7ObQwXkvxCgVQbL1LmL3jNCRWcbmK1CxWPfapBaznfs6riRw+P16tA0Q2I" crossorigin="anonymous"></script>
|
||||
|
||||
<p><code>createPattern(name, callback)</code> loads one of the pattern images, chalk-tile-*, and then creates a pattern in the drawing context and passes it to the given callback.</p>
|
||||
|
||||
|
|
@ -152,7 +148,7 @@ chalk-sprites.png </div>
|
|||
<h3>Drawing</h3>
|
||||
|
||||
<p> </p>
|
||||
<script src="https://gist.github.com/664235.js?file=chalk-drawing.js"></script>
|
||||
<script src="https://gist.github.com/664235.js?file=chalk-drawing.js" integrity="26RRKEGNAmNefZzu2YRq57uk5kkUgHjyXINmZW4QN2cPjeUfTZ9CNmcGHxwNpe9c" crossorigin="anonymous"></script>
|
||||
|
||||
<p>Drawing is done by listening for touch events on the canvas element. An array of points to draw is initialized to a 1-element array containing <code>null</code>. Null values make the draw function break up the line being drawn by skipping the next point in the array. x and y coords are initialized in touchstart, points are appended to the points array in touchmove, and the touchend handler appends two points and null to the points array to end the line. I'm not sure why <code>[x, y]</code> is used as the points in the touchend handler rather than coords from the event. Please leave a comment if you know why!</p>
|
||||
|
||||
|
|
@ -164,7 +160,8 @@ chalk-sprites.png </div>
|
|||
<h3>Light Switch & Shade</h3>
|
||||
|
||||
<p> </p>
|
||||
<script src="https://gist.github.com/664260.js?file=chalk-shade.js"></script>
|
||||
<script src="https://gist.github.com/664260.js?file=chalk-shade.js" integrity="mJqbDt7at8NZ71dB7ItvDOdAKnEzyfVHTRcz0l10vbA0ts1noJ7p9vms8nY4XmZ1" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
<p>When the light switch is touched (or clicked) the shade class on the body element is toggled. Nothing to it.</p>
|
||||
|
||||
|
|
@ -172,7 +169,7 @@ chalk-sprites.png </div>
|
|||
<h3>Sharing</h3>
|
||||
|
||||
<p> </p>
|
||||
<script src="https://gist.github.com/664263.js?file=chalk-share.js"></script>
|
||||
<script src="https://gist.github.com/664263.js?file=chalk-share.js" integrity="dZjSHFCC1c/tNiNkCbgoA4HRWLhU6Jp6o/Y01moDS475DhFc0P6IKqv/Whv2F67z" crossorigin="anonymous"></script>
|
||||
|
||||
<p>The share window is opened after a 10ms delay, just enough time for any drawing to be completed before rendering the image. The image is created by assigning the result of canvas' <code>toDataURL()</code> method to the output image element's src attribute.</p>
|
||||
|
||||
|
|
@ -187,7 +184,8 @@ chalk-sprites.png </div>
|
|||
|
||||
<p>Have fun drawing. Thanks to 37signals for a beautiful (and useful) example of a few modern web technologies.</p>
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" integrity="FCH+BDvbbRK+EjZ1g42eTND9RNJ4HoVNhmJoGkn0lU4Q/0SGQvjt5yQGJKL8B74e" crossorigin="anonymous"></script>
|
||||
|
||||
<script>function addLineNumbersToAllGists() {
|
||||
$('.gist').each( function() {
|
||||
_addLineNumbersToGist('#' + $(this).attr('id'));
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ I try to strike a reasonable balance between writing everything for this site my
|
|||
|
||||
The result is about two dozen additional lines of Ruby in my static generator, and a command added to a Makefile. The Ruby code generates a short URL for each of my blog posts and then creates a [RewriteRule][RewriteRule] directive to redirect that short codes to each corresponding blog post. Then the directives are dumped into a .htaccess file which is [scp][scp]'d to s42.ca when I run `make publish_blog`.
|
||||
|
||||
<script src="https://gist.github.com/1458844.js"></script>
|
||||
<script src="https://gist.github.com/1458844.js" integrity="iNDnkp2oj64ircMerEnfkbzlYeoUammDd8nZRZfUl5KVhbXEdNDaIR3Gj71L/x2Y" crossorigin="anonymous"></script>
|
||||
|
||||
I think this is a pretty neat hack and have not seen this technique anywhere else so I thought I'd share it. Maybe someone else will find it interesting or useful for their blog. How far it scales won't be a concern until I have thousands of posts. That sounds like a good problem for future Sami to solve should it arise.
|
||||
|
||||
|
|
|
|||
15
public/posts/2017/10/_data.json
Normal file
15
public/posts/2017/10/_data.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"swift-optional-or": {
|
||||
"id": "swift-optional-or",
|
||||
"author": "Sami J. Samhuri",
|
||||
"title": "A nil-coalescing alternative for Swift",
|
||||
"date": "6th October, 2017",
|
||||
"timestamp": 1507324813,
|
||||
"link": null,
|
||||
"url": "/posts/2017/10/swift-optional-or",
|
||||
"tags": [
|
||||
"ios",
|
||||
"swift"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
public/posts/2017/10/index.ejs
Normal file
1
public/posts/2017/10/index.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<%- partial('../../_month') %>
|
||||
28
public/posts/2017/10/swift-optional-or.md
Normal file
28
public/posts/2017/10/swift-optional-or.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Swift compile times leave something to be desired and a common culprit is the affectionately-named [nil-coalescing operator][nilop]. A small extension to `Optional` can improve this without sacrificing a lot of readability.
|
||||
|
||||
```Swift
|
||||
extension Optional {
|
||||
func or(_ defaultValue: Wrapped) -> Wrapped {
|
||||
switch self {
|
||||
case .none: return defaultValue
|
||||
case let .some(value): return value
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
And you use it like so:
|
||||
|
||||
```Swift
|
||||
let dict: [String : String] = [:]
|
||||
let maybeString = dict["not here"]
|
||||
print("the string is: \(maybeString.or("default"))")
|
||||
let otherString = dict["not here"].or("something else")
|
||||
```
|
||||
|
||||
I'm sure someone else has come up with this already but I haven't seen it yet.
|
||||
|
||||
_([gist available here][gist])_
|
||||
|
||||
[nilop]: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/BasicOperators.html#//apple_ref/doc/uid/TP40014097-CH6-ID72
|
||||
[gist]: https://gist.github.com/samsonjs/c8933c07ad985b74aba994f2fdab8b47
|
||||
1
public/posts/2017/index.ejs
Normal file
1
public/posts/2017/index.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<%- partial('../_year') %>
|
||||
1
public/posts/2018/index.ejs
Normal file
1
public/posts/2018/index.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<%- partial('../_year') %>
|
||||
1
public/posts/2019/index.ejs
Normal file
1
public/posts/2019/index.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
<%- partial('../_year') %>
|
||||
0
public/tweets/README.txt
Executable file → Normal file
0
public/tweets/README.txt
Executable file → Normal file
0
public/tweets/css/application.min.css
vendored
Executable file → Normal file
0
public/tweets/css/application.min.css
vendored
Executable file → Normal file
4
public/tweets/data/js/payload_details.js
Executable file → Normal file
4
public/tweets/data/js/payload_details.js
Executable file → Normal file
|
|
@ -1,5 +1,5 @@
|
|||
var payload_details = {
|
||||
"tweets" : 7902,
|
||||
"created_at" : "2017-04-24 18:12:01 +0000",
|
||||
"tweets" : 8159,
|
||||
"created_at" : "2019-04-16 19:57:24 +0000",
|
||||
"lang" : "en"
|
||||
}
|
||||
216
public/tweets/data/js/tweet_index.js
Executable file → Normal file
216
public/tweets/data/js/tweet_index.js
Executable file → Normal file
|
|
@ -1,4 +1,148 @@
|
|||
var tweet_index = [ {
|
||||
"file_name" : "data\/js\/tweets\/2019_04.js",
|
||||
"year" : 2019,
|
||||
"var_name" : "tweets_2019_04",
|
||||
"tweet_count" : 10,
|
||||
"month" : 4
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2019_03.js",
|
||||
"year" : 2019,
|
||||
"var_name" : "tweets_2019_03",
|
||||
"tweet_count" : 15,
|
||||
"month" : 3
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2019_02.js",
|
||||
"year" : 2019,
|
||||
"var_name" : "tweets_2019_02",
|
||||
"tweet_count" : 3,
|
||||
"month" : 2
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2019_01.js",
|
||||
"year" : 2019,
|
||||
"var_name" : "tweets_2019_01",
|
||||
"tweet_count" : 25,
|
||||
"month" : 1
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_12.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_12",
|
||||
"tweet_count" : 28,
|
||||
"month" : 12
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_11.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_11",
|
||||
"tweet_count" : 1,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_10.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_10",
|
||||
"tweet_count" : 11,
|
||||
"month" : 10
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_09.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_09",
|
||||
"tweet_count" : 8,
|
||||
"month" : 9
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_08.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_08",
|
||||
"tweet_count" : 28,
|
||||
"month" : 8
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_07.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_07",
|
||||
"tweet_count" : 17,
|
||||
"month" : 7
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_06.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_06",
|
||||
"tweet_count" : 19,
|
||||
"month" : 6
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_05.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_05",
|
||||
"tweet_count" : 6,
|
||||
"month" : 5
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_04.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_04",
|
||||
"tweet_count" : 6,
|
||||
"month" : 4
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_03.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_03",
|
||||
"tweet_count" : 10,
|
||||
"month" : 3
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_02.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_02",
|
||||
"tweet_count" : 9,
|
||||
"month" : 2
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2018_01.js",
|
||||
"year" : 2018,
|
||||
"var_name" : "tweets_2018_01",
|
||||
"tweet_count" : 22,
|
||||
"month" : 1
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_12.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_12",
|
||||
"tweet_count" : 14,
|
||||
"month" : 12
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_11.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_11",
|
||||
"tweet_count" : 18,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_10.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_10",
|
||||
"tweet_count" : 6,
|
||||
"month" : 10
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_09.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_09",
|
||||
"tweet_count" : 8,
|
||||
"month" : 9
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_08.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_08",
|
||||
"tweet_count" : 15,
|
||||
"month" : 8
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_07.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_07",
|
||||
"tweet_count" : 15,
|
||||
"month" : 7
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_06.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_06",
|
||||
"tweet_count" : 20,
|
||||
"month" : 6
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_05.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_05",
|
||||
"tweet_count" : 3,
|
||||
"month" : 5
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2017_04.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_04",
|
||||
|
|
@ -20,7 +164,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2017_01.js",
|
||||
"year" : 2017,
|
||||
"var_name" : "tweets_2017_01",
|
||||
"tweet_count" : 59,
|
||||
"tweet_count" : 58,
|
||||
"month" : 1
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2016_12.js",
|
||||
|
|
@ -32,19 +176,19 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2016_11.js",
|
||||
"year" : 2016,
|
||||
"var_name" : "tweets_2016_11",
|
||||
"tweet_count" : 51,
|
||||
"tweet_count" : 50,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2016_10.js",
|
||||
"year" : 2016,
|
||||
"var_name" : "tweets_2016_10",
|
||||
"tweet_count" : 122,
|
||||
"tweet_count" : 120,
|
||||
"month" : 10
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2016_09.js",
|
||||
"year" : 2016,
|
||||
"var_name" : "tweets_2016_09",
|
||||
"tweet_count" : 92,
|
||||
"tweet_count" : 91,
|
||||
"month" : 9
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2016_08.js",
|
||||
|
|
@ -56,7 +200,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2016_07.js",
|
||||
"year" : 2016,
|
||||
"var_name" : "tweets_2016_07",
|
||||
"tweet_count" : 110,
|
||||
"tweet_count" : 109,
|
||||
"month" : 7
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2016_06.js",
|
||||
|
|
@ -134,13 +278,13 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2015_06.js",
|
||||
"year" : 2015,
|
||||
"var_name" : "tweets_2015_06",
|
||||
"tweet_count" : 61,
|
||||
"tweet_count" : 59,
|
||||
"month" : 6
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2015_05.js",
|
||||
"year" : 2015,
|
||||
"var_name" : "tweets_2015_05",
|
||||
"tweet_count" : 106,
|
||||
"tweet_count" : 105,
|
||||
"month" : 5
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2015_04.js",
|
||||
|
|
@ -158,13 +302,13 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2015_02.js",
|
||||
"year" : 2015,
|
||||
"var_name" : "tweets_2015_02",
|
||||
"tweet_count" : 70,
|
||||
"tweet_count" : 69,
|
||||
"month" : 2
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2015_01.js",
|
||||
"year" : 2015,
|
||||
"var_name" : "tweets_2015_01",
|
||||
"tweet_count" : 80,
|
||||
"tweet_count" : 78,
|
||||
"month" : 1
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_12.js",
|
||||
|
|
@ -176,13 +320,13 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2014_11.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_11",
|
||||
"tweet_count" : 119,
|
||||
"tweet_count" : 118,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_10.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_10",
|
||||
"tweet_count" : 132,
|
||||
"tweet_count" : 130,
|
||||
"month" : 10
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_09.js",
|
||||
|
|
@ -194,43 +338,43 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2014_08.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_08",
|
||||
"tweet_count" : 122,
|
||||
"tweet_count" : 121,
|
||||
"month" : 8
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_07.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_07",
|
||||
"tweet_count" : 203,
|
||||
"tweet_count" : 199,
|
||||
"month" : 7
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_06.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_06",
|
||||
"tweet_count" : 204,
|
||||
"tweet_count" : 201,
|
||||
"month" : 6
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_05.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_05",
|
||||
"tweet_count" : 142,
|
||||
"tweet_count" : 141,
|
||||
"month" : 5
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_04.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_04",
|
||||
"tweet_count" : 174,
|
||||
"tweet_count" : 172,
|
||||
"month" : 4
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_03.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_03",
|
||||
"tweet_count" : 210,
|
||||
"tweet_count" : 208,
|
||||
"month" : 3
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_02.js",
|
||||
"year" : 2014,
|
||||
"var_name" : "tweets_2014_02",
|
||||
"tweet_count" : 165,
|
||||
"tweet_count" : 161,
|
||||
"month" : 2
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2014_01.js",
|
||||
|
|
@ -242,19 +386,19 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2013_12.js",
|
||||
"year" : 2013,
|
||||
"var_name" : "tweets_2013_12",
|
||||
"tweet_count" : 113,
|
||||
"tweet_count" : 111,
|
||||
"month" : 12
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2013_11.js",
|
||||
"year" : 2013,
|
||||
"var_name" : "tweets_2013_11",
|
||||
"tweet_count" : 56,
|
||||
"tweet_count" : 54,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2013_10.js",
|
||||
"year" : 2013,
|
||||
"var_name" : "tweets_2013_10",
|
||||
"tweet_count" : 101,
|
||||
"tweet_count" : 96,
|
||||
"month" : 10
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2013_09.js",
|
||||
|
|
@ -296,7 +440,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2013_03.js",
|
||||
"year" : 2013,
|
||||
"var_name" : "tweets_2013_03",
|
||||
"tweet_count" : 97,
|
||||
"tweet_count" : 96,
|
||||
"month" : 3
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2013_02.js",
|
||||
|
|
@ -350,7 +494,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2012_06.js",
|
||||
"year" : 2012,
|
||||
"var_name" : "tweets_2012_06",
|
||||
"tweet_count" : 71,
|
||||
"tweet_count" : 69,
|
||||
"month" : 6
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2012_05.js",
|
||||
|
|
@ -362,7 +506,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2012_04.js",
|
||||
"year" : 2012,
|
||||
"var_name" : "tweets_2012_04",
|
||||
"tweet_count" : 45,
|
||||
"tweet_count" : 44,
|
||||
"month" : 4
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2012_03.js",
|
||||
|
|
@ -374,7 +518,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2012_02.js",
|
||||
"year" : 2012,
|
||||
"var_name" : "tweets_2012_02",
|
||||
"tweet_count" : 68,
|
||||
"tweet_count" : 67,
|
||||
"month" : 2
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2012_01.js",
|
||||
|
|
@ -386,13 +530,13 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2011_12.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_12",
|
||||
"tweet_count" : 59,
|
||||
"tweet_count" : 58,
|
||||
"month" : 12
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_11.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_11",
|
||||
"tweet_count" : 50,
|
||||
"tweet_count" : 49,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_10.js",
|
||||
|
|
@ -410,13 +554,13 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2011_08.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_08",
|
||||
"tweet_count" : 206,
|
||||
"tweet_count" : 207,
|
||||
"month" : 8
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_07.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_07",
|
||||
"tweet_count" : 269,
|
||||
"tweet_count" : 268,
|
||||
"month" : 7
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_06.js",
|
||||
|
|
@ -428,13 +572,13 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2011_05.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_05",
|
||||
"tweet_count" : 184,
|
||||
"tweet_count" : 183,
|
||||
"month" : 5
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_04.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_04",
|
||||
"tweet_count" : 64,
|
||||
"tweet_count" : 63,
|
||||
"month" : 4
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_03.js",
|
||||
|
|
@ -446,25 +590,25 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2011_02.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_02",
|
||||
"tweet_count" : 138,
|
||||
"tweet_count" : 136,
|
||||
"month" : 2
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2011_01.js",
|
||||
"year" : 2011,
|
||||
"var_name" : "tweets_2011_01",
|
||||
"tweet_count" : 178,
|
||||
"tweet_count" : 177,
|
||||
"month" : 1
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2010_12.js",
|
||||
"year" : 2010,
|
||||
"var_name" : "tweets_2010_12",
|
||||
"tweet_count" : 155,
|
||||
"tweet_count" : 153,
|
||||
"month" : 12
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2010_11.js",
|
||||
"year" : 2010,
|
||||
"var_name" : "tweets_2010_11",
|
||||
"tweet_count" : 206,
|
||||
"tweet_count" : 201,
|
||||
"month" : 11
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2010_10.js",
|
||||
|
|
@ -482,7 +626,7 @@ var tweet_index = [ {
|
|||
"file_name" : "data\/js\/tweets\/2010_08.js",
|
||||
"year" : 2010,
|
||||
"var_name" : "tweets_2010_08",
|
||||
"tweet_count" : 46,
|
||||
"tweet_count" : 45,
|
||||
"month" : 8
|
||||
}, {
|
||||
"file_name" : "data\/js\/tweets\/2010_07.js",
|
||||
|
|
|
|||
2
public/tweets/data/js/tweets/2007_04.js
Executable file → Normal file
2
public/tweets/data/js/tweets/2007_04.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2007_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
18
public/tweets/data/js/tweets/2007_06.js
Executable file → Normal file
18
public/tweets/data/js/tweets/2007_06.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -61,7 +61,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -83,7 +83,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -127,7 +127,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -149,7 +149,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -171,7 +171,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -193,7 +193,7 @@ Grailbird.data.tweets_2007_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
4
public/tweets/data/js/tweets/2007_09.js
Executable file → Normal file
4
public/tweets/data/js/tweets/2007_09.js
Executable file → Normal file
|
|
@ -3,7 +3,7 @@ Grailbird.data.tweets_2007_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2007_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
2
public/tweets/data/js/tweets/2007_10.js
Executable file → Normal file
2
public/tweets/data/js/tweets/2007_10.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2007_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
2
public/tweets/data/js/tweets/2008_01.js
Executable file → Normal file
2
public/tweets/data/js/tweets/2008_01.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2008_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
4
public/tweets/data/js/tweets/2009_09.js
Executable file → Normal file
4
public/tweets/data/js/tweets/2009_09.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2009_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2009_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
134
public/tweets/data/js/tweets/2009_10.js
Executable file → Normal file
134
public/tweets/data/js/tweets/2009_10.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -61,7 +61,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -108,7 +108,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -116,7 +116,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -141,7 +141,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -149,62 +149,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
"id" : 894911
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "4877166818",
|
||||
"geo" : { },
|
||||
"id_str" : "4880878300",
|
||||
"in_reply_to_user_id" : 894911,
|
||||
"text" : "@JimRoepcke still in vic! Well colwood anyway, near Esquimalt lagoon.",
|
||||
"id" : 4880878300,
|
||||
"in_reply_to_status_id" : 4877166818,
|
||||
"created_at" : "2009-10-15 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "JimRoepcke",
|
||||
"in_reply_to_user_id_str" : "894911",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "4880997373",
|
||||
"text" : "Found this little guy at witty beach in the forest. He's really skinny and ate a ton. Hope he's not claimed. :) http:\/\/yfrog.com\/76kruj",
|
||||
"id" : 4880997373,
|
||||
"created_at" : "2009-10-15 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -229,7 +174,62 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
"id" : 894911
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "4877166818",
|
||||
"geo" : { },
|
||||
"id_str" : "4880878300",
|
||||
"in_reply_to_user_id" : 894911,
|
||||
"text" : "@JimRoepcke still in vic! Well colwood anyway, near Esquimalt lagoon.",
|
||||
"id" : 4880878300,
|
||||
"in_reply_to_status_id" : 4877166818,
|
||||
"created_at" : "2009-10-15 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "JimRoepcke",
|
||||
"in_reply_to_user_id_str" : "894911",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "4880997373",
|
||||
"text" : "Found this little guy at witty beach in the forest. He's really skinny and ate a ton. Hope he's not claimed. :) http:\/\/yfrog.com\/76kruj",
|
||||
"id" : 4880997373,
|
||||
"created_at" : "2009-10-15 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -251,7 +251,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -273,7 +273,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -295,7 +295,7 @@ Grailbird.data.tweets_2009_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
102
public/tweets/data/js/tweets/2009_11.js
Executable file → Normal file
102
public/tweets/data/js/tweets/2009_11.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -115,7 +115,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -143,7 +143,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -165,7 +165,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -201,7 +201,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -235,7 +235,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -243,7 +243,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -268,7 +268,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -276,7 +276,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -301,7 +301,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -309,7 +309,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -334,7 +334,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -342,7 +342,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -367,7 +367,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -375,7 +375,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -403,7 +403,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -437,7 +437,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -462,7 +462,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -470,7 +470,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "jonnay, born on 3rd",
|
||||
"name" : "\uD83D\uDC30 Jonnay \uD83D\uDC6F\u200D\u2642\uFE0F Toadette + Gritty",
|
||||
"screen_name" : "jonnay",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "817328",
|
||||
|
|
@ -503,11 +503,11 @@ Grailbird.data.tweets_2009_11 =
|
|||
"id" : 5907000124,
|
||||
"created_at" : "2009-11-21 01:38:49 +0000",
|
||||
"user" : {
|
||||
"name" : "jonnay, but \uD83D\uDC07\uD83D\uDC6F\u200D\u2642\uD83D\uDC07",
|
||||
"name" : "\uD83D\uDC30 Jonnay \uD83D\uDC6F\u200D\u2642\uFE0F Toadette + Gritty",
|
||||
"screen_name" : "jonnay",
|
||||
"protected" : false,
|
||||
"id_str" : "817328",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/552353119149912064\/2dkU2097_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1042562580538044416\/LCfqyQuC_normal.jpg",
|
||||
"id" : 817328,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -519,7 +519,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -547,7 +547,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -572,7 +572,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -597,7 +597,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -628,7 +628,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -679,7 +679,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -715,7 +715,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -740,7 +740,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -762,7 +762,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -787,7 +787,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -795,7 +795,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dan Piponi",
|
||||
"name" : "\u00AC\u00AC(Dan Piponi)",
|
||||
"screen_name" : "sigfpe",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "16748247",
|
||||
|
|
@ -822,11 +822,11 @@ Grailbird.data.tweets_2009_11 =
|
|||
"id" : 5845019882,
|
||||
"created_at" : "2009-11-19 01:57:34 +0000",
|
||||
"user" : {
|
||||
"name" : "Dan Piponi",
|
||||
"name" : "\u00AC\u00AC(Dan Piponi)",
|
||||
"screen_name" : "sigfpe",
|
||||
"protected" : false,
|
||||
"id_str" : "16748247",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/833805426701373440\/39dts4t1_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/964584182532878337\/3OkjdHwm_normal.jpg",
|
||||
"id" : 16748247,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -838,7 +838,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -895,7 +895,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -920,7 +920,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -953,7 +953,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -975,7 +975,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -997,7 +997,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1019,7 +1019,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1044,7 +1044,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1069,7 +1069,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1102,7 +1102,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1130,7 +1130,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1138,7 +1138,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1163,7 +1163,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1185,7 +1185,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1218,7 +1218,7 @@ Grailbird.data.tweets_2009_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
224
public/tweets/data/js/tweets/2009_12.js
Executable file → Normal file
224
public/tweets/data/js/tweets/2009_12.js
Executable file → Normal file
|
|
@ -1,5 +1,36 @@
|
|||
Grailbird.data.tweets_2009_12 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "The Beatles Video",
|
||||
"screen_name" : "TheBeatlesVideo",
|
||||
"indices" : [ 25, 41 ],
|
||||
"id_str" : "83535266",
|
||||
"id" : 83535266
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ {
|
||||
"text" : "followfriday",
|
||||
"indices" : [ 123, 136 ]
|
||||
} ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "7274724238",
|
||||
"text" : "Bring in '10 w\/music! RT @TheBeatlesVideo VIDEO: The Beatles - \"Revolution\" (Version 2) http:\/\/bit.ly\/5DoyhL Plz ReTweet & #followfriday us!",
|
||||
"id" : 7274724238,
|
||||
"created_at" : "2010-01-01 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
|
|
@ -26,7 +57,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -54,7 +85,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -76,7 +107,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -84,7 +115,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -109,7 +140,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -131,38 +162,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "The Beatles Video",
|
||||
"screen_name" : "TheBeatlesVideo",
|
||||
"indices" : [ 25, 41 ],
|
||||
"id_str" : "83535266",
|
||||
"id" : 83535266
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ {
|
||||
"text" : "followfriday",
|
||||
"indices" : [ 123, 136 ]
|
||||
} ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "7274724238",
|
||||
"text" : "Bring in '10 w\/music! RT @TheBeatlesVideo VIDEO: The Beatles - \"Revolution\" (Version 2) http:\/\/bit.ly\/5DoyhL Plz ReTweet & #followfriday us!",
|
||||
"id" : 7274724238,
|
||||
"created_at" : "2010-01-01 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -184,7 +184,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -209,7 +209,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -234,7 +234,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -242,7 +242,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -267,7 +267,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -275,7 +275,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -300,7 +300,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -325,7 +325,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -350,7 +350,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -375,7 +375,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -397,7 +397,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -419,7 +419,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -470,7 +470,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -498,7 +498,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -520,7 +520,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -528,7 +528,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dan Piponi",
|
||||
"name" : "\u00AC\u00AC(Dan Piponi)",
|
||||
"screen_name" : "sigfpe",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "16748247",
|
||||
|
|
@ -553,7 +553,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -586,7 +586,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -614,7 +614,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -636,7 +636,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -687,7 +687,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -709,7 +709,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -731,7 +731,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -753,7 +753,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -804,7 +804,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -855,7 +855,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -877,7 +877,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -902,7 +902,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -935,7 +935,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -957,7 +957,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -985,7 +985,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1007,7 +1007,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1029,7 +1029,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1054,7 +1054,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1076,7 +1076,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1098,7 +1098,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1106,7 +1106,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dan Piponi",
|
||||
"name" : "\u00AC\u00AC(Dan Piponi)",
|
||||
"screen_name" : "sigfpe",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "16748247",
|
||||
|
|
@ -1131,7 +1131,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1148,8 +1148,8 @@ Grailbird.data.tweets_2009_12 =
|
|||
"name" : "David Strack",
|
||||
"screen_name" : "rmxdave",
|
||||
"indices" : [ 15, 23 ],
|
||||
"id_str" : "9027732",
|
||||
"id" : 9027732
|
||||
"id_str" : "774021501020413952",
|
||||
"id" : 774021501020413952
|
||||
}, {
|
||||
"name" : "phonedog_noah",
|
||||
"screen_name" : "phonedog_noah",
|
||||
|
|
@ -1177,8 +1177,8 @@ Grailbird.data.tweets_2009_12 =
|
|||
"name" : "David Strack",
|
||||
"screen_name" : "rmxdave",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "9027732",
|
||||
"id" : 9027732
|
||||
"id_str" : "774021501020413952",
|
||||
"id" : 774021501020413952
|
||||
}, {
|
||||
"name" : "phonedog_noah",
|
||||
"screen_name" : "phonedog_noah",
|
||||
|
|
@ -1218,7 +1218,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1246,7 +1246,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1254,7 +1254,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jamie Zawinski",
|
||||
"name" : "j\u0355\u0320\u0326\u032A\u0355\u0313\u035B\u030A\u033E\u0304\u0345w\u0327\u0327\u0333\u032A\u0318\u034A\u030B\u0357\u033E\u0362\u0360z\u0322\u0318\u031E\u0348\u033A\u031E\u0329\u0313\u033D\u0310\u030B\u0357\u0306\u030B\u031A\u035F\u035C",
|
||||
"screen_name" : "jwz",
|
||||
"indices" : [ 24, 28 ],
|
||||
"id_str" : "7190742",
|
||||
|
|
@ -1274,7 +1274,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1302,7 +1302,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1324,7 +1324,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1332,7 +1332,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -1357,29 +1357,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "6469119192",
|
||||
"text" : "If the rain stays away I don't mind the cold that much really. It's nice when it's a bit brisk.",
|
||||
"id" : 6469119192,
|
||||
"created_at" : "2009-12-08 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1401,7 +1379,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1423,7 +1401,29 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "6469119192",
|
||||
"text" : "If the rain stays away I don't mind the cold that much really. It's nice when it's a bit brisk.",
|
||||
"id" : 6469119192,
|
||||
"created_at" : "2009-12-08 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1448,7 +1448,7 @@ Grailbird.data.tweets_2009_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
973
public/tweets/data/js/tweets/2010_01.js
Executable file → Normal file
973
public/tweets/data/js/tweets/2010_01.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
212
public/tweets/data/js/tweets/2010_02.js
Executable file → Normal file
212
public/tweets/data/js/tweets/2010_02.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -72,7 +72,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -94,7 +94,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -133,7 +133,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "gilesgoatboy",
|
||||
"protected" : false,
|
||||
"id_str" : "1341781",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/816146817121337346\/z47aH3kk_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1047497899771215872\/ra9wYYto_normal.jpg",
|
||||
"id" : 1341781,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -145,7 +145,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -167,7 +167,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -189,7 +189,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -211,7 +211,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -244,7 +244,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -266,7 +266,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -288,7 +288,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -321,7 +321,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -343,7 +343,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -368,7 +368,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -390,7 +390,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -412,7 +412,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -445,7 +445,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -467,7 +467,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -489,7 +489,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -511,7 +511,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -562,7 +562,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -584,7 +584,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -606,7 +606,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -628,7 +628,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -636,7 +636,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Tweetie",
|
||||
"name" : "S",
|
||||
"screen_name" : "tweetie",
|
||||
"indices" : [ 20, 28 ],
|
||||
"id_str" : "18044341",
|
||||
|
|
@ -656,7 +656,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -681,29 +681,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "9192595443",
|
||||
"text" : "iTerm tip: In OS X's keyboard prefs you can map shortcuts for \"Select Previous Tab\" and \"Select Next Tab\" to Cmd-Shift-[ and Cmd-Shift-].",
|
||||
"id" : 9192595443,
|
||||
"created_at" : "2010-02-16 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -725,7 +703,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -747,7 +725,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -760,38 +738,16 @@ Grailbird.data.tweets_2010_02 =
|
|||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "9124726962",
|
||||
"text" : "Good devel time on the train! It's dark so I didn't miss anything, and could tether when I needed to get on the 'net. Awesome.",
|
||||
"id" : 9124726962,
|
||||
"created_at" : "2010-02-15 00:00:00 +0000",
|
||||
"id_str" : "9192595443",
|
||||
"text" : "iTerm tip: In OS X's keyboard prefs you can map shortcuts for \"Select Previous Tab\" and \"Select Next Tab\" to Cmd-Shift-[ and Cmd-Shift-].",
|
||||
"id" : 9192595443,
|
||||
"created_at" : "2010-02-16 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "9127937602",
|
||||
"text" : "twitter |\u02C8twit\u0259r|\nverb [ intrans. ]\n\u2022 talk rapidly and at length in an idle or trivial way : he twittered on about buying a new workshop.",
|
||||
"id" : 9127937602,
|
||||
"created_at" : "2010-02-15 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -813,7 +769,51 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "9124726962",
|
||||
"text" : "Good devel time on the train! It's dark so I didn't miss anything, and could tether when I needed to get on the 'net. Awesome.",
|
||||
"id" : 9124726962,
|
||||
"created_at" : "2010-02-15 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "9127937602",
|
||||
"text" : "twitter |\u02C8twit\u0259r|\nverb [ intrans. ]\n\u2022 talk rapidly and at length in an idle or trivial way : he twittered on about buying a new workshop.",
|
||||
"id" : 9127937602,
|
||||
"created_at" : "2010-02-15 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -835,7 +835,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -857,7 +857,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -879,7 +879,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -901,7 +901,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -923,7 +923,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -956,7 +956,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -989,7 +989,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1011,7 +1011,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1033,7 +1033,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1041,7 +1041,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Thomas W\u00FCrgler",
|
||||
"name" : "Thomas W",
|
||||
"screen_name" : "trezzer",
|
||||
"indices" : [ 0, 8 ],
|
||||
"id_str" : "3431581",
|
||||
|
|
@ -1066,7 +1066,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1088,7 +1088,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1096,7 +1096,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Thomas W\u00FCrgler",
|
||||
"name" : "Thomas W",
|
||||
"screen_name" : "trezzer",
|
||||
"indices" : [ 0, 8 ],
|
||||
"id_str" : "3431581",
|
||||
|
|
@ -1121,7 +1121,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1143,7 +1143,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1176,7 +1176,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1204,7 +1204,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1255,7 +1255,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1288,7 +1288,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1310,7 +1310,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1332,7 +1332,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1357,7 +1357,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1382,7 +1382,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1407,7 +1407,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1429,7 +1429,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1462,7 +1462,7 @@ Grailbird.data.tweets_2010_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
982
public/tweets/data/js/tweets/2010_03.js
Executable file → Normal file
982
public/tweets/data/js/tweets/2010_03.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
192
public/tweets/data/js/tweets/2010_04.js
Executable file → Normal file
192
public/tweets/data/js/tweets/2010_04.js
Executable file → Normal file
|
|
@ -23,7 +23,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -45,7 +45,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -53,7 +53,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -78,7 +78,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -100,7 +100,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -122,7 +122,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -144,7 +144,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -177,7 +177,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -199,7 +199,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -221,7 +221,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -229,7 +229,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -254,7 +254,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -276,7 +276,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -284,7 +284,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -309,7 +309,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -378,7 +378,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -400,7 +400,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -422,7 +422,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -444,7 +444,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -513,7 +513,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -549,7 +549,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -571,7 +571,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -579,7 +579,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -604,7 +604,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -629,7 +629,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -662,7 +662,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -690,7 +690,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -712,7 +712,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -720,7 +720,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -745,40 +745,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
"id" : 14273142
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "12064718775",
|
||||
"geo" : { },
|
||||
"id_str" : "12065048772",
|
||||
"in_reply_to_user_id" : 14273142,
|
||||
"text" : "@lunafiko I e-mailed support and they gave me a free VIP account. I guess I'll worry about renewing in a year ... sorry that isn't helpful.",
|
||||
"id" : 12065048772,
|
||||
"in_reply_to_status_id" : 12064718775,
|
||||
"created_at" : "2010-04-12 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "lunafiko",
|
||||
"in_reply_to_user_id_str" : "14273142",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -811,7 +778,40 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
"id" : 14273142
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "12064718775",
|
||||
"geo" : { },
|
||||
"id_str" : "12065048772",
|
||||
"in_reply_to_user_id" : 14273142,
|
||||
"text" : "@lunafiko I e-mailed support and they gave me a free VIP account. I guess I'll worry about renewing in a year ... sorry that isn't helpful.",
|
||||
"id" : 12065048772,
|
||||
"in_reply_to_status_id" : 12064718775,
|
||||
"created_at" : "2010-04-12 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "lunafiko",
|
||||
"in_reply_to_user_id_str" : "14273142",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -833,7 +833,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -855,7 +855,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -877,7 +877,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -899,7 +899,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -907,7 +907,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -932,7 +932,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -954,7 +954,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -976,7 +976,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -984,7 +984,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -1009,7 +1009,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1031,7 +1031,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1053,7 +1053,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1075,7 +1075,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1083,7 +1083,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003EEchofon\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -1108,7 +1108,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1130,7 +1130,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1155,7 +1155,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1180,7 +1180,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1205,7 +1205,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1213,7 +1213,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -1238,7 +1238,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1246,13 +1246,13 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
"id" : 14273142
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 39, 50 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1277,7 +1277,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1299,7 +1299,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1321,7 +1321,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1343,7 +1343,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1365,7 +1365,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1373,7 +1373,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"indices" : [ 86, 90 ],
|
||||
"id_str" : "12712742",
|
||||
|
|
@ -1396,7 +1396,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1429,7 +1429,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1451,7 +1451,7 @@ Grailbird.data.tweets_2010_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
293
public/tweets/data/js/tweets/2010_05.js
Executable file → Normal file
293
public/tweets/data/js/tweets/2010_05.js
Executable file → Normal file
|
|
@ -20,7 +20,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -125,7 +125,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "thefrank06",
|
||||
"protected" : false,
|
||||
"id_str" : "14560304",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/790395186119454720\/px3aPwe3_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1060253582077784064\/txn_Dh3a_normal.jpg",
|
||||
"id" : 14560304,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -137,7 +137,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -145,7 +145,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "risk _danger_ olson",
|
||||
"name" : "\uD83C\uDFA7\uD83D\uDDA5\uD83C\uDF2D",
|
||||
"screen_name" : "technoweenie",
|
||||
"indices" : [ 3, 16 ],
|
||||
"id_str" : "780561",
|
||||
|
|
@ -172,7 +172,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"id" : 15073735648,
|
||||
"created_at" : "2010-05-31 00:28:41 +0000",
|
||||
"user" : {
|
||||
"name" : "risk _danger_ olson",
|
||||
"name" : "\uD83C\uDFA7\uD83D\uDDA5\uD83C\uDF2D",
|
||||
"screen_name" : "technoweenie",
|
||||
"protected" : false,
|
||||
"id_str" : "780561",
|
||||
|
|
@ -188,7 +188,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -210,7 +210,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -232,7 +232,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -254,7 +254,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -262,11 +262,11 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Andreas Hegenberg",
|
||||
"name" : "andreas hegenberg",
|
||||
"screen_name" : "boastr_net",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "71894064",
|
||||
"id" : 71894064
|
||||
"id_str" : "984361184097861632",
|
||||
"id" : 984361184097861632
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -278,14 +278,14 @@ Grailbird.data.tweets_2010_05 =
|
|||
"text" : "@boastr_net Unsure where to report bugs so I'll bug you on twitter :) Window snapping only works with the dock on the bottom.Thanks for BTT!",
|
||||
"id" : 15057979597,
|
||||
"created_at" : "2010-05-30 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "boastr_net",
|
||||
"in_reply_to_screen_name" : "folivora_ai",
|
||||
"in_reply_to_user_id_str" : "71894064",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -307,7 +307,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -335,7 +335,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -357,7 +357,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -365,7 +365,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -390,7 +390,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -398,7 +398,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -423,7 +423,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -445,7 +445,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -467,7 +467,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -475,7 +475,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -500,7 +500,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -508,7 +508,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -533,7 +533,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -561,7 +561,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -583,7 +583,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -591,7 +591,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"indices" : [ 3, 7 ],
|
||||
"id_str" : "12712742",
|
||||
|
|
@ -630,11 +630,11 @@ Grailbird.data.tweets_2010_05 =
|
|||
"id" : 14652351912,
|
||||
"created_at" : "2010-05-24 22:48:17 +0000",
|
||||
"user" : {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"protected" : false,
|
||||
"id_str" : "12712742",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/850471004262383616\/4bWS5-E7_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1090164326869028864\/YgqI5eiM_normal.jpg",
|
||||
"id" : 12712742,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -646,7 +646,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -668,7 +668,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -690,7 +690,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -712,7 +712,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -720,7 +720,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"indices" : [ 3, 7 ],
|
||||
"id_str" : "8038312",
|
||||
|
|
@ -747,11 +747,11 @@ Grailbird.data.tweets_2010_05 =
|
|||
"id" : 14646836334,
|
||||
"created_at" : "2010-05-24 20:57:44 +0000",
|
||||
"user" : {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"protected" : false,
|
||||
"id_str" : "8038312",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/765345750427414529\/hxSFDEmc_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/966195642191228933\/4BhqRm2w_normal.jpg",
|
||||
"id" : 8038312,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -763,7 +763,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -794,7 +794,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -816,7 +816,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -824,7 +824,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Andy G\uD83C\uDDFA\uD83C\uDDF8 V. USA\uD83D\uDC37",
|
||||
"name" : "a\u0338\u030C\u0360\u0304\u0351\u0314\u033F\u031D\u0347\u0348n\u0336\u0344\u0307\u0340\u0312\u0307\u0345d\u0336\u0309\u0340\u0300\u0304\u0311\u035D\u0349y\u0336\u0342\u0304\u0301\u034B\u031F\u031E\u0353\u031E",
|
||||
"screen_name" : "argv0",
|
||||
"indices" : [ 3, 9 ],
|
||||
"id_str" : "6509982",
|
||||
|
|
@ -851,11 +851,11 @@ Grailbird.data.tweets_2010_05 =
|
|||
"id" : 14521160441,
|
||||
"created_at" : "2010-05-22 23:04:37 +0000",
|
||||
"user" : {
|
||||
"name" : "A. Robinson Gross",
|
||||
"name" : "a\u0338\u030C\u0360\u0304\u0351\u0314\u033F\u031D\u0347\u0348n\u0336\u0344\u0307\u0340\u0312\u0307\u0345d\u0336\u0309\u0340\u0300\u0304\u0311\u035D\u0349y\u0336\u0342\u0304\u0301\u034B\u031F\u031E\u0353\u031E",
|
||||
"screen_name" : "argv0",
|
||||
"protected" : false,
|
||||
"id_str" : "6509982",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/853303726118916097\/zaoLLw9n_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/930176356968644608\/8Np88qqV_normal.jpg",
|
||||
"id" : 6509982,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -867,7 +867,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -889,7 +889,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -911,77 +911,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Chiropractor Wiki",
|
||||
"screen_name" : "mentalguy",
|
||||
"indices" : [ 0, 10 ],
|
||||
"id_str" : "725645037724438528",
|
||||
"id" : 725645037724438528
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "14217793600",
|
||||
"geo" : { },
|
||||
"id_str" : "14232765831",
|
||||
"in_reply_to_user_id" : 14358152,
|
||||
"text" : "@mentalguy I remember that feeling. Here are 9 more to blow your mind: http:\/\/en.wikipedia.org\/wiki\/Ontario_(disambiguation)",
|
||||
"id" : 14232765831,
|
||||
"in_reply_to_status_id" : 14217793600,
|
||||
"created_at" : "2010-05-18 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "visiblecode",
|
||||
"in_reply_to_user_id_str" : "14358152",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Lee Semel",
|
||||
"screen_name" : "semel",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "14174890",
|
||||
"id" : 14174890
|
||||
}, {
|
||||
"name" : "DVLPRS",
|
||||
"screen_name" : "dvlprs",
|
||||
"indices" : [ 23, 30 ],
|
||||
"id_str" : "41664064",
|
||||
"id" : 41664064
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "14200790046",
|
||||
"in_reply_to_user_id" : 14174890,
|
||||
"text" : "@semel just discovered @dvlprs, surfed to http:\/\/dvlprs.com\/kangax and saw a JS alert stating \"1\". thought you'd like to know. cool site!",
|
||||
"id" : 14200790046,
|
||||
"created_at" : "2010-05-18 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "semel",
|
||||
"in_reply_to_user_id_str" : "14174890",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1032,7 +962,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1080,7 +1010,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "pharkmillups",
|
||||
"protected" : false,
|
||||
"id_str" : "29777587",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/378800000823366137\/9836b3656ef95fc89bde0e58d9475133_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1099053306431922182\/D_IqWz-0_normal.png",
|
||||
"id" : 29777587,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1092,7 +1022,72 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Chiropractor Wiki",
|
||||
"screen_name" : "mentalguy",
|
||||
"indices" : [ 0, 10 ],
|
||||
"id_str" : "725645037724438528",
|
||||
"id" : 725645037724438528
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "14232765831",
|
||||
"text" : "@mentalguy I remember that feeling. Here are 9 more to blow your mind: http:\/\/en.wikipedia.org\/wiki\/Ontario_(disambiguation)",
|
||||
"id" : 14232765831,
|
||||
"created_at" : "2010-05-18 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Lee Semel",
|
||||
"screen_name" : "semel",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "14174890",
|
||||
"id" : 14174890
|
||||
}, {
|
||||
"name" : "DVLPRS",
|
||||
"screen_name" : "dvlprs",
|
||||
"indices" : [ 23, 30 ],
|
||||
"id_str" : "41664064",
|
||||
"id" : 41664064
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "14200790046",
|
||||
"in_reply_to_user_id" : 14174890,
|
||||
"text" : "@semel just discovered @dvlprs, surfed to http:\/\/dvlprs.com\/kangax and saw a JS alert stating \"1\". thought you'd like to know. cool site!",
|
||||
"id" : 14200790046,
|
||||
"created_at" : "2010-05-18 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "semel",
|
||||
"in_reply_to_user_id_str" : "14174890",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1114,7 +1109,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1147,7 +1142,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1169,7 +1164,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1191,7 +1186,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1224,7 +1219,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1257,7 +1252,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1320,7 +1315,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1371,7 +1366,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1422,7 +1417,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1444,7 +1439,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1466,7 +1461,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1474,7 +1469,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003EEchofon\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1499,7 +1494,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1521,7 +1516,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1543,7 +1538,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1551,7 +1546,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003EEchofon\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -1576,7 +1571,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1627,7 +1622,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1649,7 +1644,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1671,7 +1666,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1712,7 +1707,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"id_str" : "12497",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/378800000261649705\/be9cc55e64014e6d7663c50d7cb9fc75_normal.jpeg",
|
||||
"id" : 12497,
|
||||
"verified" : false
|
||||
"verified" : true
|
||||
}
|
||||
},
|
||||
"id" : 13556062187,
|
||||
|
|
@ -1722,7 +1717,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1730,7 +1725,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003EEchofon\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -1755,7 +1750,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1806,7 +1801,7 @@ Grailbird.data.tweets_2010_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
392
public/tweets/data/js/tweets/2010_06.js
Executable file → Normal file
392
public/tweets/data/js/tweets/2010_06.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -61,7 +61,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -83,7 +83,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -122,7 +122,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "evanphx",
|
||||
"protected" : false,
|
||||
"id_str" : "5444392",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/780900664637464577\/lGIYeaj-_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/987321087900909569\/uh_KIry3_normal.jpg",
|
||||
"id" : 5444392,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -134,7 +134,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -142,7 +142,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -169,7 +169,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"id" : 17358269406,
|
||||
"created_at" : "2010-06-29 19:39:40 +0000",
|
||||
"user" : {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"protected" : false,
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -185,7 +185,51 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "17217156178",
|
||||
"text" : "Bell gives you 2 free hours of WiFi per day at Starbucks now. Have to sign up for it, but it's still better than nothing.",
|
||||
"id" : 17217156178,
|
||||
"created_at" : "2010-06-28 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "17217461602",
|
||||
"text" : "Too bad locally owned coffee shops aren't open late on Sunday. Most good local shops have free WiFi, it's only Starbucks stuck in 2001.",
|
||||
"id" : 17217461602,
|
||||
"created_at" : "2010-06-28 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -193,7 +237,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "jbr \uD83E\uDD20",
|
||||
"name" : "\uD835\uDDA9 \uD835\uDDA1\uD835\uDDBE\uD835\uDDC7\uD835\uDDC3\uD835\uDDBA\uD835\uDDC6\uD835\uDDC2\uD835\uDDC7 \uD835\uDDB1\uD835\uDDC8\uD835\uDDCD\uD835\uDDC1\uD835\uDDCC\uD835\uDDCD\uD835\uDDBE\uD835\uDDC2\uD835\uDDC7",
|
||||
"screen_name" : "jacobrothstein",
|
||||
"indices" : [ 0, 15 ],
|
||||
"id_str" : "27302287",
|
||||
|
|
@ -218,7 +262,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -240,7 +284,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -262,7 +306,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -284,7 +328,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -317,7 +361,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -350,7 +394,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -372,51 +416,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "17217156178",
|
||||
"text" : "Bell gives you 2 free hours of WiFi per day at Starbucks now. Have to sign up for it, but it's still better than nothing.",
|
||||
"id" : 17217156178,
|
||||
"created_at" : "2010-06-28 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "17217461602",
|
||||
"text" : "Too bad locally owned coffee shops aren't open late on Sunday. Most good local shops have free WiFi, it's only Starbucks stuck in 2001.",
|
||||
"id" : 17217461602,
|
||||
"created_at" : "2010-06-28 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -438,7 +438,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -460,7 +460,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -482,7 +482,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -504,7 +504,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -529,7 +529,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -537,7 +537,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -562,7 +562,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -584,7 +584,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -617,12 +617,12 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003ETumblr\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003ETumblr\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -639,12 +639,12 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003ETumblr\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003ETumblr\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -661,7 +661,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -683,7 +683,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -691,7 +691,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 123, 134 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -711,7 +711,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -733,7 +733,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -741,7 +741,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -766,7 +766,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -774,7 +774,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -799,7 +799,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -821,7 +821,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -843,7 +843,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -865,7 +865,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -887,7 +887,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -909,7 +909,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -931,7 +931,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -953,7 +953,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -975,7 +975,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1002,7 +1002,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1024,7 +1024,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1046,7 +1046,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1079,7 +1079,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1101,7 +1101,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1132,7 +1132,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1154,7 +1154,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1179,7 +1179,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1242,7 +1242,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1250,7 +1250,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -1277,7 +1277,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"id" : 15953679158,
|
||||
"created_at" : "2010-06-11 20:25:39 +0000",
|
||||
"user" : {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"protected" : false,
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -1293,7 +1293,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1332,7 +1332,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "raganwald",
|
||||
"protected" : false,
|
||||
"id_str" : "18137723",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/853400781726371840\/QjvdLTYQ_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1118221710740742144\/7lQOfxvc_normal.png",
|
||||
"id" : 18137723,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1344,7 +1344,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1366,7 +1366,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1388,7 +1388,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1427,7 +1427,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1449,7 +1449,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1482,7 +1482,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1533,7 +1533,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1558,7 +1558,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1580,7 +1580,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1605,7 +1605,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1638,7 +1638,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1663,7 +1663,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1696,7 +1696,62 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/gowalla.com\/\" rel=\"nofollow\"\u003EGowalla\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ {
|
||||
"text" : "sfo",
|
||||
"indices" : [ 16, 20 ]
|
||||
}, {
|
||||
"text" : "yyj",
|
||||
"indices" : [ 26, 30 ]
|
||||
} ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "15564749432",
|
||||
"text" : "Just Arrived in #sfo from #yyj \u2014 at SFO San Francisco International http:\/\/gowal.la\/r\/BUD",
|
||||
"id" : 15564749432,
|
||||
"created_at" : "2010-06-06 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "15563895743",
|
||||
"geo" : { },
|
||||
"id_str" : "15569457675",
|
||||
"in_reply_to_user_id" : 17088322,
|
||||
"text" : "@ChrisNoel_Vic thanks man! Pretty excited. :) We should meet up for beers when I get back.",
|
||||
"id" : 15569457675,
|
||||
"in_reply_to_status_id" : 15563895743,
|
||||
"created_at" : "2010-06-06 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "HipwoodDigital",
|
||||
"in_reply_to_user_id_str" : "17088322",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1718,7 +1773,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1746,7 +1801,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1779,7 +1834,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1801,7 +1856,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1809,7 +1864,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -1834,7 +1889,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1842,7 +1897,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -1867,7 +1922,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1875,7 +1930,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -1900,7 +1955,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1908,7 +1963,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1933,7 +1988,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1958,62 +2013,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/gowalla.com\/\" rel=\"nofollow\"\u003EGowalla\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ {
|
||||
"text" : "sfo",
|
||||
"indices" : [ 16, 20 ]
|
||||
}, {
|
||||
"text" : "yyj",
|
||||
"indices" : [ 26, 30 ]
|
||||
} ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "15564749432",
|
||||
"text" : "Just Arrived in #sfo from #yyj \u2014 at SFO San Francisco International http:\/\/gowal.la\/r\/BUD",
|
||||
"id" : 15564749432,
|
||||
"created_at" : "2010-06-06 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "15563895743",
|
||||
"geo" : { },
|
||||
"id_str" : "15569457675",
|
||||
"in_reply_to_user_id" : 17088322,
|
||||
"text" : "@ChrisNoel_Vic thanks man! Pretty excited. :) We should meet up for beers when I get back.",
|
||||
"id" : 15569457675,
|
||||
"in_reply_to_status_id" : 15563895743,
|
||||
"created_at" : "2010-06-06 00:00:00 +0000",
|
||||
"in_reply_to_screen_name" : "HipwoodDigital",
|
||||
"in_reply_to_user_id_str" : "17088322",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2058,7 +2058,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "peterc",
|
||||
"protected" : false,
|
||||
"id_str" : "33493",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/838548323585961988\/TnvST4XM_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1096045103578263552\/cIurkMD7_normal.png",
|
||||
"id" : 33493,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2070,7 +2070,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2095,7 +2095,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2103,7 +2103,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2128,7 +2128,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2150,7 +2150,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2158,7 +2158,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Todd Ditchendorf",
|
||||
"name" : "Todd Deutschendorf",
|
||||
"screen_name" : "iTod",
|
||||
"indices" : [ 3, 8 ],
|
||||
"id_str" : "788245",
|
||||
|
|
@ -2185,7 +2185,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"id" : 15308081876,
|
||||
"created_at" : "2010-06-03 06:42:45 +0000",
|
||||
"user" : {
|
||||
"name" : "Todd Ditchendorf",
|
||||
"name" : "Todd Deutschendorf",
|
||||
"screen_name" : "iTod",
|
||||
"protected" : false,
|
||||
"id_str" : "788245",
|
||||
|
|
@ -2201,7 +2201,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2223,7 +2223,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2245,7 +2245,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2281,7 +2281,7 @@ Grailbird.data.tweets_2010_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
166
public/tweets/data/js/tweets/2010_07.js
Executable file → Normal file
166
public/tweets/data/js/tweets/2010_07.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -72,7 +72,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -94,7 +94,29 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "19533135493",
|
||||
"text" : "YYC -> YYJ ... Back to reality",
|
||||
"id" : 19533135493,
|
||||
"created_at" : "2010-07-26 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -127,29 +149,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "19533135493",
|
||||
"text" : "YYC -> YYJ ... Back to reality",
|
||||
"id" : 19533135493,
|
||||
"created_at" : "2010-07-26 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -157,7 +157,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -184,11 +184,11 @@ Grailbird.data.tweets_2010_07 =
|
|||
"id" : 18800856899,
|
||||
"created_at" : "2010-07-18 00:18:26 +0000",
|
||||
"user" : {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"protected" : false,
|
||||
"id_str" : "14273142",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/850626294702252032\/cXCQ0vVd_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1086068266462633984\/aX10zGw7_normal.jpg",
|
||||
"id" : 14273142,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -200,7 +200,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -235,11 +235,11 @@ Grailbird.data.tweets_2010_07 =
|
|||
"id" : 18749654267,
|
||||
"created_at" : "2010-07-17 07:01:11 +0000",
|
||||
"user" : {
|
||||
"name" : "Alexis Ohanian \uD83D\uDDFD",
|
||||
"name" : "Alexis Ohanian Sr. \uD83D\uDE80",
|
||||
"screen_name" : "alexisohanian",
|
||||
"protected" : false,
|
||||
"id_str" : "811350",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/819412587137769472\/26I1zqqk_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/975128915533426688\/JEGHXFiz_normal.jpg",
|
||||
"id" : 811350,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -251,7 +251,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -273,7 +273,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -281,7 +281,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"indices" : [ 0, 4 ],
|
||||
"id_str" : "12712742",
|
||||
|
|
@ -306,7 +306,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -314,7 +314,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Action Jay",
|
||||
"name" : "Action Jay: Ace Paternity",
|
||||
"screen_name" : "action_jay",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "6608642",
|
||||
|
|
@ -339,7 +339,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -347,7 +347,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Action Jay",
|
||||
"name" : "Action Jay: Ace Paternity",
|
||||
"screen_name" : "action_jay",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "6608642",
|
||||
|
|
@ -372,7 +372,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -380,7 +380,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Action Jay",
|
||||
"name" : "Action Jay: Ace Paternity",
|
||||
"screen_name" : "action_jay",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "6608642",
|
||||
|
|
@ -405,7 +405,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -438,7 +438,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -460,7 +460,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -468,7 +468,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -495,7 +495,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"id" : 18553204783,
|
||||
"created_at" : "2010-07-14 22:29:15 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -511,7 +511,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -533,7 +533,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -578,7 +578,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "sroucheray",
|
||||
"protected" : false,
|
||||
"id_str" : "42421507",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/378800000137131481\/2b55a9c9aaf18f4423dae994fb9dae70_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/948657236959748096\/rjaN3z_e_normal.jpg",
|
||||
"id" : 42421507,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -590,7 +590,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -598,7 +598,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"indices" : [ 0, 4 ],
|
||||
"id_str" : "12712742",
|
||||
|
|
@ -623,7 +623,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -645,7 +645,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -667,7 +667,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -675,7 +675,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -706,7 +706,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -728,7 +728,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -736,7 +736,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -761,7 +761,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -769,7 +769,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "jbr \uD83E\uDD20",
|
||||
"name" : "\uD835\uDDA9 \uD835\uDDA1\uD835\uDDBE\uD835\uDDC7\uD835\uDDC3\uD835\uDDBA\uD835\uDDC6\uD835\uDDC2\uD835\uDDC7 \uD835\uDDB1\uD835\uDDC8\uD835\uDDCD\uD835\uDDC1\uD835\uDDCC\uD835\uDDCD\uD835\uDDBE\uD835\uDDC2\uD835\uDDC7",
|
||||
"screen_name" : "jacobrothstein",
|
||||
"indices" : [ 3, 18 ],
|
||||
"id_str" : "27302287",
|
||||
|
|
@ -796,11 +796,11 @@ Grailbird.data.tweets_2010_07 =
|
|||
"id" : 18171089437,
|
||||
"created_at" : "2010-07-10 04:02:35 +0000",
|
||||
"user" : {
|
||||
"name" : "jbr \uD83E\uDD20",
|
||||
"name" : "\uD835\uDDA9 \uD835\uDDA1\uD835\uDDBE\uD835\uDDC7\uD835\uDDC3\uD835\uDDBA\uD835\uDDC6\uD835\uDDC2\uD835\uDDC7 \uD835\uDDB1\uD835\uDDC8\uD835\uDDCD\uD835\uDDC1\uD835\uDDCC\uD835\uDDCD\uD835\uDDBE\uD835\uDDC2\uD835\uDDC7",
|
||||
"screen_name" : "jacobrothstein",
|
||||
"protected" : false,
|
||||
"id_str" : "27302287",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/554130348288643072\/rnI84vFt_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1101007339388198912\/Z49I3U3C_normal.png",
|
||||
"id" : 27302287,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -812,7 +812,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -834,7 +834,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -856,7 +856,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -878,7 +878,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -886,7 +886,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -911,7 +911,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -950,7 +950,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "opera",
|
||||
"protected" : false,
|
||||
"id_str" : "1541461",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/825347670218768385\/70k0cyif_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/996741012558106624\/z3vSsJn2_normal.jpg",
|
||||
"id" : 1541461,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -962,7 +962,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -996,7 +996,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1018,7 +1018,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1040,7 +1040,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1073,7 +1073,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1095,7 +1095,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1146,7 +1146,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1209,7 +1209,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1231,7 +1231,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1253,7 +1253,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1275,7 +1275,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1297,7 +1297,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1319,7 +1319,7 @@ Grailbird.data.tweets_2010_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
205
public/tweets/data/js/tweets/2010_08.js
Executable file → Normal file
205
public/tweets/data/js/tweets/2010_08.js
Executable file → Normal file
|
|
@ -1,27 +1,5 @@
|
|||
Grailbird.data.tweets_2010_08 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "22673362598",
|
||||
"text" : "I'm glad I found a workaround but Apple really needs to fix this. Wish I could check the status of filed bug reports that get closed \"dupe\".",
|
||||
"id" : 22673362598,
|
||||
"created_at" : "2010-09-01 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
|
|
@ -39,7 +17,29 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "22673362598",
|
||||
"text" : "I'm glad I found a workaround but Apple really needs to fix this. Wish I could check the status of filed bug reports that get closed \"dupe\".",
|
||||
"id" : 22673362598,
|
||||
"created_at" : "2010-09-01 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -103,7 +103,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -125,7 +125,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -158,7 +158,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -221,7 +221,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -254,7 +254,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -282,7 +282,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -311,7 +311,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"id" : 21270897515,
|
||||
"created_at" : "2010-08-16 00:13:43 +0000",
|
||||
"user" : {
|
||||
"name" : "Nick Swizzle Small",
|
||||
"name" : "Nick Small",
|
||||
"screen_name" : "nickjsiii",
|
||||
"protected" : false,
|
||||
"id_str" : "11768402",
|
||||
|
|
@ -327,7 +327,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -360,7 +360,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -393,7 +393,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -415,7 +415,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -448,7 +448,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -473,7 +473,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -501,7 +501,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -523,7 +523,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -531,7 +531,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -556,7 +556,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -564,7 +564,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -590,7 +590,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -612,7 +612,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -634,7 +634,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -656,7 +656,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -681,7 +681,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -689,7 +689,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -720,7 +720,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -748,7 +748,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -756,7 +756,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Chuq Von Rospach",
|
||||
"name" : "Chuq \"Artisanal Gerunds\" Von Rospach",
|
||||
"screen_name" : "chuq",
|
||||
"indices" : [ 3, 8 ],
|
||||
"id_str" : "13217612",
|
||||
|
|
@ -783,11 +783,11 @@ Grailbird.data.tweets_2010_08 =
|
|||
"id" : 21076393639,
|
||||
"created_at" : "2010-08-13 16:13:36 +0000",
|
||||
"user" : {
|
||||
"name" : "Chuq Von Rospach",
|
||||
"name" : "Chuq \"Artisanal Gerunds\" Von Rospach",
|
||||
"screen_name" : "chuq",
|
||||
"protected" : false,
|
||||
"id_str" : "13217612",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/758031386066333696\/vSq-AvJq_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1078418132488708096\/tadkY3bJ_normal.jpg",
|
||||
"id" : 13217612,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -799,7 +799,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -807,7 +807,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"indices" : [ 0, 4 ],
|
||||
"id_str" : "12712742",
|
||||
|
|
@ -832,7 +832,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -840,7 +840,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "zach is ill",
|
||||
"name" : "zach carter",
|
||||
"screen_name" : "zii",
|
||||
"indices" : [ 1, 5 ],
|
||||
"id_str" : "12712742",
|
||||
|
|
@ -871,7 +871,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -893,7 +893,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -926,7 +926,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -948,7 +948,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -970,58 +970,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Sam Stephenson",
|
||||
"screen_name" : "sstephenson",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "6707392",
|
||||
"id" : 6707392
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "20939389257",
|
||||
"text" : "RT @sstephenson: Stay looks handy for switching between internal and external displays: http:\/\/cordlessdog.com\/stay\/",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003EEchofon\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "20934106284",
|
||||
"text" : "Stay looks handy for switching between internal and external displays: http:\/\/cordlessdog.com\/stay\/",
|
||||
"id" : 20934106284,
|
||||
"created_at" : "2010-08-12 01:30:50 +0000",
|
||||
"user" : {
|
||||
"name" : "Sam Stephenson",
|
||||
"screen_name" : "sstephenson",
|
||||
"protected" : false,
|
||||
"id_str" : "6707392",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/736761202181689345\/vdVKW0Gw_normal.jpg",
|
||||
"id" : 6707392,
|
||||
"verified" : false
|
||||
}
|
||||
},
|
||||
"id" : 20939389257,
|
||||
"created_at" : "2010-08-12 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1043,7 +992,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1065,7 +1014,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1087,7 +1036,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1115,7 +1064,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1140,7 +1089,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1148,7 +1097,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -1175,7 +1124,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"id" : 20096336109,
|
||||
"created_at" : "2010-08-01 23:39:09 +0000",
|
||||
"user" : {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"protected" : false,
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -1191,7 +1140,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1213,7 +1162,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1235,7 +1184,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1260,7 +1209,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1282,7 +1231,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1304,7 +1253,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1326,7 +1275,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1348,7 +1297,7 @@ Grailbird.data.tweets_2010_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
314
public/tweets/data/js/tweets/2010_09.js
Executable file → Normal file
314
public/tweets/data/js/tweets/2010_09.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -47,7 +47,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bruce Swedal",
|
||||
"name" : "Bruce Wayne Swedal",
|
||||
"screen_name" : "swedal",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "7350652",
|
||||
|
|
@ -74,7 +74,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"id" : 25898221598,
|
||||
"created_at" : "2010-09-29 16:30:36 +0000",
|
||||
"user" : {
|
||||
"name" : "Bruce Swedal",
|
||||
"name" : "Bruce Wayne Swedal",
|
||||
"screen_name" : "swedal",
|
||||
"protected" : false,
|
||||
"id_str" : "7350652",
|
||||
|
|
@ -90,7 +90,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -123,7 +123,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -174,7 +174,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -225,7 +225,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -247,7 +247,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -283,7 +283,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -334,7 +334,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -376,7 +376,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -456,7 +456,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -490,7 +490,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -515,7 +515,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -566,7 +566,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -602,7 +602,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -627,7 +627,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -652,7 +652,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -674,7 +674,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -696,7 +696,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -735,7 +735,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "mathias",
|
||||
"protected" : false,
|
||||
"id_str" : "532923",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1255767431\/kung-fu_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/952797845534453760\/HRhT4f_5_normal.jpg",
|
||||
"id" : 532923,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -747,7 +747,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -769,7 +769,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -791,7 +791,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -813,7 +813,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -835,7 +835,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -868,7 +868,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -901,7 +901,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -926,7 +926,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -951,7 +951,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -976,7 +976,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1010,7 +1010,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1041,7 +1041,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1074,7 +1074,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1082,7 +1082,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u200Brem",
|
||||
"name" : "@rem",
|
||||
"screen_name" : "rem",
|
||||
"indices" : [ 3, 7 ],
|
||||
"id_str" : "648873",
|
||||
|
|
@ -1121,7 +1121,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"id" : 25605392653,
|
||||
"created_at" : "2010-09-26 16:41:36 +0000",
|
||||
"user" : {
|
||||
"name" : "\u200Brem",
|
||||
"name" : "@rem",
|
||||
"screen_name" : "rem",
|
||||
"protected" : false,
|
||||
"id_str" : "648873",
|
||||
|
|
@ -1137,7 +1137,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1145,7 +1145,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003ETwitter for iPad\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Yehuda Katz",
|
||||
"name" : "Yehuda Katz \uD83E\uDD68",
|
||||
"screen_name" : "wycats",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "8526432",
|
||||
|
|
@ -1172,11 +1172,11 @@ Grailbird.data.tweets_2010_09 =
|
|||
"id" : 25626080353,
|
||||
"created_at" : "2010-09-26 21:39:07 +0000",
|
||||
"user" : {
|
||||
"name" : "Yehuda Katz",
|
||||
"name" : "Yehuda Katz \uD83E\uDD68",
|
||||
"screen_name" : "wycats",
|
||||
"protected" : false,
|
||||
"id_str" : "8526432",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/3250074047\/46d910af94e25187832cb4a3bc84b2b5_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/861010112852262912\/nbPZKMyR_normal.jpg",
|
||||
"id" : 8526432,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -1188,7 +1188,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1210,7 +1210,58 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003ETwitter for iPad\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Hacker News",
|
||||
"screen_name" : "newsycombinator",
|
||||
"indices" : [ 3, 19 ],
|
||||
"id_str" : "14335498",
|
||||
"id" : 14335498
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "25408426670",
|
||||
"text" : "RT @newsycombinator: Node.js: a short history http:\/\/j.mp\/bhqSi7",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/www.steer.me\" rel=\"nofollow\"\u003Enewsycombinator\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "25368955288",
|
||||
"text" : "Node.js: a short history http:\/\/j.mp\/bhqSi7",
|
||||
"id" : 25368955288,
|
||||
"created_at" : "2010-09-24 03:00:05 +0000",
|
||||
"user" : {
|
||||
"name" : "Hacker News",
|
||||
"screen_name" : "newsycombinator",
|
||||
"protected" : false,
|
||||
"id_str" : "14335498",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/469397708986269696\/iUrYEOpJ_normal.png",
|
||||
"id" : 14335498,
|
||||
"verified" : false
|
||||
}
|
||||
},
|
||||
"id" : 25408426670,
|
||||
"created_at" : "2010-09-24 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1261,7 +1312,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1286,7 +1337,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1311,7 +1362,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1408,7 +1459,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1439,58 +1490,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003ETwitter for iPad\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Hacker News",
|
||||
"screen_name" : "newsycombinator",
|
||||
"indices" : [ 3, 19 ],
|
||||
"id_str" : "14335498",
|
||||
"id" : 14335498
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "25408426670",
|
||||
"text" : "RT @newsycombinator: Node.js: a short history http:\/\/j.mp\/bhqSi7",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/www.steer.me\" rel=\"nofollow\"\u003Enewsycombinator\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "25368955288",
|
||||
"text" : "Node.js: a short history http:\/\/j.mp\/bhqSi7",
|
||||
"id" : 25368955288,
|
||||
"created_at" : "2010-09-24 03:00:05 +0000",
|
||||
"user" : {
|
||||
"name" : "Hacker News",
|
||||
"screen_name" : "newsycombinator",
|
||||
"protected" : false,
|
||||
"id_str" : "14335498",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/469397708986269696\/iUrYEOpJ_normal.png",
|
||||
"id" : 14335498,
|
||||
"verified" : false
|
||||
}
|
||||
},
|
||||
"id" : 25408426670,
|
||||
"created_at" : "2010-09-24 00:00:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1512,7 +1512,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1534,7 +1534,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1570,7 +1570,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1606,7 +1606,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1645,7 +1645,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "seancribbs",
|
||||
"protected" : false,
|
||||
"id_str" : "14939200",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/776951694986846209\/WHpx6lma_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/914679151784873984\/KxWCgXo8_normal.jpg",
|
||||
"id" : 14939200,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1657,7 +1657,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1693,7 +1693,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1715,7 +1715,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1723,7 +1723,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Randy Luecke",
|
||||
"name" : "Randy Luecke\uD83E\uDD26\uD83C\uDFFC\u200D\u2642\uFE0F",
|
||||
"screen_name" : "me1000",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "8675502",
|
||||
|
|
@ -1748,7 +1748,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1770,7 +1770,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1792,7 +1792,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1828,7 +1828,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1856,7 +1856,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1864,7 +1864,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1895,7 +1895,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1931,7 +1931,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1964,7 +1964,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1997,7 +1997,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2019,7 +2019,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2058,7 +2058,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "hotdogsladies",
|
||||
"protected" : false,
|
||||
"id_str" : "749863",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/548615975268921345\/15phrwGy_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1078047478191054848\/wpFnNteO_normal.jpg",
|
||||
"id" : 749863,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -2070,7 +2070,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2121,7 +2121,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2129,7 +2129,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Thomas H. Pt\u00E1\u010Dek",
|
||||
"name" : "Thomas Ptacek",
|
||||
"screen_name" : "tqbf",
|
||||
"indices" : [ 3, 8 ],
|
||||
"id_str" : "9395312",
|
||||
|
|
@ -2156,11 +2156,11 @@ Grailbird.data.tweets_2010_09 =
|
|||
"id" : 24818193150,
|
||||
"created_at" : "2010-09-18 03:37:22 +0000",
|
||||
"user" : {
|
||||
"name" : "Thomas H. Pt\u00E1\u010Dek",
|
||||
"name" : "Thomas Ptacek",
|
||||
"screen_name" : "tqbf",
|
||||
"protected" : false,
|
||||
"id_str" : "9395312",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/763466249107939328\/No7KoyMS_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1042980118157647872\/tTUO9Nse_normal.jpg",
|
||||
"id" : 9395312,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2172,7 +2172,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2205,7 +2205,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2213,7 +2213,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Mathias Meyer",
|
||||
"name" : "Mathias Meyer \uD83C\uDF31",
|
||||
"screen_name" : "roidrage",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "14658472",
|
||||
|
|
@ -2246,7 +2246,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"id" : 24785569749,
|
||||
"created_at" : "2010-09-17 19:25:23 +0000",
|
||||
"user" : {
|
||||
"name" : "Mathias Meyer",
|
||||
"name" : "Mathias Meyer \uD83C\uDF31",
|
||||
"screen_name" : "roidrage",
|
||||
"protected" : false,
|
||||
"id_str" : "14658472",
|
||||
|
|
@ -2262,7 +2262,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2284,7 +2284,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2306,7 +2306,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2328,7 +2328,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2350,7 +2350,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2423,7 +2423,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2448,7 +2448,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2481,7 +2481,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2514,7 +2514,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2547,7 +2547,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2580,7 +2580,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2613,7 +2613,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2635,7 +2635,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2668,7 +2668,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2719,7 +2719,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2755,7 +2755,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2788,7 +2788,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2810,7 +2810,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2843,7 +2843,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2851,7 +2851,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2882,7 +2882,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2890,7 +2890,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETweetie for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 120, 131 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2910,7 +2910,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2943,12 +2943,12 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003ETumblr\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003ETumblr\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -2965,7 +2965,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2987,7 +2987,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -3009,7 +3009,7 @@ Grailbird.data.tweets_2010_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
566
public/tweets/data/js/tweets/2010_10.js
Executable file → Normal file
566
public/tweets/data/js/tweets/2010_10.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
844
public/tweets/data/js/tweets/2010_11.js
Executable file → Normal file
844
public/tweets/data/js/tweets/2010_11.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
604
public/tweets/data/js/tweets/2010_12.js
Executable file → Normal file
604
public/tweets/data/js/tweets/2010_12.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
520
public/tweets/data/js/tweets/2011_01.js
Executable file → Normal file
520
public/tweets/data/js/tweets/2011_01.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
554
public/tweets/data/js/tweets/2011_02.js
Executable file → Normal file
554
public/tweets/data/js/tweets/2011_02.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
322
public/tweets/data/js/tweets/2011_03.js
Executable file → Normal file
322
public/tweets/data/js/tweets/2011_03.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
233
public/tweets/data/js/tweets/2011_04.js
Executable file → Normal file
233
public/tweets/data/js/tweets/2011_04.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -68,7 +68,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -90,7 +90,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -112,7 +112,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -134,7 +134,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -156,7 +156,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -178,7 +178,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -200,7 +200,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -222,7 +222,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -255,7 +255,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -263,7 +263,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"indices" : [ 3, 7 ],
|
||||
"id_str" : "8038312",
|
||||
|
|
@ -300,11 +300,11 @@ Grailbird.data.tweets_2011_04 =
|
|||
"id" : 64425378097266688,
|
||||
"created_at" : "2011-04-30 20:26:21 +0000",
|
||||
"user" : {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"protected" : false,
|
||||
"id_str" : "8038312",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/765345750427414529\/hxSFDEmc_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/966195642191228933\/4BhqRm2w_normal.jpg",
|
||||
"id" : 8038312,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -316,7 +316,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -338,7 +338,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -371,7 +371,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -404,7 +404,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -437,7 +437,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -470,7 +470,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -503,7 +503,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -536,7 +536,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -544,7 +544,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "xno\u0279\u01DD\u0283 u\u0250\u0131\u0279q",
|
||||
"name" : "xno\u0279\u01DD\u0283 u\u0250\u0131\u0279q \uD83D\uDC3B",
|
||||
"screen_name" : "brianleroux",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "676363",
|
||||
|
|
@ -571,11 +571,11 @@ Grailbird.data.tweets_2011_04 =
|
|||
"id" : 64397298414796801,
|
||||
"created_at" : "2011-04-30 18:34:47 +0000",
|
||||
"user" : {
|
||||
"name" : "xno\u0279\u01DD\u0283 u\u0250\u0131\u0279q",
|
||||
"name" : "xno\u0279\u01DD\u0283 u\u0250\u0131\u0279q \uD83D\uDC3B",
|
||||
"screen_name" : "brianleroux",
|
||||
"protected" : false,
|
||||
"id_str" : "676363",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/675381240128602112\/hqOTM9i3_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1039923377186787328\/7Q0UIR8Q_normal.jpg",
|
||||
"id" : 676363,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -587,7 +587,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -638,7 +638,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "awbjs",
|
||||
"protected" : false,
|
||||
"id_str" : "159946057",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/501784749317185537\/4GXPdn0H_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/951497541362700288\/hxugG7vx_normal.jpg",
|
||||
"id" : 159946057,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -650,7 +650,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -683,7 +683,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -716,7 +716,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -749,7 +749,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -771,7 +771,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -779,76 +779,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Skyler Slade",
|
||||
"screen_name" : "skylerslade",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "14052205",
|
||||
"id" : 14052205
|
||||
}, {
|
||||
"name" : "In Memoriam",
|
||||
"screen_name" : "grooveshark",
|
||||
"indices" : [ 54, 66 ],
|
||||
"id_str" : "732373899233660929",
|
||||
"id" : 732373899233660929
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ {
|
||||
"text" : "android",
|
||||
"indices" : [ 67, 75 ]
|
||||
} ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "64051050222600192",
|
||||
"text" : "RT @skylerslade: seeking\/scrubbing coming soon to the @Grooveshark #android app ...",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "In Memoriam",
|
||||
"screen_name" : "grooveshark",
|
||||
"indices" : [ 37, 49 ],
|
||||
"id_str" : "732373899233660929",
|
||||
"id" : 732373899233660929
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ {
|
||||
"text" : "android",
|
||||
"indices" : [ 50, 58 ]
|
||||
} ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "64046758556205057",
|
||||
"text" : "seeking\/scrubbing coming soon to the @Grooveshark #android app ...",
|
||||
"id" : 64046758556205057,
|
||||
"created_at" : "2011-04-29 19:21:51 +0000",
|
||||
"user" : {
|
||||
"name" : "Skyler Slade",
|
||||
"screen_name" : "skylerslade",
|
||||
"protected" : false,
|
||||
"id_str" : "14052205",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/378800000637110001\/e7e2c55442a99e7b70c8168db192cdb8_normal.jpeg",
|
||||
"id" : 14052205,
|
||||
"verified" : false
|
||||
}
|
||||
},
|
||||
"id" : 64051050222600192,
|
||||
"created_at" : "2011-04-29 19:38:55 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Thomas Fuchs",
|
||||
"name" : "Thomas Fuchs \uD83C\uDF35",
|
||||
"screen_name" : "thomasfuchs",
|
||||
"indices" : [ 0, 12 ],
|
||||
"id_str" : "6927562",
|
||||
|
|
@ -873,7 +804,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -895,7 +826,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -917,7 +848,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -968,7 +899,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1001,7 +932,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1009,7 +940,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "risk _danger_ olson",
|
||||
"name" : "\uD83C\uDFA7\uD83D\uDDA5\uD83C\uDF2D",
|
||||
"screen_name" : "technoweenie",
|
||||
"indices" : [ 0, 13 ],
|
||||
"id_str" : "780561",
|
||||
|
|
@ -1040,7 +971,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1062,7 +993,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1099,7 +1030,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1138,7 +1069,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1177,7 +1108,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1222,7 +1153,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1261,7 +1192,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1289,7 +1220,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1297,7 +1228,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1322,7 +1253,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1373,7 +1304,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "awbjs",
|
||||
"protected" : false,
|
||||
"id_str" : "159946057",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/501784749317185537\/4GXPdn0H_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/951497541362700288\/hxugG7vx_normal.jpg",
|
||||
"id" : 159946057,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1385,7 +1316,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1436,7 +1367,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "awbjs",
|
||||
"protected" : false,
|
||||
"id_str" : "159946057",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/501784749317185537\/4GXPdn0H_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/951497541362700288\/hxugG7vx_normal.jpg",
|
||||
"id" : 159946057,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1448,7 +1379,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1476,7 +1407,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1484,7 +1415,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1509,7 +1440,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1517,7 +1448,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1542,7 +1473,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1564,7 +1495,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1586,7 +1517,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1625,7 +1556,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "danielbmarkham",
|
||||
"protected" : false,
|
||||
"id_str" : "55648990",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/666355591305031680\/CrVX4s_i_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1101572090359177216\/PR2bWsHQ_normal.png",
|
||||
"id" : 55648990,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1637,7 +1568,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1659,7 +1590,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1681,7 +1612,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1732,7 +1663,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1754,7 +1685,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1776,7 +1707,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1798,7 +1729,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1806,7 +1737,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1831,7 +1762,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1853,7 +1784,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1875,7 +1806,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1926,7 +1857,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1948,7 +1879,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1976,7 +1907,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1998,7 +1929,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2020,7 +1951,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2051,7 +1982,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2073,7 +2004,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2081,7 +2012,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Firefox \uD83E\uDD8A\uD83C\uDF0D",
|
||||
"name" : "Firefox \uD83D\uDD25",
|
||||
"screen_name" : "firefox",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "2142731",
|
||||
|
|
@ -2108,11 +2039,11 @@ Grailbird.data.tweets_2011_04 =
|
|||
"id" : 53853038066147329,
|
||||
"created_at" : "2011-04-01 16:15:39 +0000",
|
||||
"user" : {
|
||||
"name" : "Firefox \uD83E\uDD8A\uD83C\uDF0D",
|
||||
"name" : "Firefox \uD83D\uDD25",
|
||||
"screen_name" : "firefox",
|
||||
"protected" : false,
|
||||
"id_str" : "2142731",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/747872627218350081\/37FasHm-_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/930427008173080576\/_AgS8Urc_normal.jpg",
|
||||
"id" : 2142731,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -2124,7 +2055,7 @@ Grailbird.data.tweets_2011_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
527
public/tweets/data/js/tweets/2011_05.js
Executable file → Normal file
527
public/tweets/data/js/tweets/2011_05.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
218
public/tweets/data/js/tweets/2011_06.js
Executable file → Normal file
218
public/tweets/data/js/tweets/2011_06.js
Executable file → Normal file
|
|
@ -3,7 +3,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Phil",
|
||||
"name" : "Philipp Fehre",
|
||||
"screen_name" : "ischi",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "12510462",
|
||||
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Phil",
|
||||
"name" : "Philipp Fehre",
|
||||
"screen_name" : "ischi",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "12510462",
|
||||
|
|
@ -61,7 +61,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -83,7 +83,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -116,7 +116,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -149,7 +149,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -182,7 +182,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -215,7 +215,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -237,7 +237,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -282,7 +282,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "awbjs",
|
||||
"protected" : false,
|
||||
"id_str" : "159946057",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/501784749317185537\/4GXPdn0H_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/951497541362700288\/hxugG7vx_normal.jpg",
|
||||
"id" : 159946057,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -294,7 +294,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -333,7 +333,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "awbjs",
|
||||
"protected" : false,
|
||||
"id_str" : "159946057",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/501784749317185537\/4GXPdn0H_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/951497541362700288\/hxugG7vx_normal.jpg",
|
||||
"id" : 159946057,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -345,7 +345,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -353,7 +353,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -378,7 +378,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -386,7 +386,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -411,7 +411,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -444,7 +444,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -466,7 +466,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -488,7 +488,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -496,7 +496,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"indices" : [ 0, 4 ],
|
||||
"id_str" : "8038312",
|
||||
|
|
@ -521,7 +521,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -543,7 +543,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -565,7 +565,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -616,7 +616,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -649,7 +649,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -682,7 +682,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -690,7 +690,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/seesmic.com\/\" rel=\"nofollow\"\u003ESeesmic\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -715,7 +715,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -723,7 +723,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/seesmic.com\/\" rel=\"nofollow\"\u003ESeesmic\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -746,7 +746,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -754,7 +754,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/seesmic.com\/\" rel=\"nofollow\"\u003ESeesmic\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -779,7 +779,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -801,7 +801,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -864,7 +864,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -895,7 +895,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -952,7 +952,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -974,7 +974,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -982,7 +982,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dan Benjamin \uD83E\uDD20",
|
||||
"name" : "Dan Benjamin \uD83C\uDF2E",
|
||||
"screen_name" : "danbenjamin",
|
||||
"indices" : [ 0, 12 ],
|
||||
"id_str" : "5905672",
|
||||
|
|
@ -1007,7 +1007,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1040,7 +1040,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1068,7 +1068,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1102,7 +1102,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1124,7 +1124,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1146,7 +1146,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1179,7 +1179,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1212,7 +1212,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1243,7 +1243,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1280,7 +1280,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1313,7 +1313,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1346,7 +1346,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1385,7 +1385,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1407,7 +1407,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1468,7 +1468,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1493,7 +1493,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1532,7 +1532,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1554,7 +1554,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1582,7 +1582,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1643,7 +1643,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1651,7 +1651,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1676,7 +1676,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1698,7 +1698,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1731,7 +1731,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1764,7 +1764,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1815,7 +1815,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1837,7 +1837,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1859,7 +1859,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1867,7 +1867,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Francis \uD83D\uDC08 Gulotta",
|
||||
"name" : "Francis \uD83D\uDE80 Gulotta",
|
||||
"screen_name" : "reconbot",
|
||||
"indices" : [ 4, 13 ],
|
||||
"id_str" : "14082200",
|
||||
|
|
@ -1896,7 +1896,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1929,7 +1929,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1951,7 +1951,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1959,7 +1959,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1984,7 +1984,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1992,7 +1992,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jonathan Stark",
|
||||
"name" : "Jonathan Stark \uD83E\uDD4B",
|
||||
"screen_name" : "jonathanstark",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "7198302",
|
||||
|
|
@ -2017,7 +2017,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2025,7 +2025,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2050,7 +2050,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2083,7 +2083,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2140,7 +2140,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2162,7 +2162,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2170,7 +2170,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"indices" : [ 3, 7 ],
|
||||
"id_str" : "8038312",
|
||||
|
|
@ -2197,11 +2197,11 @@ Grailbird.data.tweets_2011_06 =
|
|||
"id" : 77806627964723200,
|
||||
"created_at" : "2011-06-06 18:38:40 +0000",
|
||||
"user" : {
|
||||
"name" : "isaacs",
|
||||
"name" : "isaacs \uD83D\uDC99\uD83D\uDC9C\uD83D\uDC96\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08",
|
||||
"screen_name" : "izs",
|
||||
"protected" : false,
|
||||
"id_str" : "8038312",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/765345750427414529\/hxSFDEmc_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/966195642191228933\/4BhqRm2w_normal.jpg",
|
||||
"id" : 8038312,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -2213,7 +2213,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2235,7 +2235,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2257,7 +2257,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2265,7 +2265,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2297,7 +2297,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"id" : 77055588034543616,
|
||||
"created_at" : "2011-06-04 16:54:18 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2313,7 +2313,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2335,7 +2335,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2357,7 +2357,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2379,7 +2379,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2387,7 +2387,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2412,7 +2412,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2420,7 +2420,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2445,7 +2445,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2453,7 +2453,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -2478,7 +2478,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2486,7 +2486,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Appcelerator",
|
||||
"name" : "Axway Appcelerator",
|
||||
"screen_name" : "appcelerator",
|
||||
"indices" : [ 0, 13 ],
|
||||
"id_str" : "9662352",
|
||||
|
|
@ -2511,7 +2511,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2519,7 +2519,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Appcelerator",
|
||||
"name" : "Axway Appcelerator",
|
||||
"screen_name" : "appcelerator",
|
||||
"indices" : [ 0, 13 ],
|
||||
"id_str" : "9662352",
|
||||
|
|
@ -2544,7 +2544,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2558,7 +2558,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"id_str" : "25891747",
|
||||
"id" : 25891747
|
||||
}, {
|
||||
"name" : "Appcelerator",
|
||||
"name" : "Axway Appcelerator",
|
||||
"screen_name" : "appcelerator",
|
||||
"indices" : [ 36, 49 ],
|
||||
"id_str" : "9662352",
|
||||
|
|
@ -2578,7 +2578,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2611,7 +2611,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2644,7 +2644,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2677,7 +2677,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2728,7 +2728,7 @@ Grailbird.data.tweets_2011_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
828
public/tweets/data/js/tweets/2011_07.js
Executable file → Normal file
828
public/tweets/data/js/tweets/2011_07.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
653
public/tweets/data/js/tweets/2011_08.js
Executable file → Normal file
653
public/tweets/data/js/tweets/2011_08.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
158
public/tweets/data/js/tweets/2011_09.js
Executable file → Normal file
158
public/tweets/data/js/tweets/2011_09.js
Executable file → Normal file
|
|
@ -17,7 +17,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -31,13 +31,13 @@ Grailbird.data.tweets_2011_09 =
|
|||
"id_str" : "20079975",
|
||||
"id" : 20079975
|
||||
}, {
|
||||
"name" : "Kris Kowal",
|
||||
"name" : "Kris Kowal\u00A0\uD83E\uDDD9\uD83C\uDFFB\u200D\u2642\uFE0F\uD83E\uDDDD\uD83C\uDFFB\u200D\u2640\uFE0F",
|
||||
"screen_name" : "kriskowal",
|
||||
"indices" : [ 9, 19 ],
|
||||
"id_str" : "6585632",
|
||||
"id" : 6585632
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 57, 68 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -67,7 +67,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -75,7 +75,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Phil",
|
||||
"name" : "Philipp Fehre",
|
||||
"screen_name" : "ischi",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "12510462",
|
||||
|
|
@ -100,7 +100,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -108,7 +108,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Phil",
|
||||
"name" : "Philipp Fehre",
|
||||
"screen_name" : "ischi",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "12510462",
|
||||
|
|
@ -139,7 +139,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -147,7 +147,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Phil",
|
||||
"name" : "Philipp Fehre",
|
||||
"screen_name" : "ischi",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "12510462",
|
||||
|
|
@ -178,7 +178,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -212,7 +212,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -245,7 +245,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -284,7 +284,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -317,7 +317,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -350,7 +350,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -377,7 +377,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"id_str" : "118483384472313857",
|
||||
"text" : "RT @siracusa: Christmas comes early for TextMate fans: http:\/\/t.co\/6oBSQ2Ay",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -411,7 +411,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -450,7 +450,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -489,7 +489,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -528,7 +528,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -573,7 +573,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -606,7 +606,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -639,7 +639,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -677,7 +677,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -685,7 +685,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -710,7 +710,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -743,7 +743,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -776,7 +776,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -809,7 +809,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -842,7 +842,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -856,7 +856,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"id_str" : "4777951",
|
||||
"id" : 4777951
|
||||
}, {
|
||||
"name" : "Cyril MLS",
|
||||
"name" : "Cyril \uD83C\uDDEB\uD83C\uDDF7\uD83C\uDDEA\uD83C\uDDFA",
|
||||
"screen_name" : "cyrilmorales",
|
||||
"indices" : [ 6, 19 ],
|
||||
"id_str" : "23180048",
|
||||
|
|
@ -881,7 +881,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -889,7 +889,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Cyril MLS",
|
||||
"name" : "Cyril \uD83C\uDDEB\uD83C\uDDF7\uD83C\uDDEA\uD83C\uDDFA",
|
||||
"screen_name" : "cyrilmorales",
|
||||
"indices" : [ 0, 13 ],
|
||||
"id_str" : "23180048",
|
||||
|
|
@ -914,7 +914,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -947,7 +947,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -980,7 +980,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1013,7 +1013,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1046,7 +1046,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1079,7 +1079,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1101,7 +1101,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1126,7 +1126,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1159,7 +1159,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1192,7 +1192,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1225,7 +1225,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1258,7 +1258,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1280,7 +1280,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1302,7 +1302,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1310,7 +1310,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1335,7 +1335,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1343,7 +1343,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1368,7 +1368,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1376,7 +1376,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1401,7 +1401,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1409,7 +1409,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1434,7 +1434,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1448,7 +1448,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"id_str" : "14864447",
|
||||
"id" : 14864447
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 12, 23 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1473,7 +1473,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1487,7 +1487,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"id_str" : "14864447",
|
||||
"id" : 14864447
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 12, 23 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1512,7 +1512,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1545,7 +1545,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1584,7 +1584,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1592,7 +1592,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1617,7 +1617,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1650,7 +1650,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1683,7 +1683,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1722,7 +1722,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1761,7 +1761,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1794,7 +1794,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1816,7 +1816,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1854,7 +1854,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1887,7 +1887,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1920,7 +1920,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1953,7 +1953,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1986,7 +1986,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2008,7 +2008,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2030,7 +2030,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2063,7 +2063,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2085,7 +2085,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2118,7 +2118,7 @@ Grailbird.data.tweets_2011_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
96
public/tweets/data/js/tweets/2011_10.js
Executable file → Normal file
96
public/tweets/data/js/tweets/2011_10.js
Executable file → Normal file
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "jeresig",
|
||||
"protected" : false,
|
||||
"id_str" : "752673",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/709460796259041281\/TE5YLrp6_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1090714620275245056\/HS9xcEDk_normal.jpg",
|
||||
"id" : 752673,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -111,7 +111,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -144,7 +144,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -177,7 +177,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -258,7 +258,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -266,7 +266,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -291,7 +291,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -299,13 +299,13 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Liza Sabater \uD83C\uDDF5\uD83C\uDDF7\uD83D\uDC78\uD83C\uDFFE",
|
||||
"name" : "Liza Sabater \uD83C\uDDF5\uD83C\uDDF7\uD83D\uDC78\uD83C\uDFFE\uD83C\uDF39",
|
||||
"screen_name" : "blogdiva",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "820694",
|
||||
"id" : 820694
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 21, 32 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -330,7 +330,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -357,7 +357,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -365,7 +365,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -395,7 +395,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -403,7 +403,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -428,7 +428,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -436,7 +436,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -461,7 +461,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -469,7 +469,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -494,7 +494,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -502,7 +502,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -527,7 +527,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -535,7 +535,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -563,7 +563,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -571,7 +571,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -602,7 +602,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -629,7 +629,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -637,7 +637,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -668,7 +668,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -701,7 +701,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -709,7 +709,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -740,7 +740,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -762,7 +762,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -770,7 +770,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003ETwitter for Android\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -795,7 +795,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -803,7 +803,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003ETwitter for Android\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -828,7 +828,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -879,7 +879,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -893,7 +893,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"id_str" : "14417477",
|
||||
"id" : 14417477
|
||||
}, {
|
||||
"name" : "Jon Picnic",
|
||||
"name" : "Picnic Coffee",
|
||||
"screen_name" : "PiCNiC_Coffee",
|
||||
"indices" : [ 41, 55 ],
|
||||
"id_str" : "165975834",
|
||||
|
|
@ -910,7 +910,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jon Picnic",
|
||||
"name" : "Picnic Coffee",
|
||||
"screen_name" : "PiCNiC_Coffee",
|
||||
"indices" : [ 24, 38 ],
|
||||
"id_str" : "165975834",
|
||||
|
|
@ -942,7 +942,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1003,7 +1003,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1011,7 +1011,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003ETwitter for Android\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jonathan Stark",
|
||||
"name" : "Jonathan Stark \uD83E\uDD4B",
|
||||
"screen_name" : "jonathanstark",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "7198302",
|
||||
|
|
@ -1036,7 +1036,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1085,7 +1085,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "mraleph",
|
||||
"protected" : false,
|
||||
"id_str" : "53010195",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/428865653903081472\/XqtZKTVu_normal.png",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/961923701641039872\/TWwOK7mW_normal.jpg",
|
||||
"id" : 53010195,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1097,7 +1097,7 @@ Grailbird.data.tweets_2011_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
225
public/tweets/data/js/tweets/2011_11.js
Executable file → Normal file
225
public/tweets/data/js/tweets/2011_11.js
Executable file → Normal file
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -99,7 +99,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -150,7 +150,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -189,7 +189,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "peterc",
|
||||
"protected" : false,
|
||||
"id_str" : "33493",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/838548323585961988\/TnvST4XM_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1096045103578263552\/cIurkMD7_normal.png",
|
||||
"id" : 33493,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -201,7 +201,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -234,7 +234,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -272,7 +272,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -325,7 +325,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -358,7 +358,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -394,7 +394,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -427,7 +427,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -435,12 +435,6 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
}, {
|
||||
"name" : "Dmitry Soshnikov",
|
||||
"screen_name" : "DmitrySoshnikov",
|
||||
"indices" : [ 8, 24 ],
|
||||
|
|
@ -464,14 +458,14 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 138013579570978816,
|
||||
"in_reply_to_status_id" : 138008405016190976,
|
||||
"created_at" : "2011-11-19 21:59:36 +0000",
|
||||
"in_reply_to_screen_name" : "0x00A",
|
||||
"in_reply_to_screen_name" : "heapwolf",
|
||||
"in_reply_to_user_id_str" : "95938827",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -484,12 +478,6 @@ Grailbird.data.tweets_2011_11 =
|
|||
"indices" : [ 0, 16 ],
|
||||
"id_str" : "59884976",
|
||||
"id" : 59884976
|
||||
}, {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 17, 24 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -510,7 +498,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -518,12 +506,6 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
}, {
|
||||
"name" : "Dmitry Soshnikov",
|
||||
"screen_name" : "DmitrySoshnikov",
|
||||
"indices" : [ 8, 24 ],
|
||||
|
|
@ -542,14 +524,14 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 137970989844795392,
|
||||
"in_reply_to_status_id" : 137966803002466304,
|
||||
"created_at" : "2011-11-19 19:10:22 +0000",
|
||||
"in_reply_to_screen_name" : "0x00A",
|
||||
"in_reply_to_screen_name" : "heapwolf",
|
||||
"in_reply_to_user_id_str" : "95938827",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -557,12 +539,6 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
}, {
|
||||
"name" : "Dmitry Soshnikov",
|
||||
"screen_name" : "DmitrySoshnikov",
|
||||
"indices" : [ 8, 24 ],
|
||||
|
|
@ -586,14 +562,14 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 137970445608697857,
|
||||
"in_reply_to_status_id" : 137966803002466304,
|
||||
"created_at" : "2011-11-19 19:08:12 +0000",
|
||||
"in_reply_to_screen_name" : "0x00A",
|
||||
"in_reply_to_screen_name" : "heapwolf",
|
||||
"in_reply_to_user_id_str" : "95938827",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -601,7 +577,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -628,7 +604,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 137327194912464896,
|
||||
"created_at" : "2011-11-18 00:32:09 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -644,7 +620,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -652,7 +628,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -677,20 +653,14 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
} ],
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
|
|
@ -703,14 +673,14 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 137206481815748608,
|
||||
"in_reply_to_status_id" : 137141796827435008,
|
||||
"created_at" : "2011-11-17 16:32:29 +0000",
|
||||
"in_reply_to_screen_name" : "0x00A",
|
||||
"in_reply_to_screen_name" : "heapwolf",
|
||||
"in_reply_to_user_id_str" : "95938827",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -732,7 +702,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id_str" : "137204693947518976",
|
||||
"text" : "RT @CodeWisdom: \"A clever person solves a problem. A wise person avoids it.\" - Einstein",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003EBuffer\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/buffer.com\" rel=\"nofollow\"\u003EBuffer\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -761,7 +731,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -794,7 +764,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -827,7 +797,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -859,7 +829,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -892,7 +862,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -925,7 +895,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -933,7 +903,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Ben Scheirman \uD83D\uDCCE",
|
||||
"name" : "Ben Scheirman",
|
||||
"screen_name" : "subdigital",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "14133001",
|
||||
|
|
@ -973,11 +943,11 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 136319309298409472,
|
||||
"created_at" : "2011-11-15 05:47:10 +0000",
|
||||
"user" : {
|
||||
"name" : "Ben Scheirman \uD83D\uDCCE",
|
||||
"name" : "Ben Scheirman",
|
||||
"screen_name" : "subdigital",
|
||||
"protected" : false,
|
||||
"id_str" : "14133001",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/742366452292820992\/FAxQ8oKo_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/894993172899794946\/xN3x53MV_normal.jpg",
|
||||
"id" : 14133001,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -989,7 +959,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1020,7 +990,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1053,7 +1023,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1084,7 +1054,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1115,7 +1085,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1148,7 +1118,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1181,7 +1151,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1214,7 +1184,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1222,7 +1192,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "15540222",
|
||||
|
|
@ -1259,11 +1229,11 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 135424264387047425,
|
||||
"created_at" : "2011-11-12 18:30:35 +0000",
|
||||
"user" : {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"protected" : false,
|
||||
"id_str" : "15540222",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/721536199681318912\/rflwVOZ8_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1029230542716264448\/LgLb--Of_normal.jpg",
|
||||
"id" : 15540222,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -1275,7 +1245,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1283,7 +1253,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1308,7 +1278,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1341,7 +1311,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1392,7 +1362,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1443,7 +1413,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "hotdogsladies",
|
||||
"protected" : false,
|
||||
"id_str" : "749863",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/548615975268921345\/15phrwGy_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1078047478191054848\/wpFnNteO_normal.jpg",
|
||||
"id" : 749863,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -1455,7 +1425,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1463,7 +1433,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1488,7 +1458,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1496,7 +1466,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1523,7 +1493,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"id" : 133796375480639488,
|
||||
"created_at" : "2011-11-08 06:41:56 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1539,7 +1509,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1570,7 +1540,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1621,7 +1591,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1654,7 +1624,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1687,58 +1657,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marco Arment",
|
||||
"screen_name" : "marcoarment",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "14231571",
|
||||
"id" : 14231571
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "133324381203070976",
|
||||
"text" : "RT @marcoarment: Just got my first spam-reply in a while. It made me realize that Twitter's been MUCH better at spam control for the las ...",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "133243584144084992",
|
||||
"text" : "Just got my first spam-reply in a while. It made me realize that Twitter's been MUCH better at spam control for the last couple of months.",
|
||||
"id" : 133243584144084992,
|
||||
"created_at" : "2011-11-06 18:05:20 +0000",
|
||||
"user" : {
|
||||
"name" : "Marco Arment",
|
||||
"screen_name" : "marcoarment",
|
||||
"protected" : false,
|
||||
"id_str" : "14231571",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1282173124\/untitled-158-2_normal.jpg",
|
||||
"id" : 14231571,
|
||||
"verified" : true
|
||||
}
|
||||
},
|
||||
"id" : 133324381203070976,
|
||||
"created_at" : "2011-11-06 23:26:24 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1746,7 +1665,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1771,7 +1690,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1827,7 +1746,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1860,7 +1779,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1868,7 +1787,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1893,7 +1812,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1926,7 +1845,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1987,7 +1906,7 @@ Grailbird.data.tweets_2011_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
245
public/tweets/data/js/tweets/2011_12.js
Executable file → Normal file
245
public/tweets/data/js/tweets/2011_12.js
Executable file → Normal file
|
|
@ -56,7 +56,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -78,7 +78,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -127,68 +127,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "ghost prison",
|
||||
"screen_name" : "abackstrom",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "3621751",
|
||||
"id" : 3621751
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ {
|
||||
"indices" : [ 48, 68 ],
|
||||
"url" : "http:\/\/t.co\/KeqlGTPz",
|
||||
"expanded_url" : "http:\/\/www.youtube.com\/watch?v=o1-ndsRPxbM&feature=share",
|
||||
"display_url" : "youtube.com\/watch?v=o1-nds\u2026"
|
||||
} ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "151782151803772928",
|
||||
"text" : "RT @abackstrom: How to Pronounce Hors d'oeuvres http:\/\/t.co\/KeqlGTPz",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"https:\/\/dev.twitter.com\/docs\/tfw\" rel=\"nofollow\"\u003ETwitter for Websites\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ {
|
||||
"indices" : [ 32, 52 ],
|
||||
"url" : "http:\/\/t.co\/KeqlGTPz",
|
||||
"expanded_url" : "http:\/\/www.youtube.com\/watch?v=o1-ndsRPxbM&feature=share",
|
||||
"display_url" : "youtube.com\/watch?v=o1-nds\u2026"
|
||||
} ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "151504628784185344",
|
||||
"text" : "How to Pronounce Hors d'oeuvres http:\/\/t.co\/KeqlGTPz",
|
||||
"id" : 151504628784185344,
|
||||
"created_at" : "2011-12-27 03:28:12 +0000",
|
||||
"user" : {
|
||||
"name" : "ghost prison",
|
||||
"screen_name" : "abackstrom",
|
||||
"protected" : false,
|
||||
"id_str" : "3621751",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/616532569056784384\/wn2ggTfA_normal.jpg",
|
||||
"id" : 3621751,
|
||||
"verified" : false
|
||||
}
|
||||
},
|
||||
"id" : 151782151803772928,
|
||||
"created_at" : "2011-12-27 21:50:59 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -249,7 +188,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -288,7 +227,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "rands",
|
||||
"protected" : false,
|
||||
"id_str" : "30923",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/823630828995346432\/OsEvhRyK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/879352807228399621\/qtcNEE0n_normal.jpg",
|
||||
"id" : 30923,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -300,7 +239,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -308,7 +247,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -333,7 +272,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -384,7 +323,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -423,7 +362,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "hotdogsladies",
|
||||
"protected" : false,
|
||||
"id_str" : "749863",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/548615975268921345\/15phrwGy_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1078047478191054848\/wpFnNteO_normal.jpg",
|
||||
"id" : 749863,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -435,7 +374,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -443,7 +382,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -473,7 +412,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -495,7 +434,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -544,7 +483,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "ChromiumDev",
|
||||
"protected" : false,
|
||||
"id_str" : "113713261",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1320180647\/chromiumchrome_normal.png",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1065986962467647489\/Qrc3K-jZ_normal.jpg",
|
||||
"id" : 113713261,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -556,7 +495,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -617,7 +556,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -625,7 +564,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -650,7 +589,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -711,7 +650,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -738,7 +677,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -760,7 +699,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -777,18 +716,6 @@ Grailbird.data.tweets_2011_12 =
|
|||
"id" : 149243862597115904,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/AhI4gJcCIAAoqhH.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 453,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 800,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -796,7 +723,20 @@ Grailbird.data.tweets_2011_12 =
|
|||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 510
|
||||
}, {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/4PV3JzWG"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -812,7 +752,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -834,7 +774,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -856,7 +796,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -878,7 +818,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -905,7 +845,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -927,7 +867,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -960,7 +900,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -982,7 +922,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1012,7 +952,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1034,7 +974,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1056,7 +996,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1084,7 +1024,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"id_str" : "148070457940254721",
|
||||
"text" : "RT @macromates: Tip: You can click on an icon in the sidebar to open it instantly. \/cc @gregorysean",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Greg Cox",
|
||||
|
|
@ -1119,7 +1059,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1127,7 +1067,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Se\u00F1or Yak Shaver\uD83C\uDDF3\uD83C\uDDF1",
|
||||
"name" : "Tane Piper",
|
||||
"screen_name" : "tanepiper",
|
||||
"indices" : [ 0, 10 ],
|
||||
"id_str" : "20693",
|
||||
|
|
@ -1152,7 +1092,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1179,7 +1119,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"id_str" : "147811105903882240",
|
||||
"text" : "RT @macromates: Learn all about the new .tm_properties config files: http:\/\/t.co\/338jaq39",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1213,7 +1153,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1241,7 +1181,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"id_str" : "147811090984747010",
|
||||
"text" : "RT @macromates: @_sjs \u2303\u2318T \u2192 \u23184 \u2192 enter the shortcut (This isn't new in 2.0, works in 1.x as well, though without the \u23184 shortcut.)",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Sami Samhuri",
|
||||
|
|
@ -1281,7 +1221,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1303,7 +1243,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1359,7 +1299,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1392,7 +1332,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1423,7 +1363,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1445,7 +1385,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1467,7 +1407,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1489,7 +1429,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1538,7 +1478,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "paul_irish",
|
||||
"protected" : false,
|
||||
"id_str" : "1671811",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/420826194083213312\/CP1RmLa3_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/972186419274776576\/LaJS_MKO_normal.jpg",
|
||||
"id" : 1671811,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1550,7 +1490,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1577,7 +1517,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1604,7 +1544,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1637,7 +1577,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1691,7 +1631,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "stoyanstefanov",
|
||||
"protected" : false,
|
||||
"id_str" : "14620179",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/818694201109979136\/gt7qTDs-_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/922373854676135936\/94lxJ2Cz_normal.jpg",
|
||||
"id" : 14620179,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1703,7 +1643,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1764,7 +1704,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1825,7 +1765,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1858,7 +1798,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1891,7 +1831,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1930,7 +1870,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1952,7 +1892,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1979,7 +1919,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1987,7 +1927,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2012,7 +1952,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2020,7 +1960,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2045,7 +1985,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2053,7 +1993,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2078,7 +2018,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2105,7 +2045,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2127,7 +2067,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2168,6 +2108,10 @@ Grailbird.data.tweets_2011_12 =
|
|||
"h" : 373,
|
||||
"resize" : "fit",
|
||||
"w" : 280
|
||||
}, {
|
||||
"h" : 373,
|
||||
"resize" : "fit",
|
||||
"w" : 280
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
|
|
@ -2176,11 +2120,8 @@ Grailbird.data.tweets_2011_12 =
|
|||
"h" : 373,
|
||||
"resize" : "fit",
|
||||
"w" : 280
|
||||
}, {
|
||||
"h" : 373,
|
||||
"resize" : "fit",
|
||||
"w" : 280
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/WNQj2vHS"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -2208,7 +2149,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2216,7 +2157,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2248,7 +2189,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"id" : 142348849950896129,
|
||||
"created_at" : "2011-12-01 21:06:25 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2264,7 +2205,7 @@ Grailbird.data.tweets_2011_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
265
public/tweets/data/js/tweets/2012_01.js
Executable file → Normal file
265
public/tweets/data/js/tweets/2012_01.js
Executable file → Normal file
|
|
@ -39,7 +39,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "paul_irish",
|
||||
"protected" : false,
|
||||
"id_str" : "1671811",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/420826194083213312\/CP1RmLa3_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/972186419274776576\/LaJS_MKO_normal.jpg",
|
||||
"id" : 1671811,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -51,7 +51,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -78,7 +78,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -105,7 +105,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -113,7 +113,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -141,7 +141,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -163,7 +163,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -185,7 +185,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -224,7 +224,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -232,11 +232,11 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Adam Brault",
|
||||
"name" : "Adam (Brault) Avenir",
|
||||
"screen_name" : "adambrault",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "1568",
|
||||
"id" : 1568
|
||||
"id_str" : "1011099967648358400",
|
||||
"id" : 1011099967648358400
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -264,8 +264,8 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 164025952492453888,
|
||||
"created_at" : "2012-01-30 16:43:29 +0000",
|
||||
"user" : {
|
||||
"name" : "Adam Brault",
|
||||
"screen_name" : "adambrault",
|
||||
"name" : "Adam (Brault) Avenir",
|
||||
"screen_name" : "adamavenir",
|
||||
"protected" : false,
|
||||
"id_str" : "1568",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/748636821324599296\/1-kmCCWL_normal.jpg",
|
||||
|
|
@ -280,7 +280,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -314,7 +314,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -375,7 +375,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -383,7 +383,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -408,7 +408,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -441,7 +441,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -463,7 +463,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -502,7 +502,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "maccaw",
|
||||
"protected" : false,
|
||||
"id_str" : "2006261",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/658880981017882629\/nlXSOJnc_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/918603761861328896\/MSXrAULz_normal.jpg",
|
||||
"id" : 2006261,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -514,7 +514,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -536,7 +536,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -585,7 +585,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "ncb000gt",
|
||||
"protected" : false,
|
||||
"id_str" : "7955612",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/643100379786399744\/E9fpajCW_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1003673804210692096\/vI5mjNBE_normal.jpg",
|
||||
"id" : 7955612,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -597,7 +597,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -624,7 +624,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -657,7 +657,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -706,7 +706,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "viticci",
|
||||
"protected" : false,
|
||||
"id_str" : "20904050",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/854328515939926016\/OQ8mun9e_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1005494943677235200\/NArzJ6fT_normal.jpg",
|
||||
"id" : 20904050,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -718,7 +718,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -757,7 +757,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -779,7 +779,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -808,26 +808,27 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 162711201439170560,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/AkIQ-cLCQAAeClF.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 900,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 453
|
||||
}, {
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 640
|
||||
}, {
|
||||
"h" : 510,
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
"w" : 640
|
||||
}, {
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 640
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/dzn9cgi4"
|
||||
} ],
|
||||
"hashtags" : [ {
|
||||
|
|
@ -858,26 +859,27 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 162711201439170560,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/AkIQ-cLCQAAeClF.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 900,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 453
|
||||
}, {
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 640
|
||||
}, {
|
||||
"h" : 510,
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
"w" : 640
|
||||
}, {
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 640
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/dzn9cgi4"
|
||||
} ],
|
||||
"hashtags" : [ {
|
||||
|
|
@ -908,7 +910,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -916,7 +918,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Elliott Kernber",
|
||||
"name" : "Elliott Kernber,",
|
||||
"screen_name" : "elliottkember",
|
||||
"indices" : [ 3, 17 ],
|
||||
"id_str" : "903351",
|
||||
|
|
@ -943,11 +945,11 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 162639322581966848,
|
||||
"created_at" : "2012-01-26 20:53:30 +0000",
|
||||
"user" : {
|
||||
"name" : "Elliott Kernber",
|
||||
"name" : "Elliott Kernber,",
|
||||
"screen_name" : "elliottkember",
|
||||
"protected" : false,
|
||||
"id_str" : "903351",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/833789605405003778\/VdwaRcg1_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/937027901148372992\/h4o-yOP2_normal.jpg",
|
||||
"id" : 903351,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -959,7 +961,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -981,7 +983,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1043,7 +1045,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1094,7 +1096,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1102,7 +1104,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1127,7 +1129,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1160,7 +1162,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1168,7 +1170,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1193,7 +1195,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1207,7 +1209,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id_str" : "472215656",
|
||||
"id" : 472215656
|
||||
}, {
|
||||
"name" : "Jon Picnic",
|
||||
"name" : "Picnic Coffee",
|
||||
"screen_name" : "PiCNiC_Coffee",
|
||||
"indices" : [ 10, 24 ],
|
||||
"id_str" : "165975834",
|
||||
|
|
@ -1232,7 +1234,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1240,7 +1242,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jon Picnic",
|
||||
"name" : "Picnic Coffee",
|
||||
"screen_name" : "PiCNiC_Coffee",
|
||||
"indices" : [ 45, 59 ],
|
||||
"id_str" : "165975834",
|
||||
|
|
@ -1260,7 +1262,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1311,7 +1313,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1360,7 +1362,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "jtaby",
|
||||
"protected" : false,
|
||||
"id_str" : "6827332",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/742155652475195393\/GQbfg9kw_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/907411980025159680\/svWX9ihx_normal.jpg",
|
||||
"id" : 6827332,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1372,7 +1374,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1380,7 +1382,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jonathan Stark",
|
||||
"name" : "Jonathan Stark \uD83E\uDD4B",
|
||||
"screen_name" : "jonathanstark",
|
||||
"indices" : [ 3, 17 ],
|
||||
"id_str" : "7198302",
|
||||
|
|
@ -1429,11 +1431,11 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 161976836321058816,
|
||||
"created_at" : "2012-01-25 01:01:01 +0000",
|
||||
"user" : {
|
||||
"name" : "Jonathan Stark",
|
||||
"name" : "Jonathan Stark \uD83E\uDD4B",
|
||||
"screen_name" : "jonathanstark",
|
||||
"protected" : false,
|
||||
"id_str" : "7198302",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/848008404379553792\/tB8RS5r3_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1008144272682561537\/29ylvfZl_normal.jpg",
|
||||
"id" : 7198302,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1445,7 +1447,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1505,7 +1507,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1544,7 +1546,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1577,7 +1579,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1604,7 +1606,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1631,7 +1633,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1658,7 +1660,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1691,7 +1693,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1718,7 +1720,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1774,7 +1776,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1807,7 +1809,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1834,7 +1836,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1873,7 +1875,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "settern",
|
||||
"protected" : false,
|
||||
"id_str" : "14957252",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/823056413543059456\/E6_PmktI_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/932069685369229312\/AImAKFV7_normal.jpg",
|
||||
"id" : 14957252,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -1885,7 +1887,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1936,7 +1938,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1944,7 +1946,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jon Picnic",
|
||||
"name" : "Picnic Coffee",
|
||||
"screen_name" : "PiCNiC_Coffee",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "165975834",
|
||||
|
|
@ -1969,7 +1971,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2020,7 +2022,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2081,7 +2083,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2108,7 +2110,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2135,7 +2137,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2168,7 +2170,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2201,7 +2203,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2228,7 +2230,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2236,7 +2238,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jon Picnic",
|
||||
"name" : "Picnic Coffee",
|
||||
"screen_name" : "PiCNiC_Coffee",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "165975834",
|
||||
|
|
@ -2261,7 +2263,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2269,7 +2271,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2294,7 +2296,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2302,7 +2304,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2333,7 +2335,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2372,7 +2374,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2399,7 +2401,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2426,7 +2428,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2448,7 +2450,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2456,7 +2458,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jonathan Stark",
|
||||
"name" : "Jonathan Stark \uD83E\uDD4B",
|
||||
"screen_name" : "jonathanstark",
|
||||
"indices" : [ 3, 17 ],
|
||||
"id_str" : "7198302",
|
||||
|
|
@ -2483,11 +2485,11 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 156450422159187970,
|
||||
"created_at" : "2012-01-09 19:01:02 +0000",
|
||||
"user" : {
|
||||
"name" : "Jonathan Stark",
|
||||
"name" : "Jonathan Stark \uD83E\uDD4B",
|
||||
"screen_name" : "jonathanstark",
|
||||
"protected" : false,
|
||||
"id_str" : "7198302",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/848008404379553792\/tB8RS5r3_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1008144272682561537\/29ylvfZl_normal.jpg",
|
||||
"id" : 7198302,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2499,7 +2501,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2526,7 +2528,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2559,7 +2561,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2610,7 +2612,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2621,8 +2623,8 @@ Grailbird.data.tweets_2012_01 =
|
|||
"name" : "Scott Wasserman",
|
||||
"screen_name" : "applehockey",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "16593246",
|
||||
"id" : 16593246
|
||||
"id_str" : "872635814580244482",
|
||||
"id" : 872635814580244482
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -2652,10 +2654,10 @@ Grailbird.data.tweets_2012_01 =
|
|||
"created_at" : "2012-01-08 00:28:09 +0000",
|
||||
"user" : {
|
||||
"name" : "Scott Wasserman",
|
||||
"screen_name" : "applehockey",
|
||||
"screen_name" : "scottwass",
|
||||
"protected" : false,
|
||||
"id_str" : "16593246",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/558175337251491841\/P0CevFY1_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1094153674937585664\/LRqZoY5k_normal.jpg",
|
||||
"id" : 16593246,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2667,7 +2669,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2689,7 +2691,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2711,7 +2713,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2719,7 +2721,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2744,7 +2746,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2761,18 +2763,6 @@ Grailbird.data.tweets_2012_01 =
|
|||
"id" : 154012981791956994,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/AiMp_a6CIAIpr15.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 255,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 450,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -2780,7 +2770,20 @@ Grailbird.data.tweets_2012_01 =
|
|||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 510,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/w73DauuE"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -2796,7 +2799,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2829,7 +2832,7 @@ Grailbird.data.tweets_2012_01 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
286
public/tweets/data/js/tweets/2012_02.js
Executable file → Normal file
286
public/tweets/data/js/tweets/2012_02.js
Executable file → Normal file
|
|
@ -25,7 +25,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -58,7 +58,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -85,68 +85,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dio Vayne",
|
||||
"screen_name" : "DioVayne",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "19019338",
|
||||
"id" : 19019338
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ {
|
||||
"indices" : [ 54, 74 ],
|
||||
"url" : "http:\/\/t.co\/ioXrPzdl",
|
||||
"expanded_url" : "http:\/\/www.smosh.com\/smosh-pit\/photos\/very-suspicious-quotation-marks",
|
||||
"display_url" : "smosh.com\/smosh-pit\/phot\u2026"
|
||||
} ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "173085202166452225",
|
||||
"text" : "RT @DioVayne: LOL! Very Suspicious Quotation Marks :D\nhttp:\/\/t.co\/ioXrPzdl",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ {
|
||||
"indices" : [ 40, 60 ],
|
||||
"url" : "http:\/\/t.co\/ioXrPzdl",
|
||||
"expanded_url" : "http:\/\/www.smosh.com\/smosh-pit\/photos\/very-suspicious-quotation-marks",
|
||||
"display_url" : "smosh.com\/smosh-pit\/phot\u2026"
|
||||
} ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "173011286114836481",
|
||||
"text" : "LOL! Very Suspicious Quotation Marks :D\nhttp:\/\/t.co\/ioXrPzdl",
|
||||
"id" : 173011286114836481,
|
||||
"created_at" : "2012-02-24 11:47:59 +0000",
|
||||
"user" : {
|
||||
"name" : "Dio Vayne",
|
||||
"screen_name" : "DioVayne",
|
||||
"protected" : false,
|
||||
"id_str" : "19019338",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/826741781442215937\/qC9ppxym_normal.jpg",
|
||||
"id" : 19019338,
|
||||
"verified" : false
|
||||
}
|
||||
},
|
||||
"id" : 173085202166452225,
|
||||
"created_at" : "2012-02-24 16:41:42 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -179,7 +118,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -201,7 +140,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -245,7 +184,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -253,7 +192,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -278,7 +217,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -311,7 +250,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -344,7 +283,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -366,7 +305,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -374,7 +313,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -399,7 +338,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -424,7 +363,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -469,7 +408,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -497,7 +436,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -519,7 +458,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -552,7 +491,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -579,7 +518,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -587,7 +526,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -612,7 +551,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -620,7 +559,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -645,7 +584,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -653,7 +592,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -684,7 +623,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -711,7 +650,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -733,7 +672,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -789,7 +728,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -850,7 +789,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -883,7 +822,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -934,7 +873,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -985,7 +924,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1013,7 +952,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1035,7 +974,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1086,7 +1025,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1103,18 +1042,6 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id" : 167000106594336768,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/AlFNtk8CAAAN2IG.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 453,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 800,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -1122,7 +1049,20 @@ Grailbird.data.tweets_2012_02 =
|
|||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 510
|
||||
}, {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/7hQAZJOw"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -1138,7 +1078,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1171,7 +1111,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1234,7 +1174,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1242,7 +1182,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1267,7 +1207,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1275,7 +1215,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003ETwitter for iPhone\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1300,7 +1240,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1328,7 +1268,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1366,7 +1306,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1394,7 +1334,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1422,7 +1362,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1455,7 +1395,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1487,7 +1427,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1495,7 +1435,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1520,7 +1460,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1528,7 +1468,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1553,7 +1493,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1561,7 +1501,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1589,7 +1529,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1597,7 +1537,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1622,7 +1562,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1630,7 +1570,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1655,7 +1595,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1663,7 +1603,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1688,7 +1628,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1696,7 +1636,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1726,7 +1666,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1734,7 +1674,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1765,7 +1705,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1787,7 +1727,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1815,7 +1755,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1837,7 +1777,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1864,7 +1804,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1891,7 +1831,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1994,7 +1934,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2045,7 +1985,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2053,7 +1993,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\uD83E\uDD43 David Chartier \uD83E\uDD43",
|
||||
"name" : "toot.cafe\/@chartier",
|
||||
"screen_name" : "chartier",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "35383",
|
||||
|
|
@ -2090,11 +2030,11 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id" : 165497489552707585,
|
||||
"created_at" : "2012-02-03 18:10:50 +0000",
|
||||
"user" : {
|
||||
"name" : "\uD83E\uDD43 David Chartier \uD83E\uDD43",
|
||||
"name" : "toot.cafe\/@chartier",
|
||||
"screen_name" : "chartier",
|
||||
"protected" : false,
|
||||
"id_str" : "35383",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/849983799437910016\/jDoDAZzg_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1041721358030438400\/fdsvZ7_h_normal.jpg",
|
||||
"id" : 35383,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -2106,7 +2046,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2155,7 +2095,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "typeoneerror",
|
||||
"protected" : false,
|
||||
"id_str" : "11973362",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/810629507728044032\/KC9N72d__normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1032497574488420353\/y7sRwlhw_normal.jpg",
|
||||
"id" : 11973362,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2167,7 +2107,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2206,7 +2146,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2226,7 +2166,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id_str" : "2313826428",
|
||||
"id" : 2313826428
|
||||
}, {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 77, 91 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -2254,7 +2194,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id_str" : "2313826428",
|
||||
"id" : 2313826428
|
||||
}, {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 63, 77 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -2279,7 +2219,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "adamstac",
|
||||
"protected" : false,
|
||||
"id_str" : "816954",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/2691433309\/c6b807d4c05e097931a482358fc10dfd_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/929932796113641472\/-K_bTYof_normal.jpg",
|
||||
"id" : 816954,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2291,7 +2231,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2319,20 +2259,14 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
} ],
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
|
|
@ -2354,11 +2288,11 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id" : 165289107159908352,
|
||||
"created_at" : "2012-02-03 04:22:48 +0000",
|
||||
"user" : {
|
||||
"name" : "paolo fragomeni",
|
||||
"screen_name" : "0x00A",
|
||||
"name" : "paolo f",
|
||||
"screen_name" : "heapwolf",
|
||||
"protected" : false,
|
||||
"id_str" : "95938827",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/843963093864603648\/zTr2gD8t_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1073238437350776832\/_vwKhiu__normal.jpg",
|
||||
"id" : 95938827,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2370,7 +2304,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2438,7 +2372,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2460,7 +2394,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2486,7 +2420,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id_str" : "33423",
|
||||
"id" : 33423
|
||||
}, {
|
||||
"name" : "Stu Duncan",
|
||||
"name" : "\uD835\uDD4A\uD835\uDD65\uD835\uDD66 \uD835\uDD3B\uD835\uDD66\uD835\uDD5F\uD835\uDD54\uD835\uDD52\uD835\uDD5F",
|
||||
"screen_name" : "studuncan",
|
||||
"indices" : [ 28, 38 ],
|
||||
"id_str" : "43182407",
|
||||
|
|
@ -2520,7 +2454,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"id_str" : "33423",
|
||||
"id" : 33423
|
||||
}, {
|
||||
"name" : "Stu Duncan",
|
||||
"name" : "\uD835\uDD4A\uD835\uDD65\uD835\uDD66 \uD835\uDD3B\uD835\uDD66\uD835\uDD5F\uD835\uDD54\uD835\uDD52\uD835\uDD5F",
|
||||
"screen_name" : "studuncan",
|
||||
"indices" : [ 16, 26 ],
|
||||
"id_str" : "43182407",
|
||||
|
|
@ -2562,7 +2496,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2570,7 +2504,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2595,7 +2529,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2644,7 +2578,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "maccaw",
|
||||
"protected" : false,
|
||||
"id_str" : "2006261",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/658880981017882629\/nlXSOJnc_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/918603761861328896\/MSXrAULz_normal.jpg",
|
||||
"id" : 2006261,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -2656,7 +2590,7 @@ Grailbird.data.tweets_2012_02 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
202
public/tweets/data/js/tweets/2012_03.js
Executable file → Normal file
202
public/tweets/data/js/tweets/2012_03.js
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
Grailbird.data.tweets_2012_03 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Daine Trinidad",
|
||||
|
|
@ -28,12 +28,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bootstrap",
|
||||
|
|
@ -89,15 +89,15 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Yehuda Katz",
|
||||
"name" : "Yehuda Katz \uD83E\uDD68",
|
||||
"screen_name" : "wycats",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "8526432",
|
||||
|
|
@ -146,11 +146,11 @@ Grailbird.data.tweets_2012_03 =
|
|||
"id" : 185763559064612867,
|
||||
"created_at" : "2012-03-30 16:20:58 +0000",
|
||||
"user" : {
|
||||
"name" : "Yehuda Katz",
|
||||
"name" : "Yehuda Katz \uD83E\uDD68",
|
||||
"screen_name" : "wycats",
|
||||
"protected" : false,
|
||||
"id_str" : "8526432",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/3250074047\/46d910af94e25187832cb4a3bc84b2b5_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/861010112852262912\/nbPZKMyR_normal.jpg",
|
||||
"id" : 8526432,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -162,12 +162,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dan Frommer",
|
||||
|
|
@ -213,12 +213,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John-David Dalton",
|
||||
|
|
@ -246,12 +246,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "BrendanEich",
|
||||
|
|
@ -297,12 +297,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "BrendanEich",
|
||||
|
|
@ -358,12 +358,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Sean Toohey",
|
||||
|
|
@ -407,7 +407,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "SeanToohey",
|
||||
"protected" : false,
|
||||
"id_str" : "28198173",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/3768749878\/3c6f99b8b5b34b0dfe9acc8801ee02ad_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1067823199105105920\/bvzpSi05_normal.jpg",
|
||||
"id" : 28198173,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -419,12 +419,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "2%Jazz Coffee",
|
||||
|
|
@ -457,12 +457,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bryan Kyle",
|
||||
|
|
@ -490,15 +490,15 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Oscar Godson",
|
||||
"name" : "Oscar Godson (\uD55C\uAE00 \uD559\uC0DD) \uD83D\uDC8E",
|
||||
"screen_name" : "oscargodson",
|
||||
"indices" : [ 0, 12 ],
|
||||
"id_str" : "10138412",
|
||||
|
|
@ -523,12 +523,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Norman Walsh",
|
||||
|
|
@ -584,7 +584,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -601,14 +601,6 @@ Grailbird.data.tweets_2012_03 =
|
|||
"id" : 184063839778770944,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/Ao3tFkoCEAAIspk.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 255,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 450,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -620,7 +612,16 @@ Grailbird.data.tweets_2012_03 =
|
|||
"h" : 612,
|
||||
"resize" : "fit",
|
||||
"w" : 816
|
||||
}, {
|
||||
"h" : 612,
|
||||
"resize" : "fit",
|
||||
"w" : 816
|
||||
}, {
|
||||
"h" : 510,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/Qdt5PsD4"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -636,12 +637,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "andy",
|
||||
|
|
@ -692,7 +693,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -712,14 +713,6 @@ Grailbird.data.tweets_2012_03 =
|
|||
"h" : 648,
|
||||
"resize" : "fit",
|
||||
"w" : 484
|
||||
}, {
|
||||
"h" : 648,
|
||||
"resize" : "fit",
|
||||
"w" : 484
|
||||
}, {
|
||||
"h" : 455,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
|
|
@ -728,7 +721,16 @@ Grailbird.data.tweets_2012_03 =
|
|||
"h" : 648,
|
||||
"resize" : "fit",
|
||||
"w" : 484
|
||||
}, {
|
||||
"h" : 648,
|
||||
"resize" : "fit",
|
||||
"w" : 484
|
||||
}, {
|
||||
"h" : 648,
|
||||
"resize" : "fit",
|
||||
"w" : 484
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/sK8KLpQO"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -744,12 +746,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Merlin Mann",
|
||||
|
|
@ -783,7 +785,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "hotdogsladies",
|
||||
"protected" : false,
|
||||
"id_str" : "749863",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/548615975268921345\/15phrwGy_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1078047478191054848\/wpFnNteO_normal.jpg",
|
||||
"id" : 749863,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -795,12 +797,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Tom Dale",
|
||||
|
|
@ -828,20 +830,14 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
}, {
|
||||
"name" : "Paul Irish",
|
||||
"screen_name" : "paul_irish",
|
||||
"indices" : [ 8, 19 ],
|
||||
|
|
@ -865,19 +861,19 @@ Grailbird.data.tweets_2012_03 =
|
|||
"id" : 183351729692213248,
|
||||
"in_reply_to_status_id" : 183341372198232064,
|
||||
"created_at" : "2012-03-24 00:37:13 +0000",
|
||||
"in_reply_to_screen_name" : "0x00A",
|
||||
"in_reply_to_screen_name" : "heapwolf",
|
||||
"in_reply_to_user_id_str" : "95938827",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Benjamin Borowski",
|
||||
|
|
@ -910,12 +906,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jason Grigsby, \u26014",
|
||||
|
|
@ -977,12 +973,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bryan Kyle",
|
||||
|
|
@ -1010,12 +1006,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Devon Govett",
|
||||
|
|
@ -1061,12 +1057,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bryan Kyle",
|
||||
|
|
@ -1094,15 +1090,15 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1121,7 +1117,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"id_str" : "182592321391566848",
|
||||
"text" : "RT @JimRoepcke: Agio Studios has made \"Cool to be Clever: Edson Hendricks\" for the iPad free until the end of March. http:\/\/t.co\/bM87T2e2",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1139,7 +1135,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"id" : 182541492265553920,
|
||||
"created_at" : "2012-03-21 18:57:37 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1155,12 +1151,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1177,12 +1173,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Hipwood",
|
||||
|
|
@ -1210,12 +1206,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1232,15 +1228,15 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1270,15 +1266,15 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1308,12 +1304,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1335,12 +1331,12 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1357,7 +1353,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1396,7 +1392,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1435,7 +1431,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1507,7 +1503,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1546,7 +1542,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1585,7 +1581,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1634,7 +1630,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "hellogeri",
|
||||
"protected" : false,
|
||||
"id_str" : "12069912",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/647398562565869572\/VMZCz4iz_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1093933912680734721\/viWDnZAH_normal.jpg",
|
||||
"id" : 12069912,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1646,7 +1642,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1685,7 +1681,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "maccaw",
|
||||
"protected" : false,
|
||||
"id_str" : "2006261",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/658880981017882629\/nlXSOJnc_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/918603761861328896\/MSXrAULz_normal.jpg",
|
||||
"id" : 2006261,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -1697,7 +1693,7 @@ Grailbird.data.tweets_2012_03 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
250
public/tweets/data/js/tweets/2012_04.js
Executable file → Normal file
250
public/tweets/data/js/tweets/2012_04.js
Executable file → Normal file
|
|
@ -3,7 +3,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Garry Tan",
|
||||
"name" : "Garry()",
|
||||
"screen_name" : "garrytan",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "11768582",
|
||||
|
|
@ -30,13 +30,13 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id" : 197134998548119552,
|
||||
"created_at" : "2012-05-01 01:27:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Garry Tan",
|
||||
"name" : "Garry()",
|
||||
"screen_name" : "garrytan",
|
||||
"protected" : false,
|
||||
"id_str" : "11768582",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/787866091884310528\/DESXuJnX_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1068450262027649024\/4f7npa9k_normal.jpg",
|
||||
"id" : 11768582,
|
||||
"verified" : false
|
||||
"verified" : true
|
||||
}
|
||||
},
|
||||
"id" : 197147908364181504,
|
||||
|
|
@ -46,7 +46,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -79,7 +79,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -87,7 +87,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -112,7 +112,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -145,7 +145,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -176,7 +176,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -184,7 +184,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -209,7 +209,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -236,63 +236,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marco Arment",
|
||||
"screen_name" : "marcoarment",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "14231571",
|
||||
"id" : 14231571
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "196378331858485248",
|
||||
"text" : "RT @marcoarment: I know \"Gigabit wireless\" is about to happen, but I'll believe that when I can transfer big files in my house with it f ...",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003ETwitter for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"geo" : { },
|
||||
"id_str" : "196376372619386880",
|
||||
"text" : "I know \"Gigabit wireless\" is about to happen, but I'll believe that when I can transfer big files in my house with it faster than over Cat6.",
|
||||
"id" : 196376372619386880,
|
||||
"created_at" : "2012-04-28 23:12:30 +0000",
|
||||
"user" : {
|
||||
"name" : "Marco Arment",
|
||||
"screen_name" : "marcoarment",
|
||||
"protected" : false,
|
||||
"id_str" : "14231571",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1282173124\/untitled-158-2_normal.jpg",
|
||||
"id" : 14231571,
|
||||
"verified" : true
|
||||
}
|
||||
},
|
||||
"id" : 196378331858485248,
|
||||
"created_at" : "2012-04-28 23:20:17 +0000",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Teix",
|
||||
|
|
@ -326,12 +275,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Teix",
|
||||
|
|
@ -370,7 +319,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -383,12 +332,6 @@ Grailbird.data.tweets_2012_04 =
|
|||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "636923",
|
||||
"id" : 636923
|
||||
}, {
|
||||
"name" : "J.C. Hutchins",
|
||||
"screen_name" : "jchutchins",
|
||||
"indices" : [ 52, 63 ],
|
||||
"id_str" : "773003",
|
||||
"id" : 773003
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -403,15 +346,9 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id_str" : "195881613580705792",
|
||||
"text" : "RT @siracusa: Go Right. http:\/\/t.co\/GFS0kDya (via @jchutchins)",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "J.C. Hutchins",
|
||||
"screen_name" : "jchutchins",
|
||||
"indices" : [ 38, 49 ],
|
||||
"id_str" : "773003",
|
||||
"id" : 773003
|
||||
} ],
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ {
|
||||
|
|
@ -443,7 +380,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -476,12 +413,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Adam Jordens",
|
||||
|
|
@ -514,12 +451,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Adam Jordens",
|
||||
|
|
@ -547,7 +484,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -580,7 +517,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -613,7 +550,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -621,13 +558,13 @@ Grailbird.data.tweets_2012_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "niels bom",
|
||||
"name" : "Niels Bom",
|
||||
"screen_name" : "niels_bom",
|
||||
"indices" : [ 0, 10 ],
|
||||
"id_str" : "3260971",
|
||||
"id" : 3260971
|
||||
"id_str" : "1067056861793447941",
|
||||
"id" : 1067056861793447941
|
||||
}, {
|
||||
"name" : "Steve Streza \uD83C\uDF39",
|
||||
"name" : "Steve Streza",
|
||||
"screen_name" : "SteveStreza",
|
||||
"indices" : [ 76, 88 ],
|
||||
"id_str" : "658643",
|
||||
|
|
@ -637,22 +574,17 @@ Grailbird.data.tweets_2012_04 =
|
|||
"hashtags" : [ ],
|
||||
"urls" : [ ]
|
||||
},
|
||||
"in_reply_to_status_id_str" : "195172903074004993",
|
||||
"geo" : { },
|
||||
"id_str" : "195179308334067712",
|
||||
"in_reply_to_user_id" : 3260971,
|
||||
"text" : "@niels_bom Yes, it is! I would love to take credit but I must tip my hat to @SteveStreza (iirc)",
|
||||
"id" : 195179308334067712,
|
||||
"in_reply_to_status_id" : 195172903074004993,
|
||||
"created_at" : "2012-04-25 15:55:48 +0000",
|
||||
"in_reply_to_screen_name" : "niels_bom",
|
||||
"in_reply_to_user_id_str" : "3260971",
|
||||
"user" : {
|
||||
"name" : "Sami Samhuri",
|
||||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -660,7 +592,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Coda Hale",
|
||||
"name" : "Omelas County Chamber of Commerce",
|
||||
"screen_name" : "coda",
|
||||
"indices" : [ 3, 8 ],
|
||||
"id_str" : "637533",
|
||||
|
|
@ -687,7 +619,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id" : 194509470561349632,
|
||||
"created_at" : "2012-04-23 19:34:06 +0000",
|
||||
"user" : {
|
||||
"name" : "Coda Hale",
|
||||
"name" : "Omelas County Chamber of Commerce",
|
||||
"screen_name" : "coda",
|
||||
"protected" : false,
|
||||
"id_str" : "637533",
|
||||
|
|
@ -703,7 +635,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -736,12 +668,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Adam Jordens",
|
||||
|
|
@ -769,12 +701,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Adam Jordens",
|
||||
|
|
@ -837,12 +769,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -859,12 +791,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Alex MacCaw",
|
||||
|
|
@ -873,7 +805,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id_str" : "1345494948",
|
||||
"id" : 1345494948
|
||||
}, {
|
||||
"name" : "Thomas Fuchs",
|
||||
"name" : "Thomas Fuchs \uD83C\uDF35",
|
||||
"screen_name" : "thomasfuchs",
|
||||
"indices" : [ 127, 139 ],
|
||||
"id_str" : "6927562",
|
||||
|
|
@ -898,7 +830,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -954,12 +886,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Mitchell Hashimoto",
|
||||
|
|
@ -1027,12 +959,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Gruber",
|
||||
|
|
@ -1058,12 +990,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Aaron Bazinet",
|
||||
|
|
@ -1086,7 +1018,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id_str" : "193469088733986816",
|
||||
"text" : "RT @aaronbazinet: I can no longer hear \u201Cturns out\u201D in a normal conversation without immediately hearing @hotdogsladies repeat it in my h ...",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Merlin Mann",
|
||||
|
|
@ -1124,7 +1056,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1185,7 +1117,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "Teh_kLeV",
|
||||
"protected" : false,
|
||||
"id_str" : "68813509",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/682199266962632704\/WoaRjgYy_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1111942794002776064\/tlaTjH1L_normal.png",
|
||||
"id" : 68813509,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1197,7 +1129,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1230,12 +1162,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1252,12 +1184,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Chrome Developers",
|
||||
|
|
@ -1285,7 +1217,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1299,7 +1231,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id_str" : "18137723",
|
||||
"id" : 18137723
|
||||
}, {
|
||||
"name" : "Amy Hoy",
|
||||
"name" : "Amy Hoy \uD83C\uDF35",
|
||||
"screen_name" : "amyhoy",
|
||||
"indices" : [ 11, 18 ],
|
||||
"id_str" : "627213",
|
||||
|
|
@ -1330,7 +1262,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1381,7 +1313,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1432,7 +1364,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1488,7 +1420,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "peterc",
|
||||
"protected" : false,
|
||||
"id_str" : "33493",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/838548323585961988\/TnvST4XM_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1096045103578263552\/cIurkMD7_normal.png",
|
||||
"id" : 33493,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1500,7 +1432,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1533,12 +1465,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Sam Soffes",
|
||||
|
|
@ -1594,12 +1526,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1621,12 +1553,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jeff Atwood",
|
||||
|
|
@ -1654,12 +1586,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1676,16 +1608,16 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Daniel and 10 others",
|
||||
"screen_name" : "TechWraith",
|
||||
"screen_name" : "techwraith",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "14063139",
|
||||
"id" : 14063139
|
||||
|
|
@ -1740,10 +1672,10 @@ Grailbird.data.tweets_2012_04 =
|
|||
"created_at" : "2012-04-04 02:16:32 +0000",
|
||||
"user" : {
|
||||
"name" : "Daniel and 10 others",
|
||||
"screen_name" : "TechWraith",
|
||||
"screen_name" : "techwraith",
|
||||
"protected" : false,
|
||||
"id_str" : "14063139",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/670352823960211457\/J9rmFp9o_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1049849637585080320\/QtgKw9uH_normal.jpg",
|
||||
"id" : 14063139,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1755,12 +1687,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1777,15 +1709,15 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "ImmigrantPeter",
|
||||
"name" : "Peter as a Service",
|
||||
"screen_name" : "petervandijck",
|
||||
"indices" : [ 3, 17 ],
|
||||
"id_str" : "823036",
|
||||
|
|
@ -1822,11 +1754,11 @@ Grailbird.data.tweets_2012_04 =
|
|||
"id" : 172307505697918976,
|
||||
"created_at" : "2012-02-22 13:11:25 +0000",
|
||||
"user" : {
|
||||
"name" : "ImmigrantPeter",
|
||||
"name" : "Peter as a Service",
|
||||
"screen_name" : "petervandijck",
|
||||
"protected" : false,
|
||||
"id_str" : "823036",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/770774215209476096\/cIRrCVrZ_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1023973131931791360\/J9lB4YEC_normal.jpg",
|
||||
"id" : 823036,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1838,12 +1770,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Peter van der Zee",
|
||||
|
|
@ -1871,12 +1803,12 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Peter van der Zee",
|
||||
|
|
@ -1922,7 +1854,7 @@ Grailbird.data.tweets_2012_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
486
public/tweets/data/js/tweets/2012_05.js
Executable file → Normal file
486
public/tweets/data/js/tweets/2012_05.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
392
public/tweets/data/js/tweets/2012_06.js
Executable file → Normal file
392
public/tweets/data/js/tweets/2012_06.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
165
public/tweets/data/js/tweets/2012_07.js
Executable file → Normal file
165
public/tweets/data/js/tweets/2012_07.js
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
Grailbird.data.tweets_2012_07 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Tap for Tap",
|
||||
|
|
@ -34,15 +34,15 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -79,11 +79,11 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 230403390306385920,
|
||||
"created_at" : "2012-07-31 20:43:43 +0000",
|
||||
"user" : {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"protected" : false,
|
||||
"id_str" : "14273142",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/850626294702252032\/cXCQ0vVd_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1086068266462633984\/aX10zGw7_normal.jpg",
|
||||
"id" : 14273142,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -95,7 +95,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -103,7 +103,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "ryah",
|
||||
"name" : "not here",
|
||||
"screen_name" : "ryah",
|
||||
"indices" : [ 0, 5 ],
|
||||
"id_str" : "967076702",
|
||||
|
|
@ -123,12 +123,12 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -145,12 +145,12 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -172,7 +172,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id_str" : "228309946507329536",
|
||||
"text" : "RT @siracusa: Nerds\u2026 http:\/\/t.co\/aP38wtln",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -206,7 +206,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -223,26 +223,27 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 228150232372871168,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/AyqNbXQCAAAq8SA.png",
|
||||
"sizes" : [ {
|
||||
"h" : 1365,
|
||||
"h" : 1200,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
"w" : 900
|
||||
}, {
|
||||
"h" : 2048,
|
||||
"resize" : "fit",
|
||||
"w" : 1536
|
||||
}, {
|
||||
"h" : 2048,
|
||||
"resize" : "fit",
|
||||
"w" : 1536
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 510
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 800,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 453,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/ZvurHzji"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -258,12 +259,12 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Wynn Netherland",
|
||||
|
|
@ -291,7 +292,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -313,15 +314,15 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -348,7 +349,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 226739107378896896,
|
||||
"created_at" : "2012-07-21 18:03:10 +0000",
|
||||
"user" : {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"protected" : false,
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -364,7 +365,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -372,7 +373,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -397,7 +398,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -424,7 +425,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -463,7 +464,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -524,7 +525,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -551,7 +552,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id_str" : "224595246779088897",
|
||||
"text" : "RT @peterc: A story about a useful *zero* byte program that sold for \u00A35 a go in the 80s: http:\/\/t.co\/obmLPff3 (I loved the Tatung Einstein!)",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003EBuffer\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/buffer.com\" rel=\"nofollow\"\u003EBuffer\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -573,7 +574,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "peterc",
|
||||
"protected" : false,
|
||||
"id_str" : "33493",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/838548323585961988\/TnvST4XM_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1096045103578263552\/cIurkMD7_normal.png",
|
||||
"id" : 33493,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -585,7 +586,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -624,7 +625,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "ChrisBeckmann",
|
||||
"protected" : false,
|
||||
"id_str" : "55486012",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/855068230687145984\/hQxw6jRQ_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/990358688375291904\/2bcWkMwy_normal.jpg",
|
||||
"id" : 55486012,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -636,7 +637,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -703,7 +704,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -726,14 +727,6 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 222829875113893888,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/Axemlz-CIAADJdl.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 255,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 450,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -745,7 +738,16 @@ Grailbird.data.tweets_2012_07 =
|
|||
"h" : 612,
|
||||
"resize" : "fit",
|
||||
"w" : 816
|
||||
}, {
|
||||
"h" : 612,
|
||||
"resize" : "fit",
|
||||
"w" : 816
|
||||
}, {
|
||||
"h" : 510,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/yhSRZET4"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -767,14 +769,6 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 222829875113893888,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/Axemlz-CIAADJdl.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 255,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 450,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -786,7 +780,16 @@ Grailbird.data.tweets_2012_07 =
|
|||
"h" : 612,
|
||||
"resize" : "fit",
|
||||
"w" : 816
|
||||
}, {
|
||||
"h" : 612,
|
||||
"resize" : "fit",
|
||||
"w" : 816
|
||||
}, {
|
||||
"h" : 510,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/yhSRZET4"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -802,7 +805,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "RealRonHoward",
|
||||
"protected" : false,
|
||||
"id_str" : "125481462",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/741403670583992320\/oP8_MrpA_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1012088938440212480\/sqKBvT7y_normal.jpg",
|
||||
"id" : 125481462,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -814,7 +817,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -865,7 +868,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -873,7 +876,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Graham Linehan",
|
||||
"name" : "Now bring back Meghan Murphy",
|
||||
"screen_name" : "Glinner",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "7076492",
|
||||
|
|
@ -900,11 +903,11 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 222779724567547904,
|
||||
"created_at" : "2012-07-10 19:50:00 +0000",
|
||||
"user" : {
|
||||
"name" : "Graham Linehan",
|
||||
"name" : "Now bring back Meghan Murphy",
|
||||
"screen_name" : "Glinner",
|
||||
"protected" : false,
|
||||
"id_str" : "7076492",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/433543395974205440\/e1vZ6x9u_normal.jpeg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1115725965659971587\/t0iEEvVz_normal.png",
|
||||
"id" : 7076492,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -916,15 +919,15 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dan Benjamin \uD83E\uDD20",
|
||||
"name" : "Dan Benjamin \uD83C\uDF2E",
|
||||
"screen_name" : "danbenjamin",
|
||||
"indices" : [ 113, 125 ],
|
||||
"id_str" : "5905672",
|
||||
|
|
@ -950,7 +953,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -958,7 +961,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -995,7 +998,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"id" : 220135260799778816,
|
||||
"created_at" : "2012-07-03 12:41:50 +0000",
|
||||
"user" : {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"protected" : false,
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -1011,7 +1014,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1019,7 +1022,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1044,7 +1047,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1052,7 +1055,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1077,15 +1080,15 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1120,7 +1123,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1128,7 +1131,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1153,7 +1156,7 @@ Grailbird.data.tweets_2012_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
81
public/tweets/data/js/tweets/2012_08.js
Executable file → Normal file
81
public/tweets/data/js/tweets/2012_08.js
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
Grailbird.data.tweets_2012_08 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "RogersHelps",
|
||||
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -61,12 +61,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "RogersHelps",
|
||||
|
|
@ -94,12 +94,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "RogersHelps",
|
||||
|
|
@ -127,12 +127,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "RogersHelps",
|
||||
|
|
@ -158,12 +158,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "RogersHelps",
|
||||
|
|
@ -191,12 +191,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -213,12 +213,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -235,12 +235,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "RogersHelps",
|
||||
|
|
@ -263,12 +263,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Peter Cooper",
|
||||
|
|
@ -296,7 +296,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -304,7 +304,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -329,7 +329,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -337,7 +337,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 78, 89 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -357,15 +357,15 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -390,7 +390,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -435,7 +435,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -466,12 +466,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ {
|
||||
|
|
@ -487,9 +487,9 @@ Grailbird.data.tweets_2012_08 =
|
|||
"resize" : "fit",
|
||||
"w" : 570
|
||||
}, {
|
||||
"h" : 44,
|
||||
"h" : 73,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
"w" : 570
|
||||
}, {
|
||||
"h" : 73,
|
||||
"resize" : "fit",
|
||||
|
|
@ -503,6 +503,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"resize" : "fit",
|
||||
"w" : 570
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/MgQeKRiC"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -518,7 +519,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -551,12 +552,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -578,12 +579,12 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Mobile17",
|
||||
|
|
@ -611,7 +612,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -619,7 +620,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -651,7 +652,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"id" : 230953862952013824,
|
||||
"created_at" : "2012-08-02 09:11:06 +0000",
|
||||
"user" : {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"protected" : false,
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -667,7 +668,7 @@ Grailbird.data.tweets_2012_08 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
176
public/tweets/data/js/tweets/2012_09.js
Executable file → Normal file
176
public/tweets/data/js/tweets/2012_09.js
Executable file → Normal file
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -61,15 +61,15 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -94,7 +94,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -102,7 +102,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -133,12 +133,12 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -155,7 +155,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -163,7 +163,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -188,15 +188,15 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -221,15 +221,15 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -254,12 +254,12 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -281,7 +281,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -314,7 +314,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -322,7 +322,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"indices" : [ 0, 8 ],
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -347,7 +347,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -361,7 +361,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id_str" : "14864447",
|
||||
"id" : 14864447
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 12, 23 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -386,7 +386,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -400,7 +400,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id_str" : "14864447",
|
||||
"id" : 14864447
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 12, 23 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -428,7 +428,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -436,7 +436,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -461,7 +461,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -469,7 +469,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -494,7 +494,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -502,7 +502,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -527,7 +527,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -535,7 +535,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -565,7 +565,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -573,7 +573,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -610,12 +610,12 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -644,7 +644,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -683,7 +683,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -705,7 +705,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -727,7 +727,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -741,7 +741,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id_str" : "18605897",
|
||||
"id" : 18605897
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 10, 21 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -766,7 +766,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -799,7 +799,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -832,7 +832,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -840,7 +840,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -867,7 +867,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id" : 247659596079067136,
|
||||
"created_at" : "2012-09-17 11:33:43 +0000",
|
||||
"user" : {
|
||||
"name" : "Salvatore Sanfilippo",
|
||||
"name" : "ANTIREZ",
|
||||
"screen_name" : "antirez",
|
||||
"protected" : false,
|
||||
"id_str" : "5813712",
|
||||
|
|
@ -883,7 +883,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -891,7 +891,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -930,7 +930,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id" : 246445796814385153,
|
||||
"created_at" : "2012-09-14 03:10:31 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -946,7 +946,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -985,7 +985,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1007,7 +1007,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1024,26 +1024,27 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id" : 245906155539419136,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/A2miWHkCUAAa25m.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 900,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 453
|
||||
}, {
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 640
|
||||
}, {
|
||||
"h" : 510,
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
"w" : 640
|
||||
}, {
|
||||
"h" : 960,
|
||||
"resize" : "fit",
|
||||
"w" : 640
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/r2YbEHHg"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -1059,7 +1060,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1092,15 +1093,15 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Amazon",
|
||||
"name" : "Amazon.com",
|
||||
"screen_name" : "amazon",
|
||||
"indices" : [ 48, 55 ],
|
||||
"id_str" : "20793816",
|
||||
|
|
@ -1120,12 +1121,12 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1142,7 +1143,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1164,7 +1165,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id_str" : "244286596105519104",
|
||||
"text" : "RT @jjustice: Objective C always reminds me of nursery rhymes. -(id)doYouKnowTheMuffinMan:(TheMuffinMan *)theMuffinMan;",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1193,7 +1194,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1210,18 +1211,6 @@ Grailbird.data.tweets_2012_09 =
|
|||
"id" : 243538985933217792,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/A2E5atmCIAAi5t6.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 255,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 450,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -1229,7 +1218,20 @@ Grailbird.data.tweets_2012_09 =
|
|||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 768,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
}, {
|
||||
"h" : 510,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/1YKFB7Ow"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -1245,7 +1247,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1290,7 +1292,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1329,7 +1331,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1368,7 +1370,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1407,12 +1409,12 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Tap for Tap",
|
||||
|
|
@ -1440,7 +1442,7 @@ Grailbird.data.tweets_2012_09 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
68
public/tweets/data/js/tweets/2012_10.js
Executable file → Normal file
68
public/tweets/data/js/tweets/2012_10.js
Executable file → Normal file
|
|
@ -3,11 +3,11 @@ Grailbird.data.tweets_2012_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "THE VOID",
|
||||
"name" : "Amy Tobey",
|
||||
"screen_name" : "AlTobey",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "146248951",
|
||||
"id" : 146248951
|
||||
"id_str" : "977369470862704641",
|
||||
"id" : 977369470862704641
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -30,11 +30,11 @@ Grailbird.data.tweets_2012_10 =
|
|||
"id" : 263771862125928448,
|
||||
"created_at" : "2012-10-31 22:38:07 +0000",
|
||||
"user" : {
|
||||
"name" : "THE VOID",
|
||||
"screen_name" : "AlTobey",
|
||||
"name" : "Miss Amy",
|
||||
"screen_name" : "MissAmyTobey",
|
||||
"protected" : false,
|
||||
"id_str" : "146248951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/773337188171780096\/caFkUAIq_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1112412192609984512\/tyKgpK2Q_normal.jpg",
|
||||
"id" : 146248951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -46,12 +46,12 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -73,12 +73,12 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "GitHub",
|
||||
|
|
@ -101,7 +101,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -140,7 +140,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -148,7 +148,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003ETwitter Web Client\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -192,7 +192,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"id" : 258702456060538880,
|
||||
"created_at" : "2012-10-17 22:54:06 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -208,7 +208,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -230,7 +230,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -303,7 +303,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -311,7 +311,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Duke of Rumford \uD83C\uDDE8\uD83C\uDDE6",
|
||||
"name" : "White Suburban Dad (Age 18-49)",
|
||||
"screen_name" : "the_webhamster",
|
||||
"indices" : [ 3, 18 ],
|
||||
"id_str" : "207536489",
|
||||
|
|
@ -338,11 +338,11 @@ Grailbird.data.tweets_2012_10 =
|
|||
"id" : 256954058131267584,
|
||||
"created_at" : "2012-10-13 03:06:36 +0000",
|
||||
"user" : {
|
||||
"name" : "Duke of Rumford \uD83C\uDDE8\uD83C\uDDE6",
|
||||
"name" : "White Suburban Dad (Age 18-49)",
|
||||
"screen_name" : "the_webhamster",
|
||||
"protected" : false,
|
||||
"id_str" : "207536489",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/837475358060457984\/CCrtsL11_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1102589981913047046\/a25moXaH_normal.jpg",
|
||||
"id" : 207536489,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -354,7 +354,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -417,7 +417,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -425,7 +425,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/kiwi-app.net\" rel=\"nofollow\"\u003EKiwi\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -455,7 +455,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -506,7 +506,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -557,7 +557,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -596,7 +596,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -610,7 +610,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"id_str" : "9533042",
|
||||
"id" : 9533042
|
||||
}, {
|
||||
"name" : "Dustin Dawes \uD83C\uDF55",
|
||||
"name" : "Dustin Dawes \uD83D\uDCA4",
|
||||
"screen_name" : "gu3st",
|
||||
"indices" : [ 13, 19 ],
|
||||
"id_str" : "18702069",
|
||||
|
|
@ -641,7 +641,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -649,7 +649,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dustin Dawes \uD83C\uDF55",
|
||||
"name" : "Dustin Dawes \uD83D\uDCA4",
|
||||
"screen_name" : "gu3st",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "18702069",
|
||||
|
|
@ -696,12 +696,12 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -718,7 +718,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"id_str" : "252893730447699969",
|
||||
"text" : "RT @siracusa: That's it, I'm moving all my status updates to UUCP.",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -747,7 +747,7 @@ Grailbird.data.tweets_2012_10 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
30
public/tweets/data/js/tweets/2012_11.js
Executable file → Normal file
30
public/tweets/data/js/tweets/2012_11.js
Executable file → Normal file
|
|
@ -28,7 +28,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -67,7 +67,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -94,7 +94,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -150,7 +150,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "jkprime",
|
||||
"protected" : false,
|
||||
"id_str" : "637133",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/753282484532613120\/MnisCQFY_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1098956027926581248\/iSWs4GeC_normal.png",
|
||||
"id" : 637133,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -162,7 +162,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -170,7 +170,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "atebits",
|
||||
"name" : "AteBits.com",
|
||||
"screen_name" : "atebits",
|
||||
"indices" : [ 0, 8 ],
|
||||
"id_str" : "11178592",
|
||||
|
|
@ -199,7 +199,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -238,7 +238,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -246,7 +246,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -271,12 +271,12 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -293,15 +293,15 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -329,7 +329,7 @@ Grailbird.data.tweets_2012_11 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
50
public/tweets/data/js/tweets/2012_12.js
Executable file → Normal file
50
public/tweets/data/js/tweets/2012_12.js
Executable file → Normal file
|
|
@ -3,7 +3,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/www.apple.com\/\" rel=\"nofollow\"\u003EOS X\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "atebits",
|
||||
"name" : "AteBits.com",
|
||||
"screen_name" : "atebits",
|
||||
"indices" : [ 53, 61 ],
|
||||
"id_str" : "11178592",
|
||||
|
|
@ -23,7 +23,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -56,7 +56,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -89,7 +89,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -116,7 +116,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -138,7 +138,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -165,7 +165,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -193,7 +193,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -215,7 +215,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -237,7 +237,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -265,7 +265,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -292,7 +292,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -306,7 +306,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"id_str" : "14231571",
|
||||
"id" : 14231571
|
||||
}, {
|
||||
"name" : "Dan Benjamin \uD83E\uDD20",
|
||||
"name" : "Dan Benjamin \uD83C\uDF2E",
|
||||
"screen_name" : "danbenjamin",
|
||||
"indices" : [ 13, 25 ],
|
||||
"id_str" : "5905672",
|
||||
|
|
@ -343,7 +343,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -381,7 +381,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"id_str" : "372982253",
|
||||
"id" : 372982253
|
||||
}, {
|
||||
"name" : "Dan Benjamin \uD83E\uDD20",
|
||||
"name" : "Dan Benjamin \uD83C\uDF2E",
|
||||
"screen_name" : "danbenjamin",
|
||||
"indices" : [ 66, 78 ],
|
||||
"id_str" : "5905672",
|
||||
|
|
@ -406,7 +406,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -428,7 +428,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -473,7 +473,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -495,7 +495,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -522,7 +522,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -550,12 +550,12 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -578,7 +578,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -605,7 +605,7 @@ Grailbird.data.tweets_2012_12 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
482
public/tweets/data/js/tweets/2013_01.js
Executable file → Normal file
482
public/tweets/data/js/tweets/2013_01.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
357
public/tweets/data/js/tweets/2013_02.js
Executable file → Normal file
357
public/tweets/data/js/tweets/2013_02.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
527
public/tweets/data/js/tweets/2013_03.js
Executable file → Normal file
527
public/tweets/data/js/tweets/2013_03.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
284
public/tweets/data/js/tweets/2013_04.js
Executable file → Normal file
284
public/tweets/data/js/tweets/2013_04.js
Executable file → Normal file
|
|
@ -34,15 +34,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "15540222",
|
||||
|
|
@ -67,15 +67,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"indices" : [ 0, 7 ],
|
||||
"id_str" : "15540222",
|
||||
|
|
@ -100,12 +100,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "The Node",
|
||||
|
|
@ -151,12 +151,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Ilya Grigorik",
|
||||
|
|
@ -212,15 +212,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -245,15 +245,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -278,7 +278,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -300,12 +300,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -322,7 +322,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -350,7 +350,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -372,7 +372,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -380,7 +380,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Fran\u00E7ois-G. Ribreau",
|
||||
"name" : "Francois-Guillaume Ribreau",
|
||||
"screen_name" : "FGRibreau",
|
||||
"indices" : [ 0, 10 ],
|
||||
"id_str" : "5719692",
|
||||
|
|
@ -417,7 +417,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -468,7 +468,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -490,15 +490,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Oscar Godson",
|
||||
"name" : "Oscar Godson (\uD55C\uAE00 \uD559\uC0DD) \uD83D\uDC8E",
|
||||
"screen_name" : "oscargodson",
|
||||
"indices" : [ 3, 15 ],
|
||||
"id_str" : "10138412",
|
||||
|
|
@ -525,11 +525,11 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id" : 324993266120536064,
|
||||
"created_at" : "2013-04-18 21:10:07 +0000",
|
||||
"user" : {
|
||||
"name" : "Oscar Godson",
|
||||
"name" : "Oscar Godson (\uD55C\uAE00 \uD559\uC0DD) \uD83D\uDC8E",
|
||||
"screen_name" : "oscargodson",
|
||||
"protected" : false,
|
||||
"id_str" : "10138412",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/780284413330411520\/HipMU7Kd_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/880597431561355264\/IquRR8rB_normal.jpg",
|
||||
"id" : 10138412,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -541,7 +541,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -563,7 +563,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -585,19 +585,19 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Tim Oxley",
|
||||
"name" : "Tim Oxley (new: @timkevinoxley)",
|
||||
"screen_name" : "secoif",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "17609423",
|
||||
"id" : 17609423
|
||||
"id_str" : "1050328477486919680",
|
||||
"id" : 1050328477486919680
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -620,8 +620,8 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id" : 324198722412093440,
|
||||
"created_at" : "2013-04-16 16:32:53 +0000",
|
||||
"user" : {
|
||||
"name" : "Tim Oxley",
|
||||
"screen_name" : "secoif",
|
||||
"name" : "Tim Kevin Oxley",
|
||||
"screen_name" : "timkevinoxley",
|
||||
"protected" : false,
|
||||
"id_str" : "17609423",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/671226206033829889\/6bqxgFJA_normal.png",
|
||||
|
|
@ -636,7 +636,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -687,7 +687,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -726,12 +726,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -754,12 +754,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Ilya Grigorik",
|
||||
|
|
@ -815,7 +815,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -823,7 +823,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -848,15 +848,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -881,15 +881,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -914,15 +914,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -947,7 +947,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -969,7 +969,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -991,12 +991,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marco Arment",
|
||||
|
|
@ -1024,12 +1024,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jeremy Kahn",
|
||||
|
|
@ -1063,7 +1063,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "jeremyckahn",
|
||||
"protected" : false,
|
||||
"id_str" : "24949617",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/844582252747149312\/NDEcfS7R_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/998547818812923904\/7MeJxc0j_normal.jpg",
|
||||
"id" : 24949617,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1075,12 +1075,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -1089,7 +1089,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id_str" : "2649472424",
|
||||
"id" : 2649472424
|
||||
}, {
|
||||
"name" : "knut",
|
||||
"name" : "knutaf",
|
||||
"screen_name" : "_knutaf",
|
||||
"indices" : [ 16, 24 ],
|
||||
"id_str" : "190796565",
|
||||
|
|
@ -1109,15 +1109,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Cabel Sasser",
|
||||
"name" : "Cabel",
|
||||
"screen_name" : "cabel",
|
||||
"indices" : [ 3, 9 ],
|
||||
"id_str" : "1919231",
|
||||
|
|
@ -1149,7 +1149,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id" : 322087418419351552,
|
||||
"created_at" : "2013-04-10 20:43:19 +0000",
|
||||
"user" : {
|
||||
"name" : "Cabel Sasser",
|
||||
"name" : "Cabel",
|
||||
"screen_name" : "cabel",
|
||||
"protected" : false,
|
||||
"id_str" : "1919231",
|
||||
|
|
@ -1165,15 +1165,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "radical al-Jabraist",
|
||||
"name" : "division by zero (non-Riemannian)",
|
||||
"screen_name" : "mathpunk",
|
||||
"indices" : [ 3, 12 ],
|
||||
"id_str" : "7621482",
|
||||
|
|
@ -1200,7 +1200,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id" : 322062896148410368,
|
||||
"created_at" : "2013-04-10 19:05:52 +0000",
|
||||
"user" : {
|
||||
"name" : "radical al-Jabraist",
|
||||
"name" : "division by zero (non-Riemannian)",
|
||||
"screen_name" : "mathpunk",
|
||||
"protected" : false,
|
||||
"id_str" : "7621482",
|
||||
|
|
@ -1216,12 +1216,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -1243,7 +1243,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id_str" : "322075508009476096",
|
||||
"text" : "RT @siracusa: Related developer shame: http:\/\/t.co\/DRpnrtvvAz",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1277,12 +1277,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Daine Trinidad",
|
||||
|
|
@ -1310,12 +1310,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Daine Trinidad",
|
||||
|
|
@ -1344,12 +1344,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Daine Trinidad",
|
||||
|
|
@ -1372,12 +1372,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bryan Kyle",
|
||||
|
|
@ -1405,12 +1405,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bryan Kyle",
|
||||
|
|
@ -1438,12 +1438,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -1466,7 +1466,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1493,7 +1493,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id_str" : "320989259039404032",
|
||||
"text" : "RT @felixge: Looking for an iOS dev to pair with me on some fun open source stuff! https:\/\/t.co\/GMT2CRmW6o - plz RT.",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1527,7 +1527,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1555,7 +1555,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1577,15 +1577,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -1610,12 +1610,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Reginald Braithwaite",
|
||||
|
|
@ -1643,15 +1643,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -1676,12 +1676,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Reginald Braithwaite",
|
||||
|
|
@ -1709,7 +1709,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1731,7 +1731,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1759,15 +1759,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "wwwtxt (1980-94)",
|
||||
"name" : "WWWTXT (1980-94)",
|
||||
"screen_name" : "wwwtxt",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "207756340",
|
||||
|
|
@ -1781,7 +1781,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id_str" : "320189774637985793",
|
||||
"text" : "RT @wwwtxt: I can type faster than I can use a stupid mouse. Maybe I'm just uncoordinated. \u262F93NOV",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003EBuffer\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/buffer.com\" rel=\"nofollow\"\u003EBuffer\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1794,11 +1794,11 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id" : 320130475224080384,
|
||||
"created_at" : "2013-04-05 11:07:07 +0000",
|
||||
"user" : {
|
||||
"name" : "wwwtxt (1980-94)",
|
||||
"name" : "WWWTXT (1980-94)",
|
||||
"screen_name" : "wwwtxt",
|
||||
"protected" : false,
|
||||
"id_str" : "207756340",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/378800000328039060\/306deca90d2cf629aec0b51423f11a02_normal.png",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/914078053776494592\/QGsViIib_normal.jpg",
|
||||
"id" : 207756340,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1810,12 +1810,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "App.net",
|
||||
|
|
@ -1849,12 +1849,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John-David Dalton",
|
||||
|
|
@ -1900,12 +1900,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Wynn Netherland",
|
||||
|
|
@ -1933,12 +1933,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Wynn Netherland",
|
||||
|
|
@ -1966,7 +1966,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1999,7 +1999,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2027,7 +2027,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id_str" : "319837338199023616",
|
||||
"text" : "RT @LodsysLLC: Thinking of suing @siracusa to make him start doing Hypercritical again. Our lawyers say it\u2019s as legit as every other law ...",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -2062,7 +2062,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2095,12 +2095,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -2133,12 +2133,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Bryan Kyle",
|
||||
|
|
@ -2147,7 +2147,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"id_str" : "14864447",
|
||||
"id" : 14864447
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 12, 23 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2172,15 +2172,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2211,15 +2211,15 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -2250,12 +2250,12 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marco Rogers",
|
||||
|
|
@ -2283,7 +2283,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2344,7 +2344,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2377,7 +2377,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2385,7 +2385,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Grisha Kruglov",
|
||||
"name" : "\uD83C\uDF9Fgrisha",
|
||||
"screen_name" : "lunafiko",
|
||||
"indices" : [ 0, 9 ],
|
||||
"id_str" : "14273142",
|
||||
|
|
@ -2416,7 +2416,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -2449,7 +2449,7 @@ Grailbird.data.tweets_2013_04 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
161
public/tweets/data/js/tweets/2013_05.js
Executable file → Normal file
161
public/tweets/data/js/tweets/2013_05.js
Executable file → Normal file
|
|
@ -29,7 +29,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jamie Forrest",
|
||||
"name" : "Jamie",
|
||||
"screen_name" : "jamieforrest",
|
||||
"indices" : [ 3, 16 ],
|
||||
"id_str" : "14069034",
|
||||
|
|
@ -64,11 +64,11 @@ Grailbird.data.tweets_2013_05 =
|
|||
"id" : 334279984321544192,
|
||||
"created_at" : "2013-05-14 12:12:13 +0000",
|
||||
"user" : {
|
||||
"name" : "Jamie Forrest",
|
||||
"name" : "Jamie",
|
||||
"screen_name" : "jamieforrest",
|
||||
"protected" : false,
|
||||
"id_str" : "14069034",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/831318562765684738\/vVfdCynI_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/896701895468883968\/Xwpse17g_normal.jpg",
|
||||
"id" : 14069034,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -80,12 +80,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jacob Schwartz",
|
||||
|
|
@ -131,12 +131,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "anandshimpi",
|
||||
|
|
@ -164,7 +164,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -186,12 +186,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Benjamin Borowski",
|
||||
|
|
@ -219,7 +219,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -252,12 +252,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jeremiah Lee",
|
||||
|
|
@ -303,7 +303,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "JeremiahLee",
|
||||
"protected" : false,
|
||||
"id_str" : "14538587",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/798798468496003072\/rFjHf66P_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/970700107917209602\/XKTR9FPN_normal.jpg",
|
||||
"id" : 14538587,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -315,12 +315,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Benjamin Borowski",
|
||||
|
|
@ -354,12 +354,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Dalai Lama In Bed",
|
||||
|
|
@ -405,12 +405,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Joseph Martel",
|
||||
|
|
@ -456,7 +456,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -478,12 +478,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Command Line Magic",
|
||||
|
|
@ -529,12 +529,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Mikeal Rogers",
|
||||
|
|
@ -557,7 +557,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"id_str" : "335504866631876608",
|
||||
"text" : "RT @mikeal: I think @polotek is the Ralph Nadar of node.js. Mad at everyone but hasn\u2019t published anything in years :) Also happens to be ri\u2026",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marco Rogers",
|
||||
|
|
@ -592,7 +592,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -614,12 +614,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "\u0411\u0443\u0434\u0438\u043B\u043E\u0432\u0441\u043A\u0430\u044F \u0412\u0435\u0440\u0430",
|
||||
|
|
@ -653,12 +653,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "decktonic",
|
||||
|
|
@ -692,12 +692,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -725,7 +725,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"id_str" : "334719416950456320",
|
||||
"text" : "RT @siracusa: Apple's new Objective-C-to-JavaScript bridge in WebKit: http:\/\/t.co\/BtWyYfreyI (via @apike)",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Allen Pike",
|
||||
|
|
@ -765,7 +765,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -787,15 +787,15 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -820,15 +820,15 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -853,7 +853,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -876,18 +876,6 @@ Grailbird.data.tweets_2013_05 =
|
|||
"id" : 333127413011730433,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/BJ-Bnf2CUAEHW79.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 453,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 800,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
|
|
@ -895,7 +883,20 @@ Grailbird.data.tweets_2013_05 =
|
|||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
}, {
|
||||
"h" : 680,
|
||||
"resize" : "fit",
|
||||
"w" : 510
|
||||
}, {
|
||||
"h" : 1024,
|
||||
"resize" : "fit",
|
||||
"w" : 768
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/RJ9P4OFHeN"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -911,7 +912,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -919,7 +920,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -944,7 +945,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -952,7 +953,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -977,15 +978,15 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1008,15 +1009,15 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1039,12 +1040,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "brianloveswords",
|
||||
|
|
@ -1078,12 +1079,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "EricAlanDyck",
|
||||
|
|
@ -1111,12 +1112,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "EricAlanDyck",
|
||||
|
|
@ -1144,7 +1145,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1183,7 +1184,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "raganwald",
|
||||
"protected" : false,
|
||||
"id_str" : "18137723",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/853400781726371840\/QjvdLTYQ_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1118221710740742144\/7lQOfxvc_normal.png",
|
||||
"id" : 18137723,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1195,7 +1196,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1244,7 +1245,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "raganwald",
|
||||
"protected" : false,
|
||||
"id_str" : "18137723",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/853400781726371840\/QjvdLTYQ_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1118221710740742144\/7lQOfxvc_normal.png",
|
||||
"id" : 18137723,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1256,12 +1257,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marc Harter",
|
||||
|
|
@ -1294,12 +1295,12 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Marc Harter",
|
||||
|
|
@ -1327,7 +1328,7 @@ Grailbird.data.tweets_2013_05 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
166
public/tweets/data/js/tweets/2013_06.js
Executable file → Normal file
166
public/tweets/data/js/tweets/2013_06.js
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
Grailbird.data.tweets_2013_06 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Fbina PP",
|
||||
|
|
@ -28,12 +28,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Irmi Salles",
|
||||
|
|
@ -63,7 +63,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"id" : 345749874563751936,
|
||||
"created_at" : "2013-06-15 03:49:28 +0000",
|
||||
"user" : {
|
||||
"name" : "Play On! Canada",
|
||||
"name" : "Play On!",
|
||||
"screen_name" : "HNICPlayOn",
|
||||
"protected" : false,
|
||||
"id_str" : "226701299",
|
||||
|
|
@ -79,7 +79,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -112,7 +112,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -134,19 +134,19 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Scout",
|
||||
"screen_name" : "ScoutApp",
|
||||
"name" : "Scout APM",
|
||||
"screen_name" : "Scoutapp",
|
||||
"indices" : [ 26, 35 ],
|
||||
"id_str" : "31245455",
|
||||
"id" : 31245455
|
||||
"id_str" : "1073250610080813057",
|
||||
"id" : 1073250610080813057
|
||||
} ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -162,7 +162,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -243,12 +243,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Todd Dunlop",
|
||||
|
|
@ -272,26 +272,27 @@ Grailbird.data.tweets_2013_06 =
|
|||
"id" : 348194634918424577,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/BNUJLPcCcAEcCrE.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 388,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 802,
|
||||
"resize" : "fit",
|
||||
"w" : 1240
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 220,
|
||||
"h" : 776,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
"w" : 1200
|
||||
}, {
|
||||
"h" : 662,
|
||||
"h" : 802,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
"w" : 1240
|
||||
}, {
|
||||
"h" : 440,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/XhizylDrHA"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -310,7 +311,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -343,7 +344,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -357,7 +358,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"id_str" : "17088322",
|
||||
"id" : 17088322
|
||||
}, {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 16, 27 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -382,7 +383,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -416,7 +417,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -464,7 +465,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -500,12 +501,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Joseph Martel",
|
||||
|
|
@ -533,12 +534,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Joseph Martel",
|
||||
|
|
@ -571,7 +572,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -593,12 +594,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Rackspace",
|
||||
|
|
@ -626,7 +627,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -648,7 +649,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -670,12 +671,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Tim Caswell",
|
||||
|
|
@ -714,12 +715,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Paul Denya",
|
||||
|
|
@ -747,12 +748,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Paul Denya",
|
||||
|
|
@ -780,12 +781,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Paul Denya",
|
||||
|
|
@ -813,15 +814,15 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -851,15 +852,15 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -884,15 +885,15 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -917,12 +918,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -939,12 +940,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Mahyar Mj",
|
||||
|
|
@ -972,12 +973,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Joseph Martel",
|
||||
|
|
@ -1005,12 +1006,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -1032,7 +1033,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1040,7 +1041,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003ETweetbot for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "TJ Holowaychuk",
|
||||
"name" : "TJ Holowaychuk \uD83D\uDE43",
|
||||
"screen_name" : "tjholowaychuk",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "29255412",
|
||||
|
|
@ -1070,12 +1071,12 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Kris & Brake",
|
||||
|
|
@ -1103,7 +1104,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1120,26 +1121,27 @@ Grailbird.data.tweets_2013_06 =
|
|||
"id" : 342672384479883264,
|
||||
"media_url_https" : "https:\/\/pbs.twimg.com\/media\/BMFqt9dCcAA9MmR.jpg",
|
||||
"sizes" : [ {
|
||||
"h" : 255,
|
||||
"resize" : "fit",
|
||||
"w" : 340
|
||||
}, {
|
||||
"h" : 450,
|
||||
"resize" : "fit",
|
||||
"w" : 600
|
||||
}, {
|
||||
"h" : 150,
|
||||
"resize" : "crop",
|
||||
"w" : 150
|
||||
}, {
|
||||
"h" : 768,
|
||||
"h" : 1536,
|
||||
"resize" : "fit",
|
||||
"w" : 1024
|
||||
"w" : 2048
|
||||
}, {
|
||||
"h" : 1536,
|
||||
"resize" : "fit",
|
||||
"w" : 2048
|
||||
}, {
|
||||
"h" : 900,
|
||||
"resize" : "fit",
|
||||
"w" : 1200
|
||||
}, {
|
||||
"h" : 510,
|
||||
"resize" : "fit",
|
||||
"w" : 680
|
||||
} ],
|
||||
"media_alt" : "",
|
||||
"display_url" : "pic.twitter.com\/hjdmQMpvJp"
|
||||
} ],
|
||||
"hashtags" : [ ],
|
||||
|
|
@ -1155,7 +1157,7 @@ Grailbird.data.tweets_2013_06 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
186
public/tweets/data/js/tweets/2013_07.js
Executable file → Normal file
186
public/tweets/data/js/tweets/2013_07.js
Executable file → Normal file
|
|
@ -1,6 +1,6 @@
|
|||
Grailbird.data.tweets_2013_07 =
|
||||
[ {
|
||||
"source" : "\u003Ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.dwdesign.tweetings\" rel=\"nofollow\"\u003ETweetings for Android\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.dwdesign.tweetings\" rel=\"nofollow\"\u003ETweetings for Windows\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Siracusa",
|
||||
|
|
@ -9,7 +9,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id_str" : "636923",
|
||||
"id" : 636923
|
||||
}, {
|
||||
"name" : "Dan Benjamin \uD83E\uDD20",
|
||||
"name" : "Dan Benjamin \uD83C\uDF2E",
|
||||
"screen_name" : "danbenjamin",
|
||||
"indices" : [ 10, 22 ],
|
||||
"id_str" : "5905672",
|
||||
|
|
@ -37,12 +37,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Stephen Caudill",
|
||||
|
|
@ -82,12 +82,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Vyacheslav Egorov",
|
||||
|
|
@ -121,7 +121,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "mraleph",
|
||||
"protected" : false,
|
||||
"id_str" : "53010195",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/428865653903081472\/XqtZKTVu_normal.png",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/961923701641039872\/TWwOK7mW_normal.jpg",
|
||||
"id" : 53010195,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -133,12 +133,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -155,12 +155,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "John Gruber",
|
||||
|
|
@ -186,12 +186,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -208,12 +208,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -235,15 +235,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Stephanie",
|
||||
"name" : "Stuffanie",
|
||||
"screen_name" : "CcSteff",
|
||||
"indices" : [ 3, 11 ],
|
||||
"id_str" : "14336349",
|
||||
|
|
@ -270,7 +270,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id" : 360911874931433472,
|
||||
"created_at" : "2013-07-26 23:57:51 +0000",
|
||||
"user" : {
|
||||
"name" : "Stephanie",
|
||||
"name" : "Stuffanie",
|
||||
"screen_name" : "CcSteff",
|
||||
"protected" : false,
|
||||
"id_str" : "14336349",
|
||||
|
|
@ -286,12 +286,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -308,7 +308,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -335,15 +335,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "15540222",
|
||||
|
|
@ -392,11 +392,11 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id" : 359795513211621376,
|
||||
"created_at" : "2013-07-23 22:01:49 +0000",
|
||||
"user" : {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"protected" : false,
|
||||
"id_str" : "15540222",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/721536199681318912\/rflwVOZ8_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1029230542716264448\/LgLb--Of_normal.jpg",
|
||||
"id" : 15540222,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -408,15 +408,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "15540222",
|
||||
|
|
@ -443,11 +443,11 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id" : 359795417648603136,
|
||||
"created_at" : "2013-07-23 22:01:26 +0000",
|
||||
"user" : {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"protected" : false,
|
||||
"id_str" : "15540222",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/721536199681318912\/rflwVOZ8_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1029230542716264448\/LgLb--Of_normal.jpg",
|
||||
"id" : 15540222,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -459,7 +459,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -481,15 +481,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "15540222",
|
||||
|
|
@ -516,11 +516,11 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id" : 358646156798083072,
|
||||
"created_at" : "2013-07-20 17:54:41 +0000",
|
||||
"user" : {
|
||||
"name" : "Guillermo Rauch",
|
||||
"name" : "Guillermo \u25B2",
|
||||
"screen_name" : "rauchg",
|
||||
"protected" : false,
|
||||
"id_str" : "15540222",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/721536199681318912\/rflwVOZ8_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1029230542716264448\/LgLb--Of_normal.jpg",
|
||||
"id" : 15540222,
|
||||
"verified" : true
|
||||
}
|
||||
|
|
@ -532,12 +532,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Reginald Braithwaite",
|
||||
|
|
@ -593,7 +593,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "raganwald",
|
||||
"protected" : false,
|
||||
"id_str" : "18137723",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/853400781726371840\/QjvdLTYQ_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1118221710740742144\/7lQOfxvc_normal.png",
|
||||
"id" : 18137723,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -605,12 +605,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Joe McCullough",
|
||||
|
|
@ -638,12 +638,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Craig Hockenberry",
|
||||
|
|
@ -660,7 +660,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id_str" : "358309097650655232",
|
||||
"text" : "RT @chockenberry: I just sent an email to Phil Schiller about the Dev Centers. If you're affected by the downtime, let him know:\n\nhttps:\/\/t\u2026",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
|
|
@ -682,7 +682,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "chockenberry",
|
||||
"protected" : false,
|
||||
"id_str" : "36183",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/793501897030152192\/aMAAYCvY_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/925763991820836864\/nmUFyJez_normal.jpg",
|
||||
"id" : 36183,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -694,7 +694,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -721,12 +721,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Command Line Magic",
|
||||
|
|
@ -759,15 +759,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "fogus",
|
||||
"name" : "Folog",
|
||||
"screen_name" : "fogus",
|
||||
"indices" : [ 0, 6 ],
|
||||
"id_str" : "14375110",
|
||||
|
|
@ -798,21 +798,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Oleg Shaldybin",
|
||||
"screen_name" : "olegshaldybin",
|
||||
"indices" : [ 0, 14 ],
|
||||
"id_str" : "9156692",
|
||||
"id" : 9156692
|
||||
}, {
|
||||
"name" : "\u0265\u0254\u0131\u026Do\u029E \u029E\u0279\u0250\u026F",
|
||||
"name" : "Mark Kolich",
|
||||
"screen_name" : "markkolich",
|
||||
"indices" : [ 15, 26 ],
|
||||
"id_str" : "22196723",
|
||||
|
|
@ -837,12 +831,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Joseph Martel",
|
||||
|
|
@ -888,12 +882,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Mobile17",
|
||||
|
|
@ -939,12 +933,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Instapaper",
|
||||
|
|
@ -972,12 +966,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -1000,12 +994,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -1028,12 +1022,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Colt45",
|
||||
|
|
@ -1056,15 +1050,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 0, 11 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1095,15 +1089,15 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"indices" : [ 3, 14 ],
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1128,7 +1122,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id_str" : "355532276869763075",
|
||||
"text" : "RT @JimRoepcke: YES! @DrawQuest 2.0 has launched! This is a huge update, go get it! https:\/\/t.co\/VQ2XQvHX91",
|
||||
"retweeted_status" : {
|
||||
"source" : "\u003Ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003ETweetbot for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "DrawQuest",
|
||||
|
|
@ -1152,7 +1146,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id" : 355354026575011843,
|
||||
"created_at" : "2013-07-11 15:52:56 +0000",
|
||||
"user" : {
|
||||
"name" : "Jim Roepcke",
|
||||
"name" : "@JimRoepcke@mastadon.social",
|
||||
"screen_name" : "JimRoepcke",
|
||||
"protected" : true,
|
||||
"id_str" : "894911",
|
||||
|
|
@ -1168,20 +1162,14 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/mac\" rel=\"nofollow\"\u003ETwitterrific for Mac\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Account has moved!",
|
||||
"screen_name" : "hij1nx",
|
||||
"indices" : [ 3, 10 ],
|
||||
"id_str" : "3781380935",
|
||||
"id" : 3781380935
|
||||
} ],
|
||||
"user_mentions" : [ ],
|
||||
"media" : [ ],
|
||||
"hashtags" : [ ],
|
||||
"urls" : [ {
|
||||
|
|
@ -1213,11 +1201,11 @@ Grailbird.data.tweets_2013_07 =
|
|||
"id" : 354631845415104514,
|
||||
"created_at" : "2013-07-09 16:03:15 +0000",
|
||||
"user" : {
|
||||
"name" : "paolo fragomeni",
|
||||
"screen_name" : "0x00A",
|
||||
"name" : "paolo f",
|
||||
"screen_name" : "heapwolf",
|
||||
"protected" : false,
|
||||
"id_str" : "95938827",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/843963093864603648\/zTr2gD8t_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1073238437350776832\/_vwKhiu__normal.jpg",
|
||||
"id" : 95938827,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1229,7 +1217,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1260,12 +1248,12 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
}, {
|
||||
"source" : "\u003Ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003ETwitterrific\u003C\/a\u003E",
|
||||
"source" : "\u003Ca href=\"https:\/\/twitterrific.com\/ios\" rel=\"nofollow\"\u003ETwitterrific for iOS\u003C\/a\u003E",
|
||||
"entities" : {
|
||||
"user_mentions" : [ {
|
||||
"name" : "Ged Maheux",
|
||||
|
|
@ -1305,7 +1293,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
@ -1332,7 +1320,7 @@ Grailbird.data.tweets_2013_07 =
|
|||
"screen_name" : "_sjs",
|
||||
"protected" : false,
|
||||
"id_str" : "4777951",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/619352398314647552\/7MsKJeYK_normal.jpg",
|
||||
"profile_image_url_https" : "https:\/\/pbs.twimg.com\/profile_images\/1088938085830733824\/aul4BseM_normal.jpg",
|
||||
"id" : 4777951,
|
||||
"verified" : false
|
||||
}
|
||||
|
|
|
|||
367
public/tweets/data/js/tweets/2013_08.js
Executable file → Normal file
367
public/tweets/data/js/tweets/2013_08.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
935
public/tweets/data/js/tweets/2013_09.js
Executable file → Normal file
935
public/tweets/data/js/tweets/2013_09.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1025
public/tweets/data/js/tweets/2013_10.js
Executable file → Normal file
1025
public/tweets/data/js/tweets/2013_10.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
514
public/tweets/data/js/tweets/2013_11.js
Executable file → Normal file
514
public/tweets/data/js/tweets/2013_11.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1203
public/tweets/data/js/tweets/2013_12.js
Executable file → Normal file
1203
public/tweets/data/js/tweets/2013_12.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
912
public/tweets/data/js/tweets/2014_01.js
Executable file → Normal file
912
public/tweets/data/js/tweets/2014_01.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1358
public/tweets/data/js/tweets/2014_02.js
Executable file → Normal file
1358
public/tweets/data/js/tweets/2014_02.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1289
public/tweets/data/js/tweets/2014_03.js
Executable file → Normal file
1289
public/tweets/data/js/tweets/2014_03.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1570
public/tweets/data/js/tweets/2014_04.js
Executable file → Normal file
1570
public/tweets/data/js/tweets/2014_04.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1021
public/tweets/data/js/tweets/2014_05.js
Executable file → Normal file
1021
public/tweets/data/js/tweets/2014_05.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1311
public/tweets/data/js/tweets/2014_06.js
Executable file → Normal file
1311
public/tweets/data/js/tweets/2014_06.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1478
public/tweets/data/js/tweets/2014_07.js
Executable file → Normal file
1478
public/tweets/data/js/tweets/2014_07.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
906
public/tweets/data/js/tweets/2014_08.js
Executable file → Normal file
906
public/tweets/data/js/tweets/2014_08.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
1074
public/tweets/data/js/tweets/2014_09.js
Executable file → Normal file
1074
public/tweets/data/js/tweets/2014_09.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
977
public/tweets/data/js/tweets/2014_10.js
Executable file → Normal file
977
public/tweets/data/js/tweets/2014_10.js
Executable file → Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue