Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
<meta name="author" content="B. Philipp Kleer" />
<title>Textdaten bearbeiten mit stringr</title>
<script src="stringr-grammar_files/header-attrs-2.11/header-attrs.js"></script>
<script src="stringr-grammar_files/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="stringr-grammar_files/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
<script src="stringr-grammar_files/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="stringr-grammar_files/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="stringr-grammar_files/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="stringr-grammar_files/jqueryui-1.11.4/jquery-ui.min.js"></script>
<link href="stringr-grammar_files/tocify-1.9.1/jquery.tocify.css" rel="stylesheet" />
<script src="stringr-grammar_files/tocify-1.9.1/jquery.tocify.js"></script>
<script src="stringr-grammar_files/navigation-1.1/tabsets.js"></script>
<link href="stringr-grammar_files/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="stringr-grammar_files/pagedtable-1.1/js/pagedtable.js"></script>
<script src="stringr-grammar_files/clipboard-2.0.6/clipboard.min.js"></script>
<link href="stringr-grammar_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.css" rel="stylesheet" />
<script src="stringr-grammar_files/xaringanExtra-clipboard-0.2.6/xaringanExtra-clipboard.js"></script>
<script>window.xaringanExtraClipboard(null, {"button":"<i class=\"fa fa-clipboard\"><\/i>","success":"<i class=\"fa fa-check\" style=\"color: #90BE6D\"><\/i>","error":"<i class=\"fa fa-times-circle\" style=\"color: #F94144\"><\/i>"})</script>
<link href="stringr-grammar_files/font-awesome-5.1.0/css/all.css" rel="stylesheet" />
<link href="stringr-grammar_files/font-awesome-5.1.0/css/v4-shims.css" rel="stylesheet" />
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<style type="text/css">
code {
white-space: pre;
}
.sourceCode {
overflow: visible;
}
</style>
<style type="text/css" data-origin="pandoc">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
</style>
<script>
// apply pandoc div.sourceCode style to pre.sourceCode instead
(function() {
var sheets = document.styleSheets;
for (var i = 0; i < sheets.length; i++) {
if (sheets[i].ownerNode.dataset["origin"] !== "pandoc") continue;
try { var rules = sheets[i].cssRules; } catch (e) { continue; }
for (var j = 0; j < rules.length; j++) {
var rule = rules[j];
// check if there is a div.sourceCode rule
if (rule.type !== rule.STYLE_RULE || rule.selectorText !== "div.sourceCode") continue;
var style = rule.style.cssText;
// check if color or background-color is set
if (rule.style.color === '' && rule.style.backgroundColor === '') continue;
// replace div.sourceCode by a pre.sourceCode rule
sheets[i].deleteRule(j);
sheets[i].insertRule('pre.sourceCode{' + style + '}', j);
}
}
})();
</script>
<link rel="stylesheet" href="styles/style.css" type="text/css" />
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
img {
max-width:100%;
}
.tabbed-pane {
padding-top: 12px;
}
.html-widget {
margin-bottom: 20px;
}
button.code-folding-btn:focus {
outline: none;
}
summary {
display: list-item;
}
pre code {
padding: 0;
}
</style>
<!-- tabsets -->
<style type="text/css">
.tabset-dropdown > .nav-tabs {
display: inline-table;
max-height: 500px;
min-height: 44px;
overflow-y: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
}
.tabset-dropdown > .nav-tabs > li > a,
.tabset-dropdown > .nav-tabs > li > a:focus,
.tabset-dropdown > .nav-tabs > li > a:hover {
border: none;
display: inline-block;
border-radius: 4px;
background-color: transparent;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li {
display: block;
float: none;
}
.tabset-dropdown > .nav-tabs > li {
display: none;
}
</style>
<!-- code folding -->
<style type="text/css">
#TOC {
margin: 25px 0px 20px 0px;
}
@media (max-width: 768px) {
#TOC {
position: relative;
width: 100%;
}
}
@media print {
.toc-content {
/* see https://github.com/w3c/csswg-drafts/issues/4434 */
float: right;
}
}
.toc-content {
padding-left: 30px;
padding-right: 40px;
}
div.main-container {
max-width: 1200px;
}
div.tocify {
width: 20%;
max-width: 260px;
max-height: 85%;
}
@media (min-width: 768px) and (max-width: 991px) {
div.tocify {
width: 25%;
}
}
@media (max-width: 767px) {
div.tocify {
width: 100%;
max-width: none;
}
}
.tocify ul, .tocify li {
line-height: 20px;
}
.tocify-subheader .tocify-item {
font-size: 0.90em;
}
.tocify .list-group-item {
border-radius: 0px;
}
</style>
</head>
<body>
<div class="container-fluid main-container">
<!-- setup 3col/9col grid for toc_float and main content -->
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-3">
<div id="TOC" class="tocify">
</div>
</div>
<div class="toc-content col-xs-12 col-sm-8 col-md-9">
<br><br>
<center>
<p style="font-size: 26px; font-weight:bold; align:center;color:rgb(69, 130, 236)"> Datensätze bändigen & visualisieren mit R</p>
<br>
<p style="font-size: 24px; align:center"> Benedikt Philipp Kleer <br> 11. Oktober 2021</p>
<hr />
<br>
</center>
<div id="header">
<h1 class="title toc-ignore">Textdaten bearbeiten mit <strong>stringr</strong></h1>
<h4 class="author">B. Philipp Kleer</h4>
<h4 class="date">11. Oktober 2021</h4>
</div>
<div id="starten-wir" class="section level2">
<h2>Starten wir!</h2>
<div class="flex-container">
<div class="flex-text">
<p>In diesen Slides wollen wir uns mit Textdaten beschäftigen. Hieru lernen wir grundlegende Funktionen im Umgang mit Textdaten kennen. Eins vorweg: Textdaten sind immer schwieriger zu händeln als numerische Daten. Hierz werden im späteren Teil auch <strong>regular expressions</strong> eingeführt. Dies bleibt aber auf einem Grundlevel, weiterführend wird dazu sicherlich im Workshop zur quantitativen Textanalyse eingegangen.</p>
<p>In R gibt es innerhalb des <strong>tidyverse</strong> ein spezielles Paket zur Bearbeitung von Textdaten: <strong>stringr</strong>. Gemeinsam mit <em>regular expressions</em> können viele Transformationen und Bereinigungen durchgeführt werden.</p>
<p>Dieser Teil des Workshops bedarf aber einer erhöhten Lernbereitschaft (im Vergleich zu anderen Paketen und Funktionen). Das <a href="https://github.com/rstudio/cheatsheets/raw/master/strings.pdf">Cheat-Sheet</a> zu <code>stringr</code> gibt es <a href="https://github.com/rstudio/cheatsheets/raw/master/strings.pdf">hier</a>.</p>
</div>
<div class="flex-picture">
<div class="figure">
<img src="pics/stringr.png" width="300" alt="" />
<p class="caption">stringr</p>
</div>
</div>
</div>
</div>
<div id="wie-bekommen-wir-textdaten" class="section level2">
<h2>Wie bekommen wir Textdaten?</h2>
<p>Als mögliche Textdaten fallen einem vermutlich sofort Tweets ein, oder für die Offline-Leute z.B. Wahlprogramme. In anderen Kursen der MethodenTage wird die Erhebung von Social Media-Daten über die sogenannte <strong>API</strong> (<em>Application Programming Interference</em>) erklärt. Wir überspringen jetzt diesen Schritt, da es hier erstmal nur um die grundlegenden Funktionen der Bearbeitung von Textvariablen in R geht.</p>
<p>Dafür habe ich die letzten Tweets der hervorragenden Sendung <a href="https://thegreatbritishbakeoff.co.uk">The Great British Bake Off</a> über die Twitter-API geladen (Stand: 22. September 2021). Wir werden im nachfolgenden verschiedene Schritte durchführen, wie wir Textdaten mit den Funktionen des Pakets <code>stringr</code> bearbeiten können.</p>
</div>
<div id="package-und-daten-laden" class="section level2">
<h2>Package und Daten laden</h2>
<p>Zuerst laden wir wieder <code>tidyverse</code> bzw. installieren es, wenn es noch nicht installiert ist:</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="co"># install.packages("tidyverse")</span></span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(<span class="st">"tidyverse"</span>)</span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a><span class="co"># alternativ: </span></span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a><span class="co"># install.packages("stringr")</span></span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a><span class="co"># library("stringr")</span></span></code></pre></div>
<p>Anschließend laden wir den Datensatz <code>gbbo</code> ins <em>environment</em>.</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>gbbo <span class="ot"><-</span> <span class="fu">readRDS</span>(<span class="st">"../datasets/gbbo.rds"</span>)</span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> <span class="co"># oder eigenen Pfad, wenn nicht in Cloud</span></span></code></pre></div>
<p>Schauen wir uns nun den Datensatz mal an:</p>
<div class="sourceCode" id="cb3"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>gbbo</span></code></pre></div>
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":["user_id"],"name":[1],"type":["chr"],"align":["left"]},{"label":["status_id"],"name":[2],"type":["chr"],"align":["left"]},{"label":["created_at"],"name":[3],"type":["dttm"],"align":["right"]},{"label":["screen_name"],"name":[4],"type":["chr"],"align":["left"]},{"label":["text"],"name":[5],"type":["chr"],"align":["left"]},{"label":["source"],"name":[6],"type":["chr"],"align":["left"]},{"label":["display_text_width"],"name":[7],"type":["dbl"],"align":["right"]},{"label":["reply_to_status_id"],"name":[8],"type":["chr"],"align":["left"]},{"label":["reply_to_user_id"],"name":[9],"type":["chr"],"align":["left"]},{"label":["reply_to_screen_name"],"name":[10],"type":["chr"],"align":["left"]},{"label":["is_quote"],"name":[11],"type":["lgl"],"align":["right"]},{"label":["is_retweet"],"name":[12],"type":["lgl"],"align":["right"]},{"label":["favorite_count"],"name":[13],"type":["int"],"align":["right"]},{"label":["retweet_count"],"name":[14],"type":["int"],"align":["right"]},{"label":["quote_count"],"name":[15],"type":["int"],"align":["right"]},{"label":["reply_count"],"name":[16],"type":["int"],"align":["right"]},{"label":["hashtags"],"name":[17],"type":["list"],"align":["right"]},{"label":["symbols"],"name":[18],"type":["list"],"align":["right"]},{"label":["urls_url"],"name":[19],"type":["list"],"align":["right"]},{"label":["urls_t.co"],"name":[20],"type":["list"],"align":["right"]},{"label":["urls_expanded_url"],"name":[21],"type":["list"],"align":["right"]},{"label":["media_url"],"name":[22],"type":["list"],"align":["right"]},{"label":["media_t.co"],"name":[23],"type":["list"],"align":["right"]},{"label":["media_expanded_url"],"name":[24],"type":["list"],"align":["right"]},{"label":["media_type"],"name":[25],"type":["list"],"align":["right"]},{"label":["ext_media_url"],"name":[26],"type":["list"],"align":["right"]},{"label":["ext_media_t.co"],"name":[27],"type":["list"],"align":["right"]},{"label":["ext_media_expanded_url"],"name":[28],"type":["list"],"align":["right"]},{"label":["ext_media_type"],"name":[29],"type":["chr"],"align":["left"]},{"label":["mentions_user_id"],"name":[30],"type":["list"],"align":["right"]},{"label":["mentions_screen_name"],"name":[31],"type":["list"],"align":["right"]},{"label":["lang"],"name":[32],"type":["chr"],"align":["left"]},{"label":["quoted_status_id"],"name":[33],"type":["chr"],"align":["left"]},{"label":["quoted_text"],"name":[34],"type":["chr"],"align":["left"]},{"label":["quoted_created_at"],"name":[35],"type":["dttm"],"align":["right"]},{"label":["quoted_source"],"name":[36],"type":["chr"],"align":["left"]},{"label":["quoted_favorite_count"],"name":[37],"type":["int"],"align":["right"]},{"label":["quoted_retweet_count"],"name":[38],"type":["int"],"align":["right"]},{"label":["quoted_user_id"],"name":[39],"type":["chr"],"align":["left"]},{"label":["quoted_screen_name"],"name":[40],"type":["chr"],"align":["left"]},{"label":["quoted_name"],"name":[41],"type":["chr"],"align":["left"]},{"label":["quoted_followers_count"],"name":[42],"type":["int"],"align":["right"]},{"label":["quoted_friends_count"],"name":[43],"type":["int"],"align":["right"]},{"label":["quoted_statuses_count"],"name":[44],"type":["int"],"align":["right"]},{"label":["quoted_location"],"name":[45],"type":["chr"],"align":["left"]},{"label":["quoted_description"],"name":[46],"type":["chr"],"align":["left"]},{"label":["quoted_verified"],"name":[47],"type":["lgl"],"align":["right"]},{"label":["retweet_status_id"],"name":[48],"type":["chr"],"align":["left"]},{"label":["retweet_text"],"name":[49],"type":["chr"],"align":["left"]},{"label":["retweet_created_at"],"name":[50],"type":["dttm"],"align":["right"]},{"label":["retweet_source"],"name":[51],"type":["chr"],"align":["left"]},{"label":["retweet_favorite_count"],"name":[52],"type":["int"],"align":["right"]},{"label":["retweet_retweet_count"],"name":[53],"type":["int"],"align":["right"]},{"label":["retweet_user_id"],"name":[54],"type":["chr"],"align":["left"]},{"label":["retweet_screen_name"],"name":[55],"type":["chr"],"align":["left"]},{"label":["retweet_name"],"name":[56],"type":["chr"],"align":["left"]},{"label":["retweet_followers_count"],"name":[57],"type":["int"],"align":["right"]},{"label":["retweet_friends_count"],"name":[58],"type":["int"],"align":["right"]},{"label":["retweet_statuses_count"],"name":[59],"type":["int"],"align":["right"]},{"label":["retweet_location"],"name":[60],"type":["chr"],"align":["left"]},{"label":["retweet_description"],"name":[61],"type":["chr"],"align":["left"]},{"label":["retweet_verified"],"name":[62],"type":["lgl"],"align":["right"]},{"label":["place_url"],"name":[63],"type":["chr"],"align":["left"]},{"label":["place_name"],"name":[64],"type":["chr"],"align":["left"]},{"label":["place_full_name"],"name":[65],"type":["chr"],"align":["left"]},{"label":["place_type"],"name":[66],"type":["chr"],"align":["left"]},{"label":["country"],"name":[67],"type":["chr"],"align":["left"]},{"label":["country_code"],"name":[68],"type":["chr"],"align":["left"]},{"label":["geo_coords"],"name":[69],"type":["list"],"align":["right"]},{"label":["coords_coords"],"name":[70],"type":["list"],"align":["right"]},{"label":["bbox_coords"],"name":[71],"type":["list"],"align":["right"]},{"label":["status_url"],"name":[72],"type":["chr"],"align":["left"]},{"label":["name"],"name":[73],"type":["chr"],"align":["left"]},{"label":["location"],"name":[74],"type":["chr"],"align":["left"]},{"label":["description"],"name":[75],"type":["chr"],"align":["left"]},{"label":["url"],"name":[76],"type":["chr"],"align":["left"]},{"label":["protected"],"name":[77],"type":["lgl"],"align":["right"]},{"label":["followers_count"],"name":[78],"type":["int"],"align":["right"]},{"label":["friends_count"],"name":[79],"type":["int"],"align":["right"]},{"label":["listed_count"],"name":[80],"type":["int"],"align":["right"]},{"label":["statuses_count"],"name":[81],"type":["int"],"align":["right"]},{"label":["favourites_count"],"name":[82],"type":["int"],"align":["right"]},{"label":["account_created_at"],"name":[83],"type":["dttm"],"align":["right"]},{"label":["verified"],"name":[84],"type":["lgl"],"align":["right"]},{"label":["profile_url"],"name":[85],"type":["chr"],"align":["left"]},{"label":["profile_expanded_url"],"name":[86],"type":["chr"],"align":["left"]},{"label":["account_lang"],"name":[87],"type":["lgl"],"align":["right"]},{"label":["profile_banner_url"],"name":[88],"type":["chr"],"align":["left"]},{"label":["profile_background_url"],"name":[89],"type":["chr"],"align":["left"]},{"label":["profile_image_url"],"name":[90],"type":["chr"],"align":["left"]}],"data":[{"1":"234428224","2":"1440645385249193990","3":"2021-09-22 11:53:20","4":"BritishBakeOff","5":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","6":"Twitter Web App","7":"96","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"133","14":"31","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440398560986419203","34":"Prue’s not so sure many of you know what a malt loaf is, especially the youngsters. Time to see if she’s right!\\nRT if you know malt loaf\\n❤️ if you don’t\\n#GBBO https://t.co/VVyDtnxnW2","35":"2021-09-21 19:32:32","36":"Twitter Media Studio","37":"944","38":"1614","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440645385249193990","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440641707347902473","3":"2021-09-22 11:38:43","4":"BritishBakeOff","5":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","6":"Twitter Web App","7":"69","8":"1440640273684389894","9":"4834703800","10":"GeekEnby","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440641707347902473","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440630479250620417","3":"2021-09-22 10:54:06","4":"BritishBakeOff","5":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","6":"Twitter Web App","7":"72","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"85","14":"31","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440398560986419203","34":"Prue’s not so sure many of you know what a malt loaf is, especially the youngsters. Time to see if she’s right!\\nRT if you know malt loaf\\n❤️ if you don’t\\n#GBBO https://t.co/VVyDtnxnW2","35":"2021-09-21 19:32:32","36":"Twitter Media Studio","37":"944","38":"1614","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440630479250620417","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440616872618119168","3":"2021-09-22 10:00:02","4":"BritishBakeOff","5":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","6":"Twitter Media Studio","7":"95","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"151","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440616872618119168","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440609316889894912","3":"2021-09-22 09:30:01","4":"BritishBakeOff","5":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","6":"Twitter Media Studio","7":"46","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"248","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440609316889894912","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440601766047928320","3":"2021-09-22 09:00:00","4":"BritishBakeOff","5":"About last night… #GBBO https://t.co/GulcsAdnJM","6":"Twitter Media Studio","7":"23","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"472","14":"22","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440601766047928320","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440419311588306950","3":"2021-09-21 20:55:00","4":"BritishBakeOff","5":"Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb","6":"Twitter Media Studio","7":"155","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"641","14":"13","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440419311588306950","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440417068294103042","3":"2021-09-21 20:46:05","4":"BritishBakeOff","5":"Let’s get ready to crumble! It’s crunch time next Tuesday as Biscuit Week hits the Bake Off Tent! #GBBO https://t.co/xGMRw30WA8","6":"Twitter Media Studio","7":"103","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"165","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440417068294103042","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440416400284139521","3":"2021-09-21 20:43:26","4":"BritishBakeOff","5":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","6":"Twitter Web App","7":"17","8":"1440408921240338439","9":"32940197","10":"philringsell","11":"FALSE","12":"FALSE","13":"4","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"fr","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440416400284139521","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440415846640193536","3":"2021-09-21 20:41:14","4":"BritishBakeOff","5":"@Shambom65 True. Absolutely true. #GBBO","6":"Twitter Web App","7":"28","8":"1440415347761238025","9":"134826639","10":"Shambom65","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440415846640193536","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440415353088004103","3":"2021-09-21 20:39:16","4":"BritishBakeOff","5":"Disclaimer: This is not a percentage in terms of flavour balance. It's how many people like Mint Choc Ch... *stares directly to camera* #GBBO","6":"Twitter Web App","7":"141","8":"1440414755944947716","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"57","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440415353088004103","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440414755944947716","3":"2021-09-21 20:36:54","4":"BritishBakeOff","5":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","6":"Twitter Web App","7":"79","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"92","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440405238477778944","34":"Mint Choc Chip Ice Cream? #GBBO","35":"2021-09-21 19:59:04","36":"Twitter Web App","37":"43","38":"7","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440414755944947716","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440413907982508034","3":"2021-09-21 20:33:31","4":"BritishBakeOff","5":"“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”\\nHere’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg","6":"Twitter Media Studio","7":"144","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"296","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440413907982508034","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440413834703826955","3":"2021-09-21 20:33:14","4":"BritishBakeOff","5":"No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe","6":"Twitter Media Studio","7":"99","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"129","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440413834703826955","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440413769692168196","3":"2021-09-21 20:32:58","4":"BritishBakeOff","5":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","6":"Twitter Web App","7":"25","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"140","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440390743718125582","34":"To be revisited in your dreams/nightmares later. #GBBO https://t.co/Oe713kNwTr","35":"2021-09-21 19:01:29","36":"Twitter Media Studio","37":"1251","38":"151","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440413769692168196","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440413080727396364","3":"2021-09-21 20:30:14","4":"BritishBakeOff","5":"Poor Tom! So gracious in defeat - and we’re so sad to see him go. But what time we did have with him in the Tent has been utterly fantastic. ❤️ #GBBO https://t.co/qrz9FWe9sc","6":"Twitter Media Studio","7":"149","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"251","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440413080727396364","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440412658331570182","3":"2021-09-21 20:28:33","4":"BritishBakeOff","5":"He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"574","14":"17","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440412658331570182","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440412560545615874","3":"2021-09-21 20:28:10","4":"BritishBakeOff","5":"One episode into Bake Off 2021 - and George is already turning into one of the most relatable bakers we’ve ever met. #GBBO https://t.co/pKuPc4f4IZ","6":"Twitter Media Studio","7":"122","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"268","14":"27","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440412560545615874","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440412259931492362","3":"2021-09-21 20:26:58","4":"BritishBakeOff","5":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1380","14":"53","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440412259931492362","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440411859425759235","3":"2021-09-21 20:25:23","4":"BritishBakeOff","5":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","6":"Twitter Web App","7":"73","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"45","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440410905829789709","34":"Reached peak nan friend vibes by knitting while watching #GBBO 🧶","35":"2021-09-21 20:21:36","36":"Twitter for iPhone","37":"10","38":"0","39":"1143982052452315142","40":"chloeivyroseseo","41":"Chloe Ivy Rose 🧚🏻","42":"1223","43":"211","44":"3556","45":"Reading, England","46":"#SEO Manager @bluearrayseo. SEO's biggest emo. Grammar nerd. Disabled babe. A11y. Always loud & outspoken. Views are my own. (they/them/she/her) 🏳️🌈","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440411859425759235","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440411748901609473","3":"2021-09-21 20:24:57","4":"BritishBakeOff","5":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2894","14":"77","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440411748901609473","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440411409330831362","3":"2021-09-21 20:23:36","4":"BritishBakeOff","5":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","6":"Twitter Media Studio","7":"66","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"775","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440411409330831362","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410982212259843","3":"2021-09-21 20:21:54","4":"BritishBakeOff","5":"Giuseppe’s ‘Jack and The Beanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","6":"Twitter Media Studio","7":"72","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"384","14":"18","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410982212259843","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410900024889351","3":"2021-09-21 20:21:34","4":"BritishBakeOff","5":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","6":"Twitter Media Studio","7":"66","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"81","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410900024889351","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410776192253956","3":"2021-09-21 20:21:05","4":"BritishBakeOff","5":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"161","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410776192253956","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410615965618181","3":"2021-09-21 20:20:27","4":"BritishBakeOff","5":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","6":"Twitter Media Studio","7":"71","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1252","14":"39","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410615965618181","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410375204208641","3":"2021-09-21 20:19:29","4":"BritishBakeOff","5":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","6":"Twitter Media Studio","7":"59","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"417","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410375204208641","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410271210622977","3":"2021-09-21 20:19:04","4":"BritishBakeOff","5":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","6":"Twitter Media Studio","7":"72","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"86","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410271210622977","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440410206559555586","3":"2021-09-21 20:18:49","4":"BritishBakeOff","5":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","6":"Twitter Media Studio","7":"87","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"90","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440410206559555586","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409992113233921","3":"2021-09-21 20:17:58","4":"BritishBakeOff","5":"@courtsthomasx Congratulations! 🥳👼 #GBBO","6":"Twitter Web App","7":"25","8":"1440409723795165188","9":"398640860","10":"courtsthomasx","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409992113233921","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409991656001538","3":"2021-09-21 20:17:58","4":"BritishBakeOff","5":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"82","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409991656001538","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409918503227396","3":"2021-09-21 20:17:40","4":"BritishBakeOff","5":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"58","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409918503227396","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409863503241218","3":"2021-09-21 20:17:27","4":"BritishBakeOff","5":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"82","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409863503241218","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409787649249280","3":"2021-09-21 20:17:09","4":"BritishBakeOff","5":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","6":"Twitter Media Studio","7":"57","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"77","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409787649249280","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409658213027853","3":"2021-09-21 20:16:38","4":"BritishBakeOff","5":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","6":"Twitter Media Studio","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"106","14":"13","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409658213027853","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409605637509124","3":"2021-09-21 20:16:26","4":"BritishBakeOff","5":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"90","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409605637509124","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440409538088239116","3":"2021-09-21 20:16:10","4":"BritishBakeOff","5":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","6":"Twitter Media Studio","7":"64","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"104","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440409538088239116","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440408432578744327","3":"2021-09-21 20:11:46","4":"BritishBakeOff","5":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","6":"Twitter Media Studio","7":"72","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"270","14":"13","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440408432578744327","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440408203313905676","3":"2021-09-21 20:10:51","4":"BritishBakeOff","5":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","6":"Twitter Web App","7":"78","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"275","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440406937724588035","34":"From this point on, Maggie from bake-off 2021 will now be known as Prue2. 👌🏽😂\\n #BakeOff #GBBO #prue2 https://t.co/hVrl07Why8","35":"2021-09-21 20:05:50","36":"Twitter Web App","37":"25","38":"1","39":"1332622391646822407","40":"Stephen34171023","41":"Stephen Pyne","42":"0","43":"8","44":"192","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440408203313905676","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440408020513554433","3":"2021-09-21 20:10:08","4":"BritishBakeOff","5":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","6":"Twitter Web App","7":"9","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"31","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"1440406241352712196","34":"@BritishBakeOff I loved mint chocolate chip ice cream until someone made this comparison and now I cannot untaste it.","35":"2021-09-21 20:03:04","36":"Twitter for iPhone","37":"5","38":"0","39":"1347748528890683394","40":"gangstalyssish","41":"Alyssa Leyen","42":"20","43":"48","44":"720","45":"","46":"Asexual. Outfit Repeater. Posterchild for Prozac.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440408020513554433","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440407932160536582","3":"2021-09-21 20:09:47","4":"BritishBakeOff","5":"The first rule of Bake Off:\\nDo not stare back at Paul\\n\\nThe second rule of Bake Off:\\nDo not stare back at Paul\\n#GBBO https://t.co/XbZqAE5mjA","6":"Twitter Media Studio","7":"115","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"120","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440407932160536582","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440407895422615553","3":"2021-09-21 20:09:38","4":"BritishBakeOff","5":"@psyche1701 Maybe. #GBBO","6":"Twitter Web App","7":"12","8":"1440406991118028804","9":"19533217","10":"psyche1701","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440407895422615553","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440407594636439562","3":"2021-09-21 20:08:26","4":"BritishBakeOff","5":"WISDOMOUS! #GBBO","6":"Twitter Web App","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"99","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440407594636439562","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440407350871949317","3":"2021-09-21 20:07:28","4":"BritishBakeOff","5":"@JadeForster A treat for the whole family. 🥳 #GBBO","6":"Twitter Web App","7":"37","8":"1440407028120252428","9":"320901577","10":"JadeForster","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440407350871949317","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440406662989238280","3":"2021-09-21 20:04:44","4":"BritishBakeOff","5":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","6":"Twitter Media Studio","7":"80","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"164","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440406662989238280","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440406445351059464","3":"2021-09-21 20:03:52","4":"BritishBakeOff","5":"Oh dear. #GBBO https://t.co/4FS3X12AOr","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"99","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440406445351059464","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440406423389626371","3":"2021-09-21 20:03:47","4":"BritishBakeOff","5":"1. Mint Choc Chip is the entry level ice cream for 93% of the United Kingdom. But please don't Google that.\\n\\n2. \"MagPrue\" can only lead to conspiracy theories.\\n\\n#GBBO https://t.co/95cC26eXOZ","6":"Twitter Web App","7":"166","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"53","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440405639226789894","34":"@BritishBakeOff MagPru is wrong!","35":"2021-09-21 20:00:40","36":"Twitter for iPhone","37":"2","38":"0","39":"56094966","40":"helen_of_horror","41":"HelenOfHorror","42":"9279","43":"8997","44":"43614","45":"Scotland, UK","46":"Chaos reigns! Randomness about horror, arty stuff, food, ice hockey, Star Wars & other weirdness...\\n#MonTheCaps","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440406423389626371","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440406339746893830","3":"2021-09-21 20:03:27","4":"BritishBakeOff","5":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","6":"Twitter Media Studio","7":"37","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"263","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440406339746893830","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440406222453108741","3":"2021-09-21 20:02:59","4":"BritishBakeOff","5":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","6":"Twitter Media Studio","7":"61","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1244","14":"65","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440406222453108741","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440405442157428739","3":"2021-09-21 19:59:53","4":"BritishBakeOff","5":"@laurajaycrochet *snaps pencil* #GBBO","6":"Twitter Web App","7":"20","8":"1440405228080091144","9":"1350424403406938112","10":"laurajaycrochet","11":"FALSE","12":"FALSE","13":"7","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440405442157428739","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440405238477778944","3":"2021-09-21 19:59:04","4":"BritishBakeOff","5":"Mint Choc Chip Ice Cream? #GBBO","6":"Twitter Web App","7":"31","8":"1440404934348836869","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"43","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440405238477778944","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440404934348836869","3":"2021-09-21 19:57:52","4":"BritishBakeOff","5":"CONTROVERSIAL!!! #GBBO https://t.co/OBHidOZCRz","6":"Twitter Media Studio","7":"22","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"482","14":"39","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"es","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440404934348836869","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440404698029178890","3":"2021-09-21 19:56:56","4":"BritishBakeOff","5":"It certainly was a kind of magic. #GBBO https://t.co/FytDtVF6ZT","6":"Twitter Web App","7":"39","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"320","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440404373465534471","34":"Anti-gravity cake is fun, but none of them will even come close to this masterpiece for the ages 😂😂 #GBBO @BritishBakeOff https://t.co/104vP9JPkN","35":"2021-09-21 19:55:38","36":"Twitter for Android","37":"112","38":"13","39":"870235988756443137","40":"kkthedoctor","41":"KK✨","42":"686","43":"554","44":"20871","45":"Brighton, England","46":"Twelfth Doctor Defender 😎 | Physicist 🌌 | Hate is Always Foolish, and Love is Always Wise 💖✨| 25 | He/Him","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440404698029178890","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440404013325815813","3":"2021-09-21 19:54:12","4":"BritishBakeOff","5":"@randallwrites Not in line with the currant climate of acceptance for all is it?","6":"Twitter Web App","7":"65","8":"1440403235244675085","9":"46384050","10":"randallwrites","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440404013325815813","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440403228563177480","3":"2021-09-21 19:51:05","4":"BritishBakeOff","5":"Due to popular demand… we’ve giffed up THAT Prue and Paul moment. #GBBO https://t.co/3o02vFa7tU","6":"Twitter Media Studio","7":"71","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2134","14":"111","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440403228563177480","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440402738945294339","3":"2021-09-21 19:49:09","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/8j2aIL148h","6":"Twitter Web App","7":"16","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"26","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440399595079569414","34":"@BritishBakeOff No,I just see cake….I want cake now 😋","35":"2021-09-21 19:36:39","36":"Twitter for iPhone","37":"0","38":"0","39":"3418342065","40":"Custardboy2","41":"SR","42":"1705","43":"4996","44":"61166","45":"England, United Kingdom","46":"foodie,football,family,banter is good thoughts are my own,seen my team win premier league,FAcup 🏆 & community shield,seen my son play in the FA cup - Daka fan.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440402738945294339","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440402163998474244","3":"2021-09-21 19:46:51","4":"BritishBakeOff","5":"\"Like a bake out of hell, I'll be scone 'til the mornin' comes...\" #GBBO https://t.co/ExtMCyV1nr","6":"Twitter Web App","7":"72","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"117","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440401687810756610","34":"Did someone mention 'rich and moist maltloaf'?\\n#GBBO https://t.co/5qlh1MTFVi","35":"2021-09-21 19:44:58","36":"Twitter for Android","37":"10","38":"1","39":"2157094356","40":"will_nett","41":"Will Nett","42":"547","43":"1199","44":"6553","45":"54.5753° N, 1.2342° W","46":"Sugar cane farmer-turned pianoman.\\nAuthor/backpacker/whatever the French word is for 'raconteur.'\\nPen for hire.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440402163998474244","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440402123821178885","3":"2021-09-21 19:46:42","4":"BritishBakeOff","5":"BREAKING NEWS: Violence has broken out in the Bake Off Tent! #GBBO https://t.co/p9hHrFZqJh","6":"Twitter Media Studio","7":"66","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"716","14":"43","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440402123821178885","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440400411463073805","3":"2021-09-21 19:39:54","4":"BritishBakeOff","5":"Every day. #GBBO https://t.co/uFgmRbi9Vf","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"479","14":"76","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440400411463073805","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440399847614390274","3":"2021-09-21 19:37:39","4":"BritishBakeOff","5":"Now this would really be going for The Treble. #GBBO https://t.co/A0g0KtvWIv","6":"Twitter Web App","7":"52","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"368","14":"35","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440399577459216385","34":"italy could potentially win the euros, the eurovision and #GBBO in one year","35":"2021-09-21 19:36:35","36":"Twitter Web App","37":"205","38":"41","39":"1453937334","40":"aaaaoif","41":"aoif 🦕","42":"687","43":"720","44":"10250","45":"","46":"pure of heart, dumb of ass / UCD dublin law","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440399847614390274","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440399795420483591","3":"2021-09-21 19:37:27","4":"BritishBakeOff","5":"Film. One word. One syllable. #GBBO https://t.co/J4ooIe5Z7u","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"86","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440399795420483591","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440399716567564296","3":"2021-09-21 19:37:08","4":"BritishBakeOff","5":"🎵 IS IT MY IMAGINASHEEUNNN 🎵 #GBBO https://t.co/CKlKBiiEzQ","6":"Twitter Media Studio","7":"34","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"74","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"in","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440399716567564296","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440399195211374603","3":"2021-09-21 19:35:04","4":"BritishBakeOff","5":"If you stare at this malt loaf for more than 15 seconds you start to see a Shetland Pony. #GBBO https://t.co/RpA1GSTVaC","6":"Twitter Media Studio","7":"95","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"156","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440399195211374603","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440398560986419203","3":"2021-09-21 19:32:32","4":"BritishBakeOff","5":"Prue’s not so sure many of you know what a malt loaf is, especially the youngsters. Time to see if she’s right!\\nRT if you know malt loaf\\n❤️ if you don’t\\n#GBBO https://t.co/VVyDtnxnW2","6":"Twitter Media Studio","7":"158","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"944","14":"1614","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440398560986419203","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440398395001114625","3":"2021-09-21 19:31:53","4":"BritishBakeOff","5":"This Twitter feed is going to turn into a fan account for Giuseppe’s eyebrows. #GBBO https://t.co/IQTjyrJxBV","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1454","14":"97","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440398395001114625","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440398204101484564","3":"2021-09-21 19:31:07","4":"BritishBakeOff","5":"😮😮😮 #GBBO https://t.co/0nn2bDErPU","6":"Twitter Media Studio","7":"9","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"110","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440398204101484564","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440398026984472582","3":"2021-09-21 19:30:25","4":"BritishBakeOff","5":"@carol_ann54 We do seriously respect your integrity for sticking with the healthy option. #GBBO https://t.co/S3aLrdef5H","6":"Twitter Web App","7":"82","8":"1440397080057442306","9":"2935325109","10":"carol_ann54","11":"FALSE","12":"FALSE","13":"6","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440398026984472582","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440397890015285253","3":"2021-09-21 19:29:52","4":"BritishBakeOff","5":"Lizzie should have claimed her mini rolls were inspired by Salvador Dali. #GBBO https://t.co/elx0ZtROrC","6":"Twitter Media Studio","7":"79","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"108","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440397890015285253","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440397613937819657","3":"2021-09-21 19:28:47","4":"BritishBakeOff","5":"How to sum up your feelings on modern life. #GBBO https://t.co/ITY4oIydZ3","6":"Twitter Media Studio","7":"49","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"994","14":"112","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440397613937819657","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440397542634635280","3":"2021-09-21 19:28:30","4":"BritishBakeOff","5":"There are self checkouts in supermarkets. Why not self judging on Bake Off? #GBBO https://t.co/DSbB48CnGt","6":"Twitter Media Studio","7":"81","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"141","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440397542634635280","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440396984284696589","3":"2021-09-21 19:26:16","4":"BritishBakeOff","5":"“They’re a little bit drunk”\\n- Amanda #GBBO https://t.co/GjsIAlSN94","6":"Twitter Media Studio","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"122","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440396984284696589","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440396700045090830","3":"2021-09-21 19:25:09","4":"BritishBakeOff","5":"Don’t blink when you’re near these mini rolls!! 😱😱 #GBBO https://t.co/C2NdpVtPDi","6":"Twitter Media Studio","7":"56","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"133","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440396700045090830","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440396520218529793","3":"2021-09-21 19:24:26","4":"BritishBakeOff","5":"It’s important to cover your crack in the Bake Off Tent. #GBBO https://t.co/9tq9Zc6hlF","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"107","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440396520218529793","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440396475960201218","3":"2021-09-21 19:24:15","4":"BritishBakeOff","5":"@beckythomas_ We're happy that you're happy! #GBBO","6":"Twitter Web App","7":"36","8":"1440396346561679367","9":"25739155","10":"beckythomas_","11":"FALSE","12":"FALSE","13":"5","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440396475960201218","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440396137916030977","3":"2021-09-21 19:22:55","4":"BritishBakeOff","5":"@Emma_Parkin Fine work. #GBBO https://t.co/QrKF801UyO","6":"Twitter Web App","7":"16","8":"1440395743903191041","9":"36746323","10":"Emma_Parkin","11":"FALSE","12":"FALSE","13":"4","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440396137916030977","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440396047092629527","3":"2021-09-21 19:22:33","4":"BritishBakeOff","5":"When the Bake Off ad break hits and the kitchen snack hunt begins. #GBBO https://t.co/TyipjxYVfK","6":"Twitter Media Studio","7":"72","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"228","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440396047092629527","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440395989135728651","3":"2021-09-21 19:22:19","4":"BritishBakeOff","5":"The poor Bake Off Carpet didn’t even make it to the first ad break of the series without being ruined. 😢😢😢 #GBBO https://t.co/7YDrLkV4Gg","6":"Twitter Media Studio","7":"112","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"208","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440395989135728651","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440395552101842957","3":"2021-09-21 19:20:35","4":"BritishBakeOff","5":"@Toxicolly Thankin' you! #GBBO","6":"Twitter Web App","7":"19","8":"1440395198165438466","9":"223607752","10":"Toxicolly","11":"FALSE","12":"FALSE","13":"6","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440395552101842957","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440395023011381251","3":"2021-09-21 19:18:29","4":"BritishBakeOff","5":"George is us at any point over the last 18 months. #GBBO https://t.co/dSyPEfLIhl","6":"Twitter Media Studio","7":"56","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"877","14":"135","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440395023011381251","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440394840466857996","3":"2021-09-21 19:17:45","4":"BritishBakeOff","5":"Say hello to the world’s happiest sponge. 😊 #GBBO https://t.co/ApUAiNuIjC","6":"Twitter Media Studio","7":"49","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"468","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440394840466857996","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440394129146462215","3":"2021-09-21 19:14:56","4":"BritishBakeOff","5":"Jürgen’s milk shake brings all the cakes to the tent. #GBBO https://t.co/FynJ114fDc","6":"Twitter Media Studio","7":"59","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"469","14":"26","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440394129146462215","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393939995922437","3":"2021-09-21 19:14:11","4":"BritishBakeOff","5":"Hands up if you’re a lockdown baker like Chigs! #GBBO https://t.co/6kbQp3RZEb","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"157","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393939995922437","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393842302205954","3":"2021-09-21 19:13:47","4":"BritishBakeOff","5":"“It is I, Leclerc!”\\n#GBBO #AlloAllo https://t.co/bUTCp9Klnh","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"150","14":"12","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393842302205954","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393703030362117","3":"2021-09-21 19:13:14","4":"BritishBakeOff","5":"🙂🙂🙂🙂🙂🙂 #GBBO https://t.co/7FsNfsEQ7c","6":"Twitter Media Studio","7":"12","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"576","14":"31","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393703030362117","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393605357604882","3":"2021-09-21 19:12:51","4":"BritishBakeOff","5":"Cannot be unseen. #GBBO https://t.co/fzVEeL9ok4","6":"Twitter Media Studio","7":"23","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"438","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393605357604882","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393501871521796","3":"2021-09-21 19:12:26","4":"BritishBakeOff","5":"Mullets are the best medicine. #GBBO https://t.co/msM8iLSTYa","6":"Twitter Web App","7":"36","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"53","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440393311278100484","34":"Feel like rubbish with this cold but that opening to bake off MADE MY DAY 😂🥰 #GBBO","35":"2021-09-21 19:11:41","36":"Twitter for iPhone","37":"7","38":"0","39":"829389300823367681","40":"Smithsdisco91","41":"Gill","42":"65","43":"148","44":"2486","45":"Troon, Scotland","46":"Dancing in the dark ☮️ with my dog.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393501871521796","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393313853394945","3":"2021-09-21 19:11:41","4":"BritishBakeOff","5":"Baking life. #GBBO https://t.co/fyAOe4mZXw","6":"Twitter Media Studio","7":"18","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"323","14":"17","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393313853394945","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393256777371669","3":"2021-09-21 19:11:28","4":"BritishBakeOff","5":"It’s all about to kick off in the Bake Off Tent! #GBBO https://t.co/3rAjUh0IcK","6":"Twitter Media Studio","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"113","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393256777371669","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440393071858831363","3":"2021-09-21 19:10:44","4":"BritishBakeOff","5":"@CabinClassBoy We would but Pet Bunny's agent is a NIGHTMARE to negotiate with... #GBBO","6":"Twitter Web App","7":"72","8":"1440392831583932422","9":"360527611","10":"CabinClassBoy","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440393071858831363","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440392895710720013","3":"2021-09-21 19:10:02","4":"BritishBakeOff","5":"Same, Maggie. Same. #GBBO https://t.co/GzSHtvu989","6":"Twitter Media Studio","7":"25","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"205","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440392895710720013","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440392380364951565","3":"2021-09-21 19:07:59","4":"BritishBakeOff","5":"@TheMizzCCB \"Mini Rolls pack a punch\" according to Paul. We've played Chocolate Chili Pepper Roulette before but this is taking it a bit far... #GBBO","6":"Twitter Web App","7":"137","8":"1440391584659345418","9":"506206022","10":"TheMizzCCB","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440392380364951565","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440392249188098049","3":"2021-09-21 19:07:28","4":"BritishBakeOff","5":"Spinoff TV series pitch: Matt Lucas sings well-known TV theme songs… in German… with Jürgen giving his honest critique afterwards. Slide into our DMs if interested, @Channel4. #GBBO","6":"Twitter Web App","7":"181","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"764","14":"39","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440392249188098049","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440391982015127559","3":"2021-09-21 19:06:24","4":"BritishBakeOff","5":"Life over the past 18 months. #GBBO https://t.co/51ZWaE6Qgp","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"171","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440391982015127559","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440391688640364548","3":"2021-09-21 19:05:14","4":"BritishBakeOff","5":"George is already way too relatable. #GBBO https://t.co/IN5sxHwEDy","6":"Twitter Media Studio","7":"42","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"556","14":"66","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440391688640364548","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440391607476310021","3":"2021-09-21 19:04:55","4":"BritishBakeOff","5":"Well said, Maggie! #GBBO https://t.co/sGtO6c7G2g","6":"Twitter Media Studio","7":"24","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"94","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440391607476310021","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440391389460586506","3":"2021-09-21 19:04:03","4":"BritishBakeOff","5":"Spoilers, Noel! Spoilers! #GBBO https://t.co/BTl31GkTh4","6":"Twitter Media Studio","7":"31","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"468","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440391389460586506","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440391374461800449","3":"2021-09-21 19:03:59","4":"BritishBakeOff","5":"@nickopotamus We are pre-watershed, you know. #GBBO","6":"Twitter Web App","7":"37","8":"1440391211924090888","9":"5890892","10":"nickopotamus","11":"FALSE","12":"FALSE","13":"3","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440391374461800449","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440391015890767876","3":"2021-09-21 19:02:34","4":"BritishBakeOff","5":"@S_M_A_B_S Imagine waking up with a mullet too... #GBBO","6":"Twitter Web App","7":"44","8":"1440390840682090501","9":"30534319","10":"S_M_A_B_S","11":"FALSE","12":"FALSE","13":"9","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440391015890767876","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440390882658643976","3":"2021-09-21 19:02:02","4":"BritishBakeOff","5":"The bakers have arrived! Here’s a handy guide to who is who in the Bake Off Tent 2021. #GBBO https://t.co/wFKbn3IOFt","6":"Twitter Media Studio","7":"92","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"570","14":"83","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440390882658643976","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440390743718125582","3":"2021-09-21 19:01:29","4":"BritishBakeOff","5":"To be revisited in your dreams/nightmares later. #GBBO https://t.co/Oe713kNwTr","6":"Twitter Media Studio","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1251","14":"151","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440390743718125582","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440390678169542678","3":"2021-09-21 19:01:13","4":"BritishBakeOff","5":"The Bake Off Squirrel not believing the scenes he is witnessing at the start of Bake Off. #GBBO https://t.co/59uJELmzwQ","6":"Twitter Media Studio","7":"95","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"431","14":"46","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440390678169542678","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440390348518277136","3":"2021-09-21 18:59:54","4":"BritishBakeOff","5":"The Tent is open! Welcome to The Great British Bake Off 2021! #GBBO https://t.co/9PxxLG3eOY","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"326","14":"47","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440390348518277136","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440390061871099911","3":"2021-09-21 18:58:46","4":"BritishBakeOff","5":"@HelenTWrites We have the utmost respect for your health kick. Bravo Helen, bravo! #GBBO https://t.co/D0PeyEmucz","6":"Twitter Web App","7":"74","8":"1440389111550906368","9":"823210426649419776","10":"HelenTWrites","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440390061871099911","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440388855669018629","3":"2021-09-21 18:53:58","4":"BritishBakeOff","5":"@k_louise123 We salute your assertive boundary setting skills. 🙏#GBBO","6":"Twitter Web App","7":"56","8":"1440388450088153088","9":"622126150","10":"k_louise123","11":"FALSE","12":"FALSE","13":"1","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440388855669018629","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440387355857154050","3":"2021-09-21 18:48:01","4":"BritishBakeOff","5":"@CoronaSinger Bravo! #GBBO","6":"Twitter Web App","7":"12","8":"1440386818969456647","9":"1279062905854533632","10":"CoronaSinger","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"pt","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440387355857154050","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440386596465938433","3":"2021-09-21 18:45:00","4":"BritishBakeOff","5":"Dear Bake Off fans, grab a few nibbles and please take a seat on your sofas. You will not believe what you are about to witness. Trust us on this. 😉 #GBBO https://t.co/TPTXGFD5xg","6":"Twitter Media Studio","7":"154","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"571","14":"43","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440386596465938433","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440385980729479174","3":"2021-09-21 18:42:33","4":"BritishBakeOff","5":"Right! Right? #GBBO https://t.co/InywhOthDK","6":"Twitter Web App","7":"19","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"115","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440385840450998276","34":"Everyone is counting down to 8pm right? #GBBO","35":"2021-09-21 18:42:00","36":"Twitter for Android","37":"6","38":"0","39":"881599973460234242","40":"LTunscripted","41":"sardonically hopeful","42":"1000","43":"1012","44":"8864","45":"","46":"She is the kind of a girl //\\nWho could say things that weren't that funny\\n\\nPronouns She/her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440385980729479174","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440382822049464331","3":"2021-09-21 18:30:00","4":"BritishBakeOff","5":"Not long to go until we’re back on your tellies! #GBBO https://t.co/fltyAo4jEL","6":"Twitter Media Studio","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"432","14":"15","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440382822049464331","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440380586477056005","3":"2021-09-21 18:21:07","4":"BritishBakeOff","5":"@laurajwilshaw_ @fretterz14 We've missed this 3000. #GBBO https://t.co/B9rvy4cU0j","6":"Twitter Web App","7":"29","8":"1440380146813325325","9":"1168883207833624577","10":"laurajwilshaw_","11":"FALSE","12":"FALSE","13":"3","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440380586477056005","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440379852494807044","3":"2021-09-21 18:18:12","4":"BritishBakeOff","5":"@laurajwilshaw_ @fretterz14 The universe is in balance again. Welcome back. #GBBO","6":"Twitter Web App","7":"53","8":"1440377445895471120","9":"1168883207833624577","10":"laurajwilshaw_","11":"FALSE","12":"FALSE","13":"7","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440379852494807044","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440378819274104844","3":"2021-09-21 18:14:06","4":"BritishBakeOff","5":"@kirstybaillie @RealMattLucas Nooooooo! Good luck avoiding spoilers Kirsty! #GBBO","6":"Twitter Web App","7":"51","8":"1440301215338807305","9":"40985964","10":"kirstybaillie","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440378819274104844","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440375273120223232","3":"2021-09-21 18:00:00","4":"BritishBakeOff","5":"Are you ready to meet our twelve new bakers?\\nThe Great British Bake Off. 8pm. @Channel4. #GBBO https://t.co/QstjMCOJ3r","6":"Twitter Media Studio","7":"94","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"469","14":"28","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440375273120223232","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440372894274494464","3":"2021-09-21 17:50:33","4":"BritishBakeOff","5":"@lisagibbs84 Welcome back! #GBBO https://t.co/77TanTJydD","6":"Twitter Web App","7":"19","8":"1440372548865167367","9":"17965627","10":"lisagibbs84","11":"FALSE","12":"FALSE","13":"4","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440372894274494464","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440360661515575302","3":"2021-09-21 17:01:56","4":"BritishBakeOff","5":"We first fired up our little Bake Off Twitter feed back in 2011, wondering if anyone would notice. Somehow it’s now 2021 - and the joy of tweeting along with you brilliant folks during the show is as strong as ever. Bring on 8pm! #GBBO https://t.co/dS89X3vo1I","6":"Twitter Media Studio","7":"235","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"426","14":"18","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440360661515575302","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440345074542395399","3":"2021-09-21 16:00:00","4":"BritishBakeOff","5":"All good things come to those who bake. Not long to go now!\\n\\nThe Great British Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/f5AJvCzP34","6":"Twitter Media Studio","7":"119","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"432","14":"35","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440345074542395399","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440320903938600969","3":"2021-09-21 14:23:58","4":"BritishBakeOff","5":"@EllenvWallace Our first percentage answer. Also, well done! #GBBO","6":"Twitter Web App","7":"51","8":"1440320709851430930","9":"23127568","10":"EllenvWallace","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440320903938600969","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440320188474220561","3":"2021-09-21 14:21:07","4":"BritishBakeOff","5":"@Guapaish @Channel4 Sieve and let sieve, as they* say. 👍\\n\\n*Only this account. #GBBO","6":"Twitter Web App","7":"63","8":"1440314735799406597","9":"748597232249806853","10":"Guapaish","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440320188474220561","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440318976475611141","3":"2021-09-21 14:16:18","4":"BritishBakeOff","5":"@TomButler Pssst! Paul has been bread since 2017. This rabbit hole leads all the way back to the phrase \"The Male Judge\" being spoken in 2014. Off the record, of... wait... the door... who's that? You? Impossible! WaiPLEASE IGNORE THIS TWEET. EVERYTHING IS FINE AND PAUL IS NOT BREAD. #GBBO","6":"Twitter Web App","7":"279","8":"1440288168721350661","9":"21181535","10":"TomButler","11":"FALSE","12":"FALSE","13":"4","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440318976475611141","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440315859243659268","3":"2021-09-21 14:03:55","4":"BritishBakeOff","5":"@SeykortTheresa WHAT IS GOING ON? WHAT NEXT? HMMMN? A 50 FOOT TALL THIMBLE FULL OF GASPACHO SOUP AT THE PYRAMIDS OF GIZA? HMMMN? #GBBO https://t.co/hzmg1WOcsA","6":"Twitter Web App","7":"118","8":"1440300473953570817","9":"2220031158","10":"SeykortTheresa","11":"FALSE","12":"FALSE","13":"3","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440315859243659268","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440314593729937419","3":"2021-09-21 13:58:53","4":"BritishBakeOff","5":"@SmoggyThorpes @Channel4 Brilliant. Simply brilliant. #GBBO https://t.co/oePYu9ui9t","6":"Twitter Web App","7":"34","8":"1440270004096622598","9":"819939556426387456","10":"SmoggyThorpes","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440314593729937419","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440314318638116869","3":"2021-09-21 13:57:47","4":"BritishBakeOff","5":"@Guapaish @Channel4 Please, nobody grill Lesley. We are all equally entitled to our opinions.","6":"Twitter Web App","7":"73","8":"1440292790873714693","9":"748597232249806853","10":"Guapaish","11":"FALSE","12":"FALSE","13":"5","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440314318638116869","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440314085304717314","3":"2021-09-21 13:56:52","4":"BritishBakeOff","5":"@pawswithprose @Channel4 \"Dear God, it's beautiful.\" - Jacobim Mugatu #GBBO https://t.co/Ec2gfsLNPD","6":"Twitter Web App","7":"50","8":"1440299509695713286","9":"36716423","10":"pawswithprose","11":"FALSE","12":"FALSE","13":"2","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440314085304717314","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440307836827799562","3":"2021-09-21 13:32:02","4":"BritishBakeOff","5":"Ahead of the return of #GBBO, get to know all of the bakers stepping into the Tent of Dreams tonight! https://t.co/sFdLTwr513","6":"Twitter Web App","7":"101","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"348","14":"19","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1437713135792689154","34":"It’s time to roll out the bread carpet and say hello to each of our new bakers, one by one… #GBBO https://t.co/MDzfM1YaBW","35":"2021-09-14 09:41:37","36":"Twitter Web App","37":"3816","38":"220","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440307836827799562","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440305708809916426","3":"2021-09-21 13:23:35","4":"BritishBakeOff","5":"@revkatebottley Amazing. #GBBO https://t.co/huoWrjPzWD","6":"Twitter Web App","7":"14","8":"1440279202503163904","9":"22037727","10":"revkatebottley","11":"FALSE","12":"FALSE","13":"25","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440305708809916426","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440305454949699595","3":"2021-09-21 13:22:34","4":"BritishBakeOff","5":"\"A thing of beauty is a joy forever. Or 10 weeks of televised competitive baking.\" - John Keats #GBBO https://t.co/uqOXGQLEKs","6":"Twitter Web App","7":"101","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"245","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440279202503163904","34":"Well, I’m ready @BritishBakeOff https://t.co/E3ZRx2n2wi","35":"2021-09-21 11:38:15","36":"Twitter for iPhone","37":"2549","38":"28","39":"22037727","40":"revkatebottley","41":"Kate Bottley","42":"152039","43":"3182","44":"53034","45":"Retford, UK","46":"Gogglebox, @BBCSoP @BBCRadio2 presenter, Pause for Thought, Steel City, russell@kbjmanagement.co.uk Insta: revkatebottley she/her @oasiscomhousing @babybasicsuk","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440305454949699595","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440300221980835842","3":"2021-09-21 13:01:47","4":"BritishBakeOff","5":"@chton Skull Island. We don't like to talk about it. Or make Ice Cream Sundaes for King Kong. Not anymore. #GBBO","6":"Twitter Web App","7":"105","8":"1440299079964131342","9":"17885737","10":"chton","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440300221980835842","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440299346294042632","3":"2021-09-21 12:58:18","4":"BritishBakeOff","5":"@scottygb To you too, Scott! #GBBO https://t.co/dXqENEQSuU","6":"Twitter Web App","7":"24","8":"1440233735815766022","9":"15721456","10":"scottygb","11":"FALSE","12":"FALSE","13":"8","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440299346294042632","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440298856307036161","3":"2021-09-21 12:56:21","4":"BritishBakeOff","5":"As cherries go, this may well be the biggest we've ever seen. Big shout out to Glasgow! #GBBO https://t.co/ysq0ERVdTY","6":"Twitter Web App","7":"94","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"311","14":"15","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440298337035448329","34":"#GBBO is back, life is looking sweeter and there's a @4Creative creamy fork in Glasgow city centre. https://t.co/yrvXXpCmLX","35":"2021-09-21 12:54:17","36":"Twitter Web App","37":"153","38":"10","39":"17161477","40":"lynseylynsey","41":"Lynsey Atkin","42":"953","43":"347","44":"1504","45":"","46":"Executive Creative Director @4creative Channel 4. All views my own. See also: quiz shows.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440298856307036161","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440298186816438279","3":"2021-09-21 12:53:41","4":"BritishBakeOff","5":"Obviously we won't be taking part. #GBBO","6":"Twitter Web App","7":"40","8":"1440284676170543111","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"34","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440298186816438279","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440284676170543111","3":"2021-09-21 12:00:00","4":"BritishBakeOff","5":"We’re gonna try something new - a #GBBO Sweepstake you can all take part in!\\n1) Tap the gif below to pause it\\n2) Tweet us a screenshot of which baker you’ve got before tonight’s episode (one go per person please!)\\n3) We’ll follow as many winners as we can after the Final! https://t.co/PoykUhYUAv","6":"Twitter Media Studio","7":"272","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"193","14":"23","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440284676170543111","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440269589951123466","3":"2021-09-21 11:00:03","4":"BritishBakeOff","5":"All roads lead to the Tent of Dreams!\\n\\nThe Great British Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/rwWuYJOxQB","6":"Twitter Media Studio","7":"97","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1639","14":"97","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440269589951123466","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440261238714294288","3":"2021-09-21 10:26:52","4":"BritishBakeOff","5":"We can’t wait for you to meet this lovely lot tonight! #GBBO https://t.co/OYesLaQKrp","6":"Twitter Media Studio","7":"60","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1092","14":"74","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440261238714294288","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440256750939115524","3":"2021-09-21 10:09:02","4":"BritishBakeOff","5":"@therealsarc True, true... #GBBO https://t.co/jbYG7vnAJk","6":"Twitter Web App","7":"19","8":"1440255867194990595","9":"960586806898110464","10":"therealsarc","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440256750939115524","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440256200612872194","3":"2021-09-21 10:06:51","4":"BritishBakeOff","5":"The Tent Of Dreams reopens tonight! Please form an orderly queue... #GBBO https://t.co/Y5BmTiQtSf https://t.co/OnspqoIuh8","6":"Twitter Web App","7":"97","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"235","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440253733720367104","34":"It’s #GBBO Day! @BritishBakeOff","35":"2021-09-21 09:57:03","36":"Twitter for iPhone","37":"0","38":"0","39":"91788183","40":"MrsB_UK","41":"Sarah","42":"443","43":"1024","44":"2662","45":"","46":"Hobbyist Photographer, Laugher, Worrier, Custard Eater, Heavy Metal Lover🤘🏻(in no particular order) 🇪🇺","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440256200612872194","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440253640061571081","3":"2021-09-21 09:56:41","4":"BritishBakeOff","5":"We're so glad we read this correctly. #GBBO https://t.co/e6scmKpLzZ","6":"Twitter Web App","7":"43","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"71","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440253269742211086","34":"@SueClareStewart @BritishBakeOff Happiness is a warm bun","35":"2021-09-21 09:55:12","36":"Twitter Web App","37":"7","38":"0","39":"22938752","40":"JimmyAllen71","41":"Jimmy Allen","42":"718","43":"2223","44":"33084","45":"Galway, Ireland","46":"Athlone native living in Corofin, Co Galway. Legacy Fan....","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440253640061571081","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440252936563552256","3":"2021-09-21 09:53:53","4":"BritishBakeOff","5":"@AndreaMart1n Respect! #GBBO","6":"Twitter Web App","7":"14","8":"1440252072985710595","9":"305484161","10":"AndreaMart1n","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440252936563552256","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440252471104860164","3":"2021-09-21 09:52:02","4":"BritishBakeOff","5":"@YannyBakes ALL the points Yan, have all the points! #GBBO","6":"Twitter Web App","7":"46","8":"1440062738802171905","9":"856474272935628800","10":"YannyBakes","11":"FALSE","12":"FALSE","13":"6","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440252471104860164","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440252186655555597","3":"2021-09-21 09:50:54","4":"BritishBakeOff","5":"We aren't technically doing a Beatles pun contest, but this is... fab. 🥳🙏 ❤️ #GBBO https://t.co/ceXNzxlq1Y","6":"Twitter Web App","7":"82","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"93","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440250201713754113","34":"@BritishBakeOff Yeasterday.......","35":"2021-09-21 09:43:01","36":"Twitter Web App","37":"11","38":"0","39":"457422386","40":"SueClareStewart","41":"Sue Clare Stewart 💙","42":"84","43":"349","44":"661","45":"England, United Kingdom","46":"Brummie. Mummy. Grandma. Likes: AVFC, books, golf. Hates: Tomatoes. About to enter third decade with Grant Thornton. All views are my own.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440252186655555597","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440250315748438016","3":"2021-09-21 09:43:28","4":"BritishBakeOff","5":"\"You don't know how lucky you are...\" #GBBO https://t.co/HeGMbV39kJ","6":"Twitter Web App","7":"43","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440249958834184197","34":"@BritishBakeOff Baklava In The USSR","35":"2021-09-21 09:42:03","36":"Twitter Web App","37":"11","38":"0","39":"42655229","40":"nigenet","41":"Nigel \"Socially Distant\" Moss","42":"905","43":"1628","44":"66573","45":"Sunny Buxton, Derbyshire, UK","46":"PHP developer. Prog bassist for @FulaMusic, & solo musician. #RPMChallenge participant. https://t.co/QPIdCoQzvF. Other roles were performed by members of the cast","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440250315748438016","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440249734438920197","3":"2021-09-21 09:41:09","4":"BritishBakeOff","5":"PS We're now back tonight!","6":"Twitter Web App","7":"26","8":"1440248517931384836","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"62","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440249734438920197","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440249488799518728","3":"2021-09-21 09:40:11","4":"BritishBakeOff","5":"@CatherineHewins @alesterowen @thisgirlgrows Fussy... or just 100% correct? 😉 #GBBO","6":"Twitter Web App","7":"38","8":"1440203122203238402","9":"203075637","10":"CatherineHewins","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440249488799518728","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440249342120497160","3":"2021-09-21 09:39:36","4":"BritishBakeOff","5":"We feel a spin-off coming on... #GBBO https://t.co/wZQk2JY79R","6":"Twitter Web App","7":"37","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"30","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440204031842873355","34":"Waking up this morning and remembering that the 12th series of @BritishBakeOff makes it’s glorious return tonight and you can’t wait to sit back and love every moment 🥳🥳🥳 #BakeOff #BakeOff2021 #GBBO #GBBOTwitterBakeAlong #GBBO2021 #GreatBritishBakeOff #GreatBritishBakeOff2021 https://t.co/yxTEfHleFj","35":"2021-09-21 06:39:33","36":"Twitter for iPhone","37":"2","38":"0","39":"138864365","40":"superpidge","41":"MR SUPERPIDGE","42":"37811","43":"30938","44":"1293894","45":"Derby, England","46":"I'm Superpidge, reality and TV talent show blogger, social influencer?, I'm just me. #bbuk super fan. I fulfilled the BBBOTS dream on 11.08.2017","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440249342120497160","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440248517931384836","3":"2021-09-21 09:36:19","4":"BritishBakeOff","5":"● Here Comes The Bun ☀️\\n● Let It Brie 👼\\n● Norwegian Pud 🎶\\n\\n#GBBO https://t.co/Q4KiFXMvrS","6":"Twitter Web App","7":"64","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"323","14":"13","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440067255258124291","34":"Not long to go until @BritishBakeOff. See you tomorrow evening at 8pm on @Channel4 #gbbo https://t.co/pioWRFCVSF","35":"2021-09-20 21:36:03","36":"Sprout Social","37":"1641","38":"64","39":"3769514241","40":"PrueLeith","41":"Prue Leith","42":"66440","43":"69","44":"2546","45":"","46":"Cook turned #novelist. #GBBO judge. Glasses wearer and Necklace Lover. \\nPre order my latest book The Vegetarian Kitchen\\nSocial Enq sharon@revolvemanagement.com","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440248517931384836","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440246926666993669","3":"2021-09-21 09:30:00","4":"BritishBakeOff","5":"When you remember a new series of The Great British Bake Off starts tonight. #GBBO https://t.co/S9ToL689dw","6":"Twitter Media Studio","7":"82","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"601","14":"104","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440246926666993669","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440246488173477890","3":"2021-09-21 09:28:15","4":"BritishBakeOff","5":"If there's a more perfect description of the pure rush of suddenly realising we're back on TV tonight, WE haven't read it. 🙏✍️❤️ #GBBO https://t.co/L1oDSscaPB","6":"Twitter Web App","7":"134","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"113","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440243179719061508","34":"Wait, it's #GBBO tonight??? How did I miss this? Must drop everything to bake cake for traditional eat-a-long. It'll be cake week, right? Or do I need biscuits? Both to be safe? SO excited!!! #DayMade","35":"2021-09-21 09:15:07","36":"Twitter Web App","37":"38","38":"1","39":"720978957135409152","40":"JenniAuthor","41":"Jenni Fletcher","42":"3983","43":"2698","44":"13368","45":"North UK","46":"Historical romance author, RoNA award winner, baking enthusiast and admirer of cravats. Visiting tutor BGU.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440246488173477890","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440243735166480399","3":"2021-09-21 09:17:19","4":"BritishBakeOff","5":"\"Yesterday, \\n Our first show seemed so far away...\" #GBBO https://t.co/Xgr2Rg9gn8","6":"Twitter Web App","7":"58","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"42","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440241625410662414","34":"@BritishBakeOff @Channel4 good to know it's tonight and not yesterday","35":"2021-09-21 09:08:56","36":"Twitter Web App","37":"4","38":"0","39":"1061912270362566656","40":"milena_banic","41":"Milena Banic","42":"118","43":"298","44":"109","45":"Stirling","46":"Ph.D. researcher @PENRGUstir looking into n-3 PUFAs & muscle. Started this account for research, but it has turned into a mix of everything.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440243735166480399","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440239382791798791","3":"2021-09-21 09:00:01","4":"BritishBakeOff","5":"Here we dough! Join us tonight from 8pm on @Channel4 for the new series of The Great British Bake Off! #GBBO https://t.co/Jc4kshY4xs","6":"Twitter Media Studio","7":"108","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2063","14":"221","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440239382791798791","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1440054998721695751","3":"2021-09-20 20:47:21","4":"BritishBakeOff","5":"Not long now... #GBBO https://t.co/hpjgMjpuFx","6":"Twitter Web App","7":"21","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"395","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1440052955315535877","34":"Can’t wait for #GBBO to start tomorrow! https://t.co/bP9TeR3GeV","35":"2021-09-20 20:39:14","36":"Twitter for iPhone","37":"3","38":"0","39":"197611953","40":"salma1555","41":"Salma","42":"74","43":"85","44":"3974","45":"London","46":"Teacher.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1440054998721695751","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439990236298326021","3":"2021-09-20 16:30:00","4":"BritishBakeOff","5":"It’s that special time of year known as Bake Off Eve... #GBBO https://t.co/cnfT8gqHqh","6":"Twitter Media Studio","7":"61","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2385","14":"271","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439990236298326021","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439985667564507138","3":"2021-09-20 16:11:51","4":"BritishBakeOff","5":"@iambrooke 🙏🙏🙏🙏 #GBBO","6":"Twitter Web App","7":"10","8":"1439985488606023681","9":"2497372016","10":"iambrooke","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439985667564507138","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439985578574065669","3":"2021-09-20 16:11:30","4":"BritishBakeOff","5":"@19Sunflowers We trying to concoct a Stephen \"Tiffin\" Duffy pun here but realised the time taken to do so might not justify the risk of revealing our age. #GBBO","6":"Twitter Web App","7":"146","8":"1439985063928770560","9":"1120723801459843072","10":"19Sunflowers","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439985578574065669","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439984777441026048","3":"2021-09-20 16:08:19","4":"BritishBakeOff","5":"@stephenhardie Be the miracle, Stephen. 🥐🙏😉 #GBBO","6":"Twitter Web App","7":"34","8":"1439984560029192194","9":"392266950","10":"stephenhardie","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439984777441026048","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439984457642090506","3":"2021-09-20 16:07:02","4":"BritishBakeOff","5":"@colettem1983 We totally know but unfortunately can't share that information right now. *Opens web browser*... #GBBO","6":"Twitter Web App","7":"102","8":"1439984117832093705","9":"2953314352","10":"colettem1983","11":"FALSE","12":"FALSE","13":"12","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439984457642090506","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439983965029421069","3":"2021-09-20 16:05:05","4":"BritishBakeOff","5":"@slhattersley To be honest, it's as much of a challenge as it is a question. 😉 #GBBO","6":"Twitter Web App","7":"70","8":"1439983270779932675","9":"4518935783","10":"slhattersley","11":"FALSE","12":"FALSE","13":"5","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439983965029421069","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439983752676061194","3":"2021-09-20 16:04:14","4":"BritishBakeOff","5":"@jonwatt876 Loving your work here Jon. Respect. 🙏 #GBBO","6":"Twitter Web App","7":"43","8":"1439983224596410371","9":"3182553772","10":"jonwatt876","11":"FALSE","12":"FALSE","13":"6","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439983752676061194","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439982740787666948","3":"2021-09-20 16:00:13","4":"BritishBakeOff","5":"As a new series of Bake Off arrives, we want to know… how many of these bakes have you eaten? #GBBO https://t.co/bstdLGvj9F","6":"Twitter Media Studio","7":"99","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"449","14":"31","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439982740787666948","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439981816170139663","3":"2021-09-20 15:56:33","4":"BritishBakeOff","5":"@patmunn @noelfielding11 @PaulHollywood @RealMattLucas @PrueLeith You have no idea how much we uhmmed and aaahed about that. #GBBO","6":"Twitter Web App","7":"64","8":"1439981631104864259","9":"891590190619394052","10":"patmunn","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439981816170139663","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439981464288911360","3":"2021-09-20 15:55:09","4":"BritishBakeOff","5":"If Bake Off were #Seinfeld who would be who?\\n\\nSuggestions:\\n\\nElaine = @noelfielding11 \\nGeorge = @PaulHollywood \\nJerry = @RealMattLucas \\nKramer = @PrueLeith \\n\\n#GBBO https://t.co/Nm8arY4OfO","6":"Twitter Web App","7":"162","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"46","14":"6","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"1439972390092607490","34":"Bring on the bake 🍞🥐🍰🍩🥧 #GBBO https://t.co/U9JwsLa4OE https://t.co/X4nKmI0I9u","35":"2021-09-20 15:19:05","36":"Twitter for Android","37":"1","38":"0","39":"2194857571","40":"zoefurbz","41":"Zoe","42":"147","43":"341","44":"289","45":"Loughborough","46":"Mum, Forest fan 🌳, foodie, lover of long walks and a beer in sunny pub gardens","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439981464288911360","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439892097067331590","3":"2021-09-20 10:00:02","4":"BritishBakeOff","5":"When it hits you that new Bake Off starts TOMORROW. #MondayMotivation #GBBO https://t.co/cKRpPWFacj","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1409","14":"126","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439892097067331590","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439876988492136450","3":"2021-09-20 09:00:00","4":"BritishBakeOff","5":"One more sleep! \\n🍞🥖🍰🍪🍩\\n#GBBO https://t.co/Nhk2IH8leS","6":"Twitter Media Studio","7":"28","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2720","14":"184","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439876988492136450","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439529702629130241","3":"2021-09-19 10:00:00","4":"BritishBakeOff","5":"🍞🍞🥖🥖🍰🍰🍪🍪🍩🍩\\n#GBBO https://t.co/x89qpT84f1","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1831","14":"68","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439529702629130241","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1439167315678044160","3":"2021-09-18 10:00:01","4":"BritishBakeOff","5":"🍩🍩🍩\\n🍞🍞🍞\\n🥖🥖🥖\\n🍰🍰🍰\\n🍪🍪🍪\\n#GBBO https://t.co/HbJypCnpyk","6":"Twitter Media Studio","7":"25","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2111","14":"121","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1439167315678044160","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1438871195781419008","3":"2021-09-17 14:23:20","4":"BritishBakeOff","5":"Prepare to enter the Tent of Dreams once more…\\n\\nThe Great British Bake Off returns.\\nTuesday. 8pm. @Channel4. #GBBO https://t.co/tpW8o2RScJ","6":"Twitter Media Studio","7":"114","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1244","14":"83","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1438871195781419008","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1438806910401236999","3":"2021-09-17 10:07:53","4":"BritishBakeOff","5":"🍪🍪🍪🍪\\n🍩🍩🍩🍩\\n🍞🍞🍞🍞\\n🥖🥖🥖🥖\\n🍰🍰🍰🍰\\n#GBBO https://t.co/Z51EPWhwNS","6":"Twitter Media Studio","7":"30","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1333","14":"75","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1438806910401236999","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1438444307929829376","3":"2021-09-16 10:07:02","4":"BritishBakeOff","5":"🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖\\n#GBBO https://t.co/bNjspgf6dX","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1786","14":"105","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1438444307929829376","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1438185743822753795","3":"2021-09-15 16:59:36","4":"BritishBakeOff","5":"Is your bake worthy of An Extra Slice? Find out with this handy guide. #GBBO #ExtraSlice https://t.co/ckzAxW1cE0","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"142","14":"14","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1438185743822753795","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1438080149606440963","3":"2021-09-15 10:00:00","4":"BritishBakeOff","5":"🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞🍞\\n#GBBO https://t.co/GzKDHLKJ3r","6":"Twitter Media Studio","7":"40","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1423","14":"95","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1438080149606440963","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437853661254721539","3":"2021-09-14 19:00:01","4":"BritishBakeOff","5":"At 8pm next week… it’s time for us to set foot in the Bake Off Tent once again. We cannot wait. #GBBO https://t.co/FddXe9Dpix","6":"Twitter Media Studio","7":"101","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1036","14":"34","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437853661254721539","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437803610679750658","3":"2021-09-14 15:41:08","4":"BritishBakeOff","5":"There’s a lot at stake in the upcoming series of Bake Off. You can ramp up the bun fun even more by taking part in a Series 12 Sweepstake with friends, family and random acquaintances of your choosing! Best of luck! #GBBO https://t.co/ujK1LYKgcO","6":"Twitter Web App","7":"221","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"324","14":"24","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437803610679750658","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437785710564503552","3":"2021-09-14 14:30:00","4":"BritishBakeOff","5":"🍞🍞🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩🍩\\n#GBBO https://t.co/sFQpHzuf7W","6":"Twitter Media Studio","7":"45","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1797","14":"102","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437785710564503552","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437721539315707905","3":"2021-09-14 10:15:01","4":"BritishBakeOff","5":"Meet Tom, a software developer who loves to sing and run. But when it comes to the Bake Off Tent, we’ll judge him on his bun. #GBBO https://t.co/xmR77cVr4x","6":"Twitter Web App","7":"131","8":"1437720828402143233","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"155","14":"13","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437721539315707905","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437720828402143233","3":"2021-09-14 10:12:11","4":"BritishBakeOff","5":"Meet Rochica, a junior business partner in HR. A dancer from the age of two, she hopes to become a baking star. #GBBO https://t.co/5mAb9WBf8z","6":"Twitter Web App","7":"117","8":"1437719990522810370","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"184","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437720828402143233","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437719990522810370","3":"2021-09-14 10:08:51","4":"BritishBakeOff","5":"Meet Maggie, a retired nurse and midwife who loves the great outdoors. She’s delivered plenty of babies, now she's knocking up petits-fours. #GBBO https://t.co/7JpK1fmK0Y","6":"Twitter Web App","7":"146","8":"1437719204925513733","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"164","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437719990522810370","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437719204925513733","3":"2021-09-14 10:05:44","4":"BritishBakeOff","5":"Meet Lizzie, a car production operative with a criminology degree. She has a dog called Prudence, which will fill one judge with glee. #GBBO https://t.co/QxxeYJVLNB","6":"Twitter Web App","7":"140","8":"1437718391972900868","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"150","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437719204925513733","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437718391972900868","3":"2021-09-14 10:02:30","4":"BritishBakeOff","5":"Meet Jürgen, a trombonist from the Black Forest who works in IT. He now lives with his wife and son in Sussex, overlooking the sea. #GBBO https://t.co/qYKB0SbKj4","6":"Twitter Web App","7":"137","8":"1437717591330545666","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"168","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437718391972900868","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437717591330545666","3":"2021-09-14 09:59:19","4":"BritishBakeOff","5":"Meet Jairzeno, he’s a huge fan of Caribbean spicing. He likes to blend guava with chocolate, which sounds quite enticing. #GBBO https://t.co/m3huAeJl7d","6":"Twitter Web App","7":"127","8":"1437716944451428356","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"161","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437717591330545666","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437716944451428356","3":"2021-09-14 09:56:45","4":"BritishBakeOff","5":"Meet Giuseppe, he’s a chief engineer. His Italian flavoured bakes make his three sons cheer. #GBBO https://t.co/mAh9FDZWAG","6":"Twitter Web App","7":"98","8":"1437716306862776321","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"185","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437716944451428356","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437716306862776321","3":"2021-09-14 09:54:13","4":"BritishBakeOff","5":"Meet George, he loves baking classic recipes from Greece. His Japanese Spitz dog Eli loves dancing when off the leash. #GBBO https://t.co/KE2E5Ku1K1","6":"Twitter Web App","7":"124","8":"1437715455544905729","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"165","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437716306862776321","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437715455544905729","3":"2021-09-14 09:50:50","4":"BritishBakeOff","5":"Meet Freya, she’s a psychology student. Her plant-based baking is nothing less than prudent. #GBBO https://t.co/YxVpXyBVyb","6":"Twitter Web App","7":"98","8":"1437714799685742593","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"204","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437715455544905729","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437714799685742593","3":"2021-09-14 09:48:14","4":"BritishBakeOff","5":"Meet Crystelle, she’s in an online choir. May her bakes sing loud and truly inspire. #GBBO https://t.co/FpQnYZOGne","6":"Twitter Web App","7":"90","8":"1437714088189116417","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"156","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437714799685742593","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437714088189116417","3":"2021-09-14 09:45:24","4":"BritishBakeOff","5":"Meet Chigs, who loves to jump from the sky. Brave indeed, but we’d rather eat pie. #GBBO https://t.co/GU3hU7OCXp","6":"Twitter Web App","7":"88","8":"1437713591587770370","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"170","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437714088189116417","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437713591587770370","3":"2021-09-14 09:43:26","4":"BritishBakeOff","5":"Meet Amanda, who swims outdoors and works as a detective. She can arrest any judge who says her bakes are defective. #GBBO https://t.co/IgoP3Q1Cxk","6":"Twitter Web App","7":"122","8":"1437713135792689154","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"167","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437713591587770370","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437713135792689154","3":"2021-09-14 09:41:37","4":"BritishBakeOff","5":"It’s time to roll out the bread carpet and say hello to each of our new bakers, one by one… #GBBO https://t.co/MDzfM1YaBW","6":"Twitter Web App","7":"97","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"3816","14":"220","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437713135792689154","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437552025403858948","3":"2021-09-13 23:01:25","4":"BritishBakeOff","5":"Please give a warm welcome to the Bake Off Class of 2021! #GBBO https://t.co/kTBOwyFy21","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"4722","14":"388","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437552025403858948","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437491267856916481","3":"2021-09-13 19:00:00","4":"BritishBakeOff","5":"Dear Twitter, something rather tasty is baking in our oven. It will be dished up on our feed for you to devour shortly after midnight. Enjoy! #GBBO https://t.co/aOQF25MutN","6":"Twitter Media Studio","7":"147","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1080","14":"26","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437491267856916481","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1437362923714670601","3":"2021-09-13 10:30:00","4":"BritishBakeOff","5":"In need of some #MondayMotivation? Today is the last Monday for months where you won’t have a new Bake Off to look forward to the next day! 🙌 😘 #GBBO https://t.co/Rqyz5lgzHj","6":"Twitter Media Studio","7":"149","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"3606","14":"164","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1437362923714670601","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1436358805915275269","3":"2021-09-10 16:00:00","4":"BritishBakeOff","5":"A bake for every time of year, the official GBBO book features recipes by @PaulHollywood, @PrueLeith and the 2021 bakers. Pre-order your copy today: https://t.co/IZT2iPORRq #GBBO https://t.co/t2IXWkhAYT","6":"Twitter Media Studio","7":"178","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"97","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1436358805915275269","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1436328614069477378","3":"2021-09-10 14:00:01","4":"BritishBakeOff","5":"Craving a certain spinoff show that’s a cut above? An Extra Slice returns to @Channel4 with Jo Brand and @tomallencomedy on Friday 24th September at 8pm. #GBBO #ExtraSlice https://t.co/1qoRxEndcX","6":"Twitter Media Studio","7":"171","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1031","14":"35","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1436328614069477378","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1435603841169362946","3":"2021-09-08 14:00:02","4":"BritishBakeOff","5":"Bake a date in your diaries - we're back! #GBBO https://t.co/zHVC5y0ABp","6":"Twitter Media Studio","7":"47","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"11542","14":"1236","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1435603841169362946","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1433459706266324999","3":"2021-09-02 16:00:01","4":"BritishBakeOff","5":"Loaf is in the air...\\n\\nThe Great British Bake Off. Coming Soon. #GBBO https://t.co/34ERXP54U1","6":"Twitter Media Studio","7":"69","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"9762","14":"877","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1433459706266324999","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1422119991390834691","3":"2021-08-02 09:00:02","4":"BritishBakeOff","5":"Getting up on Monday mornings like https://t.co/rKOTwkve5T","6":"Twitter Media Studio","7":"34","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"513","14":"29","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1422119991390834691","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1421149840805810177","3":"2021-07-30 16:45:00","4":"BritishBakeOff","5":"It’s all over for this series of Bake Off: The Professionals. We hope you enjoyed all the thrills, spills and skills from our pastry chefs - and the antics and wisdom from our presenters and judges. Until next time… #GBBO https://t.co/dYtpY8DWRt","6":"Twitter Media Studio","7":"221","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"398","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1421149840805810177","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1421139774191116291","3":"2021-07-30 16:05:00","4":"BritishBakeOff","5":"Do you have what it bakes to sweep our judges' palates away? Head on over to https://t.co/Heh5Y0Z6TW without delay!\\nDeadline: 11:59am on Wednesday 15th September. #GBBO https://t.co/0psxJp2pSo","6":"Twitter Media Studio","7":"168","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1421139774191116291","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420745940902633475","3":"2021-07-29 14:00:03","4":"BritishBakeOff","5":"Are you part of a duo that can bake up treats to make mouths water? If so, the time is now to show us how. Apply for the next series of Bake Off: The Professionals right away 👉 https://t.co/Heh5Y1gHLu #GBBO https://t.co/7SaiHUl2VH","6":"Twitter Media Studio","7":"206","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"47","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420745940902633475","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420368441194647557","3":"2021-07-28 13:00:00","4":"BritishBakeOff","5":"In case you missed the moment the winners were revealed on last night’s Bake Off: The Professionals… https://t.co/1mzMDEIax7","6":"Twitter Media Studio","7":"100","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"119","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420368441194647557","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420120949333139460","3":"2021-07-27 20:36:33","4":"BritishBakeOff","5":"Thanks for watching this series of Bake Off: The Professionals and tweeting along with us! It’s been an absolute pleasure. #GBBO https://t.co/eP0S42ndCW","6":"Twitter Media Studio","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"257","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420120949333139460","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420118986264621062","3":"2021-07-27 20:28:45","4":"BritishBakeOff","5":"Delightful.❤️#GBBO https://t.co/xGDMrlogmH","6":"Twitter Web App","7":"18","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"19","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420116942812336130","34":"Delightful result, delightful show. #gbbo #botp","35":"2021-07-27 20:20:38","36":"Twitter for Android","37":"3","38":"0","39":"1170977928508841985","40":"AGildedEye","41":"A Weekend in Vagus 🌈","42":"2672","43":"901","44":"124930","45":"right behind you","46":"Breathe out. \\nNB they/she. 🌈🦄🌈🌕🥩⛩️","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420118986264621062","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420117884148371461","3":"2021-07-27 20:24:22","4":"BritishBakeOff","5":"@DannsMrs Steady now. 😉 #GBBO","6":"Twitter Web App","7":"19","8":"1420117766317789188","9":"1307765285760491523","10":"DannsMrs","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420117884148371461","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420116845600911362","3":"2021-07-27 20:20:15","4":"BritishBakeOff","5":"The moment Michael & Andrew were crowned winners of Bake Off: The Professionals 2021. #GBBO https://t.co/93xqPYl1CN","6":"Twitter Media Studio","7":"95","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"165","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420116845600911362","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420115517289943043","3":"2021-07-27 20:14:58","4":"BritishBakeOff","5":"• Thanks for the lovely words! 🥳\\n• Thanks to you all for tweeting along! 🙏\\n• Thanks to every single one of our wonderful pro bakers! 👩🍳🧑🍳👨🍳\\n\\n#GBBO https://t.co/Z7WOo6vg1w","6":"Twitter Web App","7":"149","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"46","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420114076756238340","34":"@BritishBakeOff Ah I did enjoy this series, a real respite from all the madness! All the finalists were so impressive and a big well done to Michael and Andrew #GBBO","35":"2021-07-27 20:09:14","36":"Twitter Web App","37":"6","38":"0","39":"439350124","40":"sue_cade","41":"Sue Cade","42":"4300","43":"4323","44":"13864","45":"Devon, UK","46":"PR, copywriting & social media support for business & charities. Wordsmith, welly wearer. Likes fizz. Based in glorious East Devon","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420115517289943043","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420114794330341385","3":"2021-07-27 20:12:06","4":"BritishBakeOff","5":"When you realise there’s no Bake Off Pros to look forward to next Tuesday night on @Channel4… #GBBO https://t.co/VSXheJanfp","6":"Twitter Media Studio","7":"99","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"82","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420114794330341385","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420113593387913220","3":"2021-07-27 20:07:19","4":"BritishBakeOff","5":"Showpieces fit for The Final! Our three pastry chef teams gave it their all until the end. #GBBO https://t.co/tKbAPlLIsk","6":"Twitter Media Studio","7":"96","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"46","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420113593387913220","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420113515654823943","3":"2021-07-27 20:07:01","4":"BritishBakeOff","5":"Spin-off? The Great British Surf Off? The Great British Wipe Out? 🤔#GBBO #GBSO #GBWO https://t.co/7mJ2DaOHBr","6":"Twitter Web App","7":"84","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"7","14":"1","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420112696947642368","34":"@BritishBakeOff I am so happy for you guys. Ride the wave! #gbbo","35":"2021-07-27 20:03:46","36":"Twitter for iPhone","37":"1","38":"0","39":"1186999918474469377","40":"zxmxo34","41":"Lautrer Bu","42":"9","43":"114","44":"164","45":"Geb in Deutschlands Toskana","46":"Hat ne Maske auf. Hält Abstand. Wäscht sich die Hände. Ist durchgeimpft. Danke, Impfze!","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420113515654823943","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420113380174618628","3":"2021-07-27 20:06:28","4":"BritishBakeOff","5":"😳😳😳 #GBBO https://t.co/bQtpa23wxU","6":"Twitter Media Studio","7":"9","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"101","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420113380174618628","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420112742237802496","3":"2021-07-27 20:03:56","4":"BritishBakeOff","5":"This is how Michael & Andrew baked their way to victory in The Final of Bake Off: The Professionals 2021… #GBBO https://t.co/11yEKnrAVm","6":"Twitter Media Studio","7":"115","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"177","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420112742237802496","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420112464495190017","3":"2021-07-27 20:02:50","4":"BritishBakeOff","5":"They’re shocked, but Michael & Andrew really earned their success. Bravo! 👏👏 #GBBO https://t.co/NqmkIKDEgn","6":"Twitter Media Studio","7":"87","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"161","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420112464495190017","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420112324153774082","3":"2021-07-27 20:02:17","4":"BritishBakeOff","5":"Seconded! 🥳 #GBBO https://t.co/BhohJGCytf","6":"Twitter Web App","7":"17","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"22","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420111995731431427","34":"@cherish_finden @BritishBakeOff @Channel4 They are all amazing - well done to them all. Fantastic finish","35":"2021-07-27 20:00:58","36":"Twitter for iPhone","37":"3","38":"0","39":"297273229","40":"Llewellyn200","41":"Clare Walkerdine","42":"78","43":"392","44":"250","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420112324153774082","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420112168759009286","3":"2021-07-27 20:01:40","4":"BritishBakeOff","5":"Huge credit to Julien & Elise for all of their incredible creations during this series of Bake Off Pros. 👏👏 #GBBO https://t.co/a4LnJZdWuc","6":"Twitter Media Studio","7":"117","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"86","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420112168759009286","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420111412182065154","3":"2021-07-27 19:58:39","4":"BritishBakeOff","5":"Well done to Kevin & Maria Vittoria for all their amazing work throughout the series! 👏👏 #GBBO https://t.co/Mnui4c0DzH","6":"Twitter Media Studio","7":"98","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"129","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420111412182065154","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420111137933336576","3":"2021-07-27 19:57:34","4":"BritishBakeOff","5":"Congratulations to Michael & Andrew - winners of Bake Off: The Professionals 2021! 👏👏 #GBBO https://t.co/aoSNGehiiB","6":"Twitter Media Studio","7":"95","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1513","14":"54","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420111137933336576","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420110211340292098","3":"2021-07-27 19:53:53","4":"BritishBakeOff","5":"Quoted without comment. #GBBO https://t.co/5pO8E27LI7","6":"Twitter Web App","7":"29","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"28","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420108826737512457","34":"I'm not sure anything quite encompasses the general mood at the moment better than a very tired pastry chef crouched amongst the mess of their kitchen. #gbbo #BakeOffTheProfessionals https://t.co/5EtRjILPQj","35":"2021-07-27 19:48:23","36":"Twitter Web App","37":"9","38":"1","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420110211340292098","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420108401984552972","3":"2021-07-27 19:46:42","4":"BritishBakeOff","5":"Default expression for the last 18 months. #GBBO https://t.co/TwBUMXyUUR","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"283","14":"35","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420108401984552972","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420108320699035649","3":"2021-07-27 19:46:22","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/2sGDx841X7","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"116","14":"13","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420108320699035649","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420107691305881602","3":"2021-07-27 19:43:52","4":"BritishBakeOff","5":"*snaps wooden spoon* #GBBO https://t.co/HTF82I0tER","6":"Twitter Web App","7":"26","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"27","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420107460963192835","34":"bake off professionals is so intense 😂!!!! @BritishBakeOff #GBBO","35":"2021-07-27 19:42:57","36":"Twitter for iPhone","37":"1","38":"0","39":"734424965789945856","40":"Jessie23xoxo","41":"Jessie","42":"15","43":"100","44":"212","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420107691305881602","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420107554655457282","3":"2021-07-27 19:43:20","4":"BritishBakeOff","5":"We knew The Final was going to be tense but… #GBBO https://t.co/jKb1NEohh8","6":"Twitter Media Studio","7":"50","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"35","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420107554655457282","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420107431418466304","3":"2021-07-27 19:42:50","4":"BritishBakeOff","5":"Now even THE CHEFS are making baking puns. It’s grown out of control. We should have quit while we’re a-bread. #Pundemic #GBBO https://t.co/U99C6XKGQf","6":"Twitter Media Studio","7":"126","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"45","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420107431418466304","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420106597745967104","3":"2021-07-27 19:39:31","4":"BritishBakeOff","5":"Hats off to our Bake Off Pros Finalists - what wonderful, wearable creations! #GBBO https://t.co/FeibJP40G1","6":"Twitter Media Studio","7":"83","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"68","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420106597745967104","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420105666069508100","3":"2021-07-27 19:35:49","4":"BritishBakeOff","5":"@LadyMaher Our stash has melted. #GBBO","6":"Twitter Web App","7":"27","8":"1420105268059312139","9":"42446922","10":"LadyMaher","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420105666069508100","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420105471218888715","3":"2021-07-27 19:35:03","4":"BritishBakeOff","5":"The moment you spot that first red flag when dating someone… #GBBO https://t.co/vROt5FccP3","6":"Twitter Media Studio","7":"66","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"62","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420105471218888715","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420105009597984769","3":"2021-07-27 19:33:13","4":"BritishBakeOff","5":"@veefeeley #GBBO https://t.co/oZqfqjxBYD","6":"Twitter Web App","7":"5","8":"1420104643712098305","9":"295770003","10":"veefeeley","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420105009597984769","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420104905403125770","3":"2021-07-27 19:32:48","4":"BritishBakeOff","5":"If in doubt, style it out. #GBBO https://t.co/zW2eq9vnLJ","6":"Twitter Media Studio","7":"32","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"23","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420104905403125770","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420104185798930436","3":"2021-07-27 19:29:56","4":"BritishBakeOff","5":"Flappy V doesn’t come for free. #GBBO https://t.co/e763afEFzW","6":"Twitter Media Studio","7":"37","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"43","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420104185798930436","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420104137757413381","3":"2021-07-27 19:29:45","4":"BritishBakeOff","5":"OMG! This totally works! #Chenoît #GBBO https://t.co/qxzhPz0wS9","6":"Twitter Web App","7":"39","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"18","14":"1","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420103006385754127","34":"But does anyone call the judges Chenoît?\\n#Greatbritishbakeoff #GBBO\\n#Cremedelacreme https://t.co/Ej7jWS5XDQ","35":"2021-07-27 19:25:15","36":"Twitter for Android","37":"4","38":"0","39":"1034527362333978624","40":"GreatScott_P","41":"Penny Scott","42":"64","43":"212","44":"1787","45":"","46":"Ambling around.\\nViews my own and usually related to Line of Duty, Bake Off or Death in Paradise.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420104137757413381","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420104083340472332","3":"2021-07-27 19:29:32","4":"BritishBakeOff","5":"Good luck to all three teams in the final challenge of the series! Who are you tipping for victory? #GBBO https://t.co/7tKFAMhL9p","6":"Twitter Media Studio","7":"105","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"25","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420104083340472332","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420102380801118209","3":"2021-07-27 19:22:46","4":"BritishBakeOff","5":"Rita Hayworth gave good face. #GBBO https://t.co/dh1ISVCwVo","6":"Twitter Web App","7":"35","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"71","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420102249657798666","34":"He is beauty, he is grace. #gbbo #BakeOffTheProfessionals https://t.co/gQh7waoNM0","35":"2021-07-27 19:22:15","36":"Twitter Web App","37":"22","38":"0","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420102380801118209","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420101179246321666","3":"2021-07-27 19:17:59","4":"BritishBakeOff","5":"When it’s July and you see a Christmas-themed item in a shop… #GBBO https://t.co/zyD7HlaABC","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"53","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420101179246321666","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420100733547028481","3":"2021-07-27 19:16:13","4":"BritishBakeOff","5":"A rosebud to make your mouth water. 😛 #GBBO https://t.co/w0evyZ1oM6","6":"Twitter Media Studio","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"106","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420100733547028481","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420100157249622017","3":"2021-07-27 19:13:56","4":"BritishBakeOff","5":"It doesn’t bode well for a nougat if you literally can’t cut it with a sharp knife. #GBBO https://t.co/qoSjDSkl1B","6":"Twitter Media Studio","7":"89","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"48","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420100157249622017","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420099196414304256","3":"2021-07-27 19:10:07","4":"BritishBakeOff","5":"Hair loss treatments are working well for Zippy. #GBBO https://t.co/AqnsF0hRlu","6":"Twitter Media Studio","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"29","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420099196414304256","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420098536289484800","3":"2021-07-27 19:07:29","4":"BritishBakeOff","5":"And when you wake up tomorrow all your pillows will have disappeared. #GBBO https://t.co/fLykPKWLeE","6":"Twitter Web App","7":"75","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"19","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420098005781426180","34":"Just sat down to watch @BritishBakeOff with a bag of marshmallows, I doubt there’ll be many left (if any) come the end of tonight’s episode! 🤣\\n#GBBO https://t.co/ktcRP8eIqj","35":"2021-07-27 19:05:23","36":"Twitter for iPhone","37":"1","38":"0","39":"733003963994415108","40":"SnowAndBeach","41":"Grant Rivers🇬🇧","42":"9543","43":"5899","44":"54801","45":"Essex","46":"@RedBullRacing & @Max33Verstappen fan!","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420098536289484800","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420097970398277636","3":"2021-07-27 19:05:14","4":"BritishBakeOff","5":"Not convinced by the latest UFO footage declassified by the Pentagon. #GBBO https://t.co/L3bd6lAETI","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"28","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420097970398277636","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420097729292812288","3":"2021-07-27 19:04:17","4":"BritishBakeOff","5":"Every time. #GBBO https://t.co/2CKIEZCP3u","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"61","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420097729292812288","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420097306725163010","3":"2021-07-27 19:02:36","4":"BritishBakeOff","5":"@LynnKnight01 Phew! I mean, we admire your dedication but even we thought \"Wow. Lynne REALLY means business here.\" #GBBO","6":"Twitter Web App","7":"106","8":"1420094071704588289","9":"941378811567931392","10":"LynnKnight01","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420097306725163010","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420097002554134539","3":"2021-07-27 19:01:24","4":"BritishBakeOff","5":"Here we go folks - welcome to The Final of Bake Off: The Professionals! We hope you’ll tweet along with us for the next hour and enjoy the ride! #GBBO https://t.co/uP3UoNQ99M","6":"Twitter Media Studio","7":"150","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"92","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420097002554134539","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420096928491229191","3":"2021-07-27 19:01:06","4":"BritishBakeOff","5":"It's like sneezing and keeping your eyes open, only much lower stakes. #GBBO https://t.co/bobNC66SdW","6":"Twitter Web App","7":"76","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"20","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1420096719455494144","34":"It is impossible to watch #GBBO without looking at Twitter","35":"2021-07-27 19:00:16","36":"Twitter for iPad","37":"3","38":"0","39":"885150121","40":"realalanwiggins","41":"Alan Wiggins","42":"1062","43":"976","44":"15442","45":"","46":"Still haven't tweeted anything amusing","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420096928491229191","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420096411580907521","3":"2021-07-27 18:59:03","4":"BritishBakeOff","5":"@WTairu Gracias! #GBBO","6":"Twitter Web App","7":"14","8":"1420095576381837317","9":"1694352456","10":"WTairu","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"es","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420096411580907521","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420094945117999112","3":"2021-07-27 18:53:13","4":"BritishBakeOff","5":"It's almost time! Which team will win? #GBBO https://t.co/6Lmh9XHmzt https://t.co/XMWXkczwcC","6":"Twitter Web App","7":"68","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420094945117999112","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420092566293336066","3":"2021-07-27 18:43:46","4":"BritishBakeOff","5":"URGENT: Nobody switch off the Olymp-OH! You mean change channels! As you were. #GBBO https://t.co/RZKZrQHG6E","6":"Twitter Web App","7":"84","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1419992656478887937","34":"@BritishBakeOff For you, Bake Off, I will switch off the Olympics!!","35":"2021-07-27 12:06:46","36":"Twitter for iPhone","37":"0","38":"0","39":"941378811567931392","40":"LynnKnight01","41":"Lynn Knight","42":"79","43":"387","44":"5371","45":"Barnard Castle, England","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420092566293336066","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420091174191259648","3":"2021-07-27 18:38:14","4":"BritishBakeOff","5":"All good things... #GBBO https://t.co/6PmqCpgOxN","6":"Twitter Web App","7":"24","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"14","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1419955410149195810","34":"@BritishBakeOff @Channel4 I don’t want it to end!!","35":"2021-07-27 09:38:45","36":"Twitter for iPhone","37":"1","38":"0","39":"2246517874","40":"AuntySheShe","41":"Sheelagh Rogers","42":"190","43":"1617","44":"4329","45":"Abingdon","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420091174191259648","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420089647196221442","3":"2021-07-27 18:32:10","4":"BritishBakeOff","5":"Deep breaths. The Final of Bake Off Pros is almost upon us… #GBBO https://t.co/Xd6dD8g2Ch","6":"Twitter Web App","7":"65","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"54","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1419945657561862152","34":"Just three teams remain to battle it out in tonight’s Final of Bake Off Pros. But who will emerge victorious? Join us at 8pm on @Channel4 to find out! #GBBO https://t.co/Yinn6J0Qt3","35":"2021-07-27 09:00:00","36":"Twitter Media Studio","37":"106","38":"3","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420089647196221442","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420085333639802880","3":"2021-07-27 18:15:02","4":"BritishBakeOff","5":"@janet_faz Love the word \"giddy\"! #GBBO","6":"Twitter Web App","7":"28","8":"1420085020237127681","9":"859397667365023745","10":"janet_faz","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420085333639802880","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420084003890204680","3":"2021-07-27 18:09:45","4":"BritishBakeOff","5":"Not long to go now... #GBBO https://t.co/Y0OGtyTHAA","6":"Twitter Web App","7":"27","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"16","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420084003890204680","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420081552969506817","3":"2021-07-27 18:00:00","4":"BritishBakeOff","5":"Trying to release that tension ahead of what promises to be a very nervy Final on Bake Off: The Professionals! #GBBO https://t.co/cJQEsaIyWu","6":"Twitter Media Studio","7":"116","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"57","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420081552969506817","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420079816523620359","3":"2021-07-27 17:53:06","4":"BritishBakeOff","5":"@LynnKnight01 We can ask for no more than this. Thank you. #GBBO","6":"Twitter Web App","7":"50","8":"1419992656478887937","9":"941378811567931392","10":"LynnKnight01","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420079816523620359","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420079729533673472","3":"2021-07-27 17:52:45","4":"BritishBakeOff","5":"@artoostacetoo 8pm! It is The Final tonight so you have [checks watch] 1 hour to cram view every episode so far. #GBBO","6":"Twitter Web App","7":"103","8":"1419782819304312841","9":"19618700","10":"artoostacetoo","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420079729533673472","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420066452804014084","3":"2021-07-27 17:00:00","4":"BritishBakeOff","5":"Twelve teams started the competition. Just three remain. There can only be one winner of Bake Off: The Professionals 2021… #GBBO https://t.co/SwcdHptOjb","6":"Twitter Media Studio","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"68","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420066452804014084","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1420006059884875835","3":"2021-07-27 13:00:01","4":"BritishBakeOff","5":"It’s the grand final of Bake Off: The Professionals at 8pm on @Channel4 tonight! Here’s a glimpse of the thrills, spills and skills that await… #GBBO https://t.co/Zg1eogvZAU","6":"Twitter Media Studio","7":"149","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"65","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1420006059884875835","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1419981147459801089","3":"2021-07-27 11:21:02","4":"BritishBakeOff","5":"When you remember there’s the grand Final of Bake Off Pros to look forward to tonight! #GBBO https://t.co/IOrq448xbl","6":"Twitter Media Studio","7":"92","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"194","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1419981147459801089","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1419945657561862152","3":"2021-07-27 09:00:00","4":"BritishBakeOff","5":"Just three teams remain to battle it out in tonight’s Final of Bake Off Pros. But who will emerge victorious? Join us at 8pm on @Channel4 to find out! #GBBO https://t.co/Yinn6J0Qt3","6":"Twitter Media Studio","7":"156","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"106","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1419945657561862152","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1419643677043937281","3":"2021-07-26 13:00:02","4":"BritishBakeOff","5":"It’s the grand final of Bake Off: The Professionals this Tuesday! You don’t want to miss it… #GBBO https://t.co/rKtA8dSvYS","6":"Twitter Media Studio","7":"98","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"82","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1419643677043937281","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1419583267406323713","3":"2021-07-26 09:00:00","4":"BritishBakeOff","5":"Welcome to another new week. Good luck. #MondayMotivation #GBBO https://t.co/dvu2eEQc2N","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"101","14":"8","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1419583267406323713","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1418545169784246275","3":"2021-07-23 12:14:58","4":"BritishBakeOff","5":"Attention pastry chefs! Applications are now open for the next series of Bake Off: The Professionals! So if you're part of a daring duo who want to impress our judges with your culinary creations, then it's time to apply right away 👉 https://t.co/Heh5Y0Z6TW #GBBO https://t.co/nX18ZnaamN","6":"Twitter Media Studio","7":"263","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1418545169784246275","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1418511211348512771","3":"2021-07-23 10:00:02","4":"BritishBakeOff","5":"If only. #GBBO https://t.co/gi47RDFTID","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"176","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1418511211348512771","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1418194126558928899","3":"2021-07-22 13:00:03","4":"BritishBakeOff","5":"When the heat gets too much… #heatwave #GBBO https://t.co/tNtIcgl9Ua","6":"Twitter Media Studio","7":"44","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"98","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1418194126558928899","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417782652883460103","3":"2021-07-21 09:45:00","4":"BritishBakeOff","5":"Checking the weather forecast and seeing another hot night in store… #heatwave #GBBO https://t.co/i9evodRDnM","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"83","14":"5","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417782652883460103","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417582591654367236","3":"2021-07-20 20:30:01","4":"BritishBakeOff","5":"Thanks for joining us on the penultimate #GBBO tweetalong of the series. See you for next Tuesday’s Final, which will be full of great bakes, nail biting drama, eyebrow raises and... https://t.co/wfhXTNbLjd","6":"Twitter Media Studio","7":"182","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"42","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417582591654367236","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417579377919991812","3":"2021-07-20 20:17:15","4":"BritishBakeOff","5":"Can you believe it’s the Final of Bake Off Pros next week? Here’s a tasty glimpse of what lies in store as the ultimate baking battle reaches its climax… #GBBO https://t.co/4D8kmla2Of","6":"Twitter Media Studio","7":"159","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"29","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417579377919991812","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417578292350177287","3":"2021-07-20 20:12:56","4":"BritishBakeOff","5":"Well done to the three teams who have made it through to next week’s Bake Off Pros Final! Who are you tipping for victory? #GBBO https://t.co/M4e173veYN","6":"Twitter Web App","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"76","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417578292350177287","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417577242650107906","3":"2021-07-20 20:08:46","4":"BritishBakeOff","5":"@skippity_doo Sorry! #GBBO","6":"Twitter Web App","7":"12","8":"1417575413774159879","9":"15983349","10":"skippity_doo","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417577242650107906","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417576890857140228","3":"2021-07-20 20:07:22","4":"BritishBakeOff","5":"Until next week, let's not say \"au revoir, no. Let's just say \"a-choux\". #GBBO https://t.co/yGZgxG0r3M","6":"Twitter Web App","7":"78","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"22","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1417575597480493068","34":"Oh my goodness! How is next week the final of the @BritishBakeOff I am having withdrawals already","35":"2021-07-20 20:02:14","36":"Twitter for iPhone","37":"24","38":"2","39":"299778437","40":"DragonsandDaffs","41":"Rhianydd Webb","42":"692","43":"516","44":"4315","45":"Abercynon, Wales","46":"sugarcraft tutor, cake designer and author since 1999, obsessed with nature, woodlands and faerie, find me on https://t.co/0t1NGwhWrn","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417576890857140228","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417576873643626500","3":"2021-07-20 20:07:18","4":"BritishBakeOff","5":"Life. #GBBO https://t.co/PaxgujVW6f","6":"Twitter Media Studio","7":"11","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"70","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417576873643626500","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417575789294411779","3":"2021-07-20 20:03:00","4":"BritishBakeOff","5":"It's gonna be tense! #GBBO https://t.co/9HMVAbfbuY","6":"Twitter Web App","7":"26","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"14","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1417575645538922496","34":"Can’t wait to watch the final next week 😊😊#GBBO","35":"2021-07-20 20:02:25","36":"Twitter for iPhone","37":"0","38":"0","39":"1036691070292291584","40":"Nav815","41":"Nav81","42":"35","43":"60","44":"4398","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417575789294411779","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417575763793035264","3":"2021-07-20 20:02:54","4":"BritishBakeOff","5":"If you go down to the woods today… #GBBO https://t.co/6cB7RMCubO","6":"Twitter Media Studio","7":"40","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"39","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417575763793035264","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417574694446931971","3":"2021-07-20 19:58:39","4":"BritishBakeOff","5":"When baking a chocolate tree goes wrong… #GBBO https://t.co/iwtza028kl","6":"Twitter Media Studio","7":"46","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"539","14":"43","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417574694446931971","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417574421821337600","3":"2021-07-20 19:57:34","4":"BritishBakeOff","5":"We’re sad to say goodbye to Geanina & George tonight - thank you so much for all the bakes, laughs and love on our show! ❤️❤️ #GBBO https://t.co/k77IATvmJg","6":"Twitter Media Studio","7":"135","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"838","14":"23","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417574421821337600","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417574143109779465","3":"2021-07-20 19:56:27","4":"BritishBakeOff","5":"Well done to Kevin & Maria Vittoria - our Semi Final winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/VP8OEusJzX","6":"Twitter Media Studio","7":"105","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"53","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417574143109779465","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417573973907447810","3":"2021-07-20 19:55:47","4":"BritishBakeOff","5":"Baked with pure imagination. #GBBO https://t.co/hKTgSHsyfp","6":"Twitter Web App","7":"34","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"38","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1417572817097342979","34":"#GBBO https://t.co/2p57ydR8v2","35":"2021-07-20 19:51:11","36":"Twitter Web App","37":"4","38":"0","39":"938504322094194688","40":"ShortForOlena","41":"Lal","42":"45","43":"499","44":"925","45":"United Kingdom","46":"it takes effort to be this sane","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417573973907447810","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417573718906245123","3":"2021-07-20 19:54:46","4":"BritishBakeOff","5":"When Teddy Bears’ Picnic goes wrong… #GBBO https://t.co/irLj7srAYy","6":"Twitter Media Studio","7":"42","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"65","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417573718906245123","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417573193896931331","3":"2021-07-20 19:52:41","4":"BritishBakeOff","5":"Inside the dreams of a Bake Off fan. #GBBO https://t.co/JwNdpV6lau","6":"Twitter Media Studio","7":"42","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417573193896931331","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417572880288780296","3":"2021-07-20 19:51:26","4":"BritishBakeOff","5":"When you check Twitter and see all the Bake Off Innuendo. #GBBO https://t.co/3sivaLaHNB","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"57","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417572880288780296","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417572709832216584","3":"2021-07-20 19:50:45","4":"BritishBakeOff","5":"Stunning! The Teddy Bears’ Picnic Showpiece from Julien & Elise. #GBBO https://t.co/sM0xxSV0ws","6":"Twitter Media Studio","7":"74","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"43","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417572709832216584","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417571198133809156","3":"2021-07-20 19:44:45","4":"BritishBakeOff","5":"If you could send a message back in time to your 2019 self… #GBBO https://t.co/fYlgK97GCI","6":"Twitter Media Studio","7":"65","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"60","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417571198133809156","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417570976091541504","3":"2021-07-20 19:43:52","4":"BritishBakeOff","5":"We’re aware of accusations made in the media that our social content contains innuendo of an adult nature. We utterly refute this and hope viewers can instead focus on enjoying the Semi Final of Bake Off: The Professionals. #GBBO https://t.co/JIAOjb2qFp","6":"Twitter Media Studio","7":"229","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"908","14":"43","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417570976091541504","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417570735393021953","3":"2021-07-20 19:42:55","4":"BritishBakeOff","5":"The world doesn’t appreciate what an amazing invention candy floss is. #GBBO https://t.co/unc3eUpxJu","6":"Twitter Media Studio","7":"76","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"75","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417570735393021953","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417570395696287747","3":"2021-07-20 19:41:34","4":"BritishBakeOff","5":"Beware a bear on a swing. Always ends in tears. #GBBO https://t.co/Y3GFRwWzgp","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"54","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417570395696287747","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417570265199005699","3":"2021-07-20 19:41:03","4":"BritishBakeOff","5":"Good grief. #GBBO https://t.co/rEZvJzIz4h","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"179","14":"27","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417570265199005699","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417568777517125634","3":"2021-07-20 19:35:08","4":"BritishBakeOff","5":"Get in my mouth! #GBBO https://t.co/MkvHMLDwPc","6":"Twitter Media Studio","7":"22","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"109","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417568777517125634","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417568620293591043","3":"2021-07-20 19:34:30","4":"BritishBakeOff","5":"After the cancellation of Noel’s House Party in 1999, parts of Mr Blobby were sold off to the British cake industry and are still in circulation today. #GBBO https://t.co/zrqrLi1KNm","6":"Twitter Media Studio","7":"157","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"124","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417568620293591043","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417568137734668292","3":"2021-07-20 19:32:35","4":"BritishBakeOff","5":"You had us at Chocolate Bears. 😜 #GBBO https://t.co/6ny3MIvsTK","6":"Twitter Media Studio","7":"38","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"52","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417568137734668292","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417567700495306760","3":"2021-07-20 19:30:51","4":"BritishBakeOff","5":"For this week’s Showpiece, the chefs must recreate Madonna’s Blond Ambition Tour from 1990. #GBBO https://t.co/8lwr0bOY61","6":"Twitter Media Studio","7":"97","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"94","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417567700495306760","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417566590770495488","3":"2021-07-20 19:26:27","4":"BritishBakeOff","5":"Bake your way to a banging body. #GBBO @liamcbakes https://t.co/SEvhdjZwnf","6":"Twitter Media Studio","7":"50","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"41","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417566590770495488","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417566413804408834","3":"2021-07-20 19:25:44","4":"BritishBakeOff","5":"The sentiment we need right now. ❤️❤️ #GBBO https://t.co/Z7y6zMAvcv","6":"Twitter Media Studio","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"196","14":"13","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417566413804408834","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417566266336944131","3":"2021-07-20 19:25:09","4":"BritishBakeOff","5":"The stunning miniature treats from our Bake Off Pros semi finalists. Which ones would you tuck into first? #GBBO https://t.co/K8oA3AqiI3","6":"Twitter Media Studio","7":"112","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417566266336944131","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417563911566544899","3":"2021-07-20 19:15:48","4":"BritishBakeOff","5":"💅 #GBBO https://t.co/fZQHcOWOxg","6":"Twitter Media Studio","7":"7","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"145","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417563911566544899","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417563828234113036","3":"2021-07-20 19:15:28","4":"BritishBakeOff","5":"Cowpats? @tomallencomedy’s really put his foot in it! 🐮🐮🐮 #GBBO https://t.co/na7LbqR70C","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417563828234113036","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417563409160314883","3":"2021-07-20 19:13:48","4":"BritishBakeOff","5":"When a great bake really hits the spot... #GBBO https://t.co/Z0UIkY513S","6":"Twitter Media Studio","7":"47","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"55","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417563409160314883","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417563237906849803","3":"2021-07-20 19:13:07","4":"BritishBakeOff","5":"To celebrate the 25th anniversary of the @SpiceGirls, our two presenters have become one. #GBBO @tomallencomedy @liamcbakes https://t.co/gnaxtFdzcy","6":"Twitter Media Studio","7":"123","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"37","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417563237906849803","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417562344314507273","3":"2021-07-20 19:09:34","4":"BritishBakeOff","5":"Some things look so damn tasty they make hunger irrelevant. #GBBO https://t.co/XCtLk2Hxni","6":"Twitter Web App","7":"65","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"16","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1417562003602878464","34":"Just eaten my tea but I could absolutely smash those savoury petits fours on #GBBO","35":"2021-07-20 19:08:13","36":"Twitter for Android","37":"3","38":"0","39":"133888639","40":"embroidertruth","41":"Everybody Loves Quiche","42":"359","43":"509","44":"23037","45":"republic of Humberside","46":"Green. Roller derby. Feminism. Truth. BLM. Education. Owls. Europe. Bees. Hull. ( she/ her ). Cover photo by @smolrobots","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417562344314507273","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417562030555471873","3":"2021-07-20 19:08:19","4":"BritishBakeOff","5":"@WatchingTVnFilm No joke... #GBBO https://t.co/PEFtmhoebu","6":"Twitter Web App","7":"16","8":"1417561669857906695","9":"1359131601611980808","10":"WatchingTVnFilm","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417562030555471873","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417561620159533057","3":"2021-07-20 19:06:41","4":"BritishBakeOff","5":"We’re getting serious Liam Neeson in Taken vibes from Benoit tonight. #GBBO https://t.co/y4CO4gCgiM","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417561620159533057","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417561017916211207","3":"2021-07-20 19:04:18","4":"BritishBakeOff","5":"It's Bake Off O' Clock! ⏰🥳#GBBO https://t.co/2q61ljV6iQ","6":"Twitter Web App","7":"31","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417561017916211207","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417560440331177985","3":"2021-07-20 19:02:00","4":"BritishBakeOff","5":"And breathe... #GBBO https://t.co/T1gEH0r5so","6":"Twitter Web App","7":"21","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"25","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1417560111778865155","34":"Time for a bit of #GBBO #bakeoff to soothe my anxious mind","35":"2021-07-20 19:00:42","36":"Twitter for iPhone","37":"2","38":"0","39":"1384171735","40":"kirk_72","41":"Kirsty","42":"961","43":"628","44":"31559","45":"Leeds","46":"#Music #Books #Theatre #Musicals #Crafts #Leeds. Tweets & retweets are my own opinions. Choc Lit panel reader. she/her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417560440331177985","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417547633762111488","3":"2021-07-20 18:11:07","4":"BritishBakeOff","5":"Proof that our bakers truly are a batch of good eggs. #GBBO https://t.co/MiHoYhZT5a","6":"Twitter Web App","7":"59","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"41","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1416834893452038147","34":"Some of my favorite IG content is seeing pictures of #GBBO contestants meet up with each other","35":"2021-07-18 18:58:56","36":"Twitter for iPhone","37":"5","38":"0","39":"334711040","40":"JulieE_R","41":"Julie E-R","42":"71","43":"587","44":"685","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417547633762111488","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417544980537688073","3":"2021-07-20 18:00:34","4":"BritishBakeOff","5":"Not long to go now! Who are you hoping makes it through to next week’s Final? #GBBO https://t.co/OIdVydIbBO","6":"Twitter Web App","7":"83","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"38","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1417515025632215046","34":"The Euros and Wimbledon may be over, but it’s not the end of tense Semis this summer! \\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/nS0YhJcYCm","35":"2021-07-20 16:01:32","36":"Twitter Media Studio","37":"79","38":"6","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417544980537688073","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417515025632215046","3":"2021-07-20 16:01:32","4":"BritishBakeOff","5":"The Euros and Wimbledon may be over, but it’s not the end of tense Semis this summer! \\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/nS0YhJcYCm","6":"Twitter Media Studio","7":"146","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417515025632215046","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417514641622663169","3":"2021-07-20 16:00:01","4":"BritishBakeOff","5":"We hope @tomallencomedy has been doing some catching practice ahead of tonight’s Bake Off Pros Semi Final! #GBBO https://t.co/nKcKfJGRZS","6":"Twitter Media Studio","7":"112","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"50","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417514641622663169","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417495015354507267","3":"2021-07-20 14:42:02","4":"BritishBakeOff","5":"One thing's éclair, life would be twice as nice with these perfect passion fruit pâtisseries. Order the Bake Off Box by Saturday 31st July to get the recipe, all the dry ingredients and a unique piece of #GBBO equipment 👉 https://t.co/cesNmgiaxB. (UK only). https://t.co/gsJv8cJnEN","6":"Twitter Web App","7":"257","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"46","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417495015354507267","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417484438263509001","3":"2021-07-20 14:00:00","4":"BritishBakeOff","5":"Coming up in the Semi Final of Bake Off Pros tonight… #GBBO https://t.co/3fVvmhSwfO","6":"Twitter Media Studio","7":"59","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"70","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417484438263509001","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1417046559330422784","3":"2021-07-19 09:00:01","4":"BritishBakeOff","5":"We really need a Benoit Alarm Clock to wake us on a Monday morning. #MondayMotivation #GBBO https://t.co/dApnuvc5C5","6":"Twitter Media Studio","7":"91","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"73","14":"6","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1417046559330422784","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415989592159924224","3":"2021-07-16 11:00:01","4":"BritishBakeOff","5":"When you check the weekend forecast and it’s ☀️☀️☀️ https://t.co/bxxjSXD3G6","6":"Twitter Media Studio","7":"51","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"179","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415989592159924224","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415295018760347648","3":"2021-07-14 13:00:02","4":"BritishBakeOff","5":"Inside your head after doing too much doomscrolling. https://t.co/shE9vTebhb","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"110","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415295018760347648","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415047591612620807","3":"2021-07-13 20:36:50","4":"BritishBakeOff","5":"Thanks for tweeting with us on Bake Off Pros. We hate farewells, so over to Benoit… #GBBO https://t.co/7g1q8lvaIN","6":"Twitter Media Studio","7":"89","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"73","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415047591612620807","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415044597424791558","3":"2021-07-13 20:24:56","4":"BritishBakeOff","5":"@ConnorT1912 There's an innuendo in this tweet? We'll have to get to the bottom of this. #GBBO","6":"Twitter Web App","7":"81","8":"1415042642807824384","9":"878951183171407872","10":"ConnorT1912","11":"FALSE","12":"FALSE","13":"744","14":"25","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415044597424791558","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415043612937752578","3":"2021-07-13 20:21:02","4":"BritishBakeOff","5":"Are you ready for this Semi? Here’s what lies in store next week on the penultimate Bake Off Pros! #GBBO https://t.co/O3iGATwnw5","6":"Twitter Media Studio","7":"104","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"36","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415043612937752578","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415042973922910211","3":"2021-07-13 20:18:29","4":"BritishBakeOff","5":"@VicCollins89 Why thank you! Yes, all the socials. Versatility is everything. 😉#GBBO","6":"Twitter Web App","7":"70","8":"1415039369577046016","9":"750421422","10":"_thelittlecroc_","11":"FALSE","12":"FALSE","13":"392","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415042973922910211","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415041307983204356","3":"2021-07-13 20:11:52","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/h4e1pFn85M","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"67","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415041307983204356","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415040055031255055","3":"2021-07-13 20:06:53","4":"BritishBakeOff","5":"@DelightfulDame Perhaps our favourite reply, ever. #GBBO","6":"Twitter Web App","7":"40","8":"1415039194972491779","9":"115331588","10":"DelightfulDame","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415040055031255055","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415039497574789126","3":"2021-07-13 20:04:41","4":"BritishBakeOff","5":"D - delicious\\nI - impressive\\nS - spectacular\\nC - creative\\nO - ohmygodineedcakenow\\n#GBBO https://t.co/ElZt59NHed","6":"Twitter Media Studio","7":"87","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"53","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415039497574789126","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415039139947352072","3":"2021-07-13 20:03:15","4":"BritishBakeOff","5":"You’ve got to fight.\\nFor your right.\\nTo https://t.co/YWx73oFEJO","6":"Twitter Media Studio","7":"39","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"75","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415039139947352072","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415039022670532612","3":"2021-07-13 20:02:47","4":"BritishBakeOff","5":"@Anjipowerr @PrestigePatiss Thanks for joining us! #GBBO https://t.co/4Rz2FAigcN","6":"Twitter Web App","7":"28","8":"1415038233755410433","9":"23191736","10":"Anjipowerr","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415039022670532612","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415038301149487110","3":"2021-07-13 19:59:55","4":"BritishBakeOff","5":"Ah, we miss those days of youth when eating was so much simpler. And accompanied by aeroplane noises. #GBBO @tomallencomedy https://t.co/9ShZKI8mjW","6":"Twitter Media Studio","7":"123","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415038301149487110","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415037813326852099","3":"2021-07-13 19:57:59","4":"BritishBakeOff","5":"They’ve come so far and it’s sad to see them go, but Lerrick & Lineker have so much to be proud of and we wish them well. #GBBO https://t.co/VRziap1J4B","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"102","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415037813326852099","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415037669231505413","3":"2021-07-13 19:57:25","4":"BritishBakeOff","5":"Well done to Michael & Andrew - winners of the Quarter Final on Bake Off: The Professionals! #GBBO https://t.co/UGzqBczWWS","6":"Twitter Media Studio","7":"102","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"88","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415037669231505413","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415037114274795527","3":"2021-07-13 19:55:12","4":"BritishBakeOff","5":"The perfect gif to sum up society does not exi-\\n#GBBO https://t.co/onDHuMYegT","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"128","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415037114274795527","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415036931696648195","3":"2021-07-13 19:54:29","4":"BritishBakeOff","5":"Please milk responsibly, people.🥛 #GBBO https://t.co/vHfYPTTLLQ","6":"Twitter Web App","7":"39","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"21","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1415036590624280582","34":"@beardedguy50 Probably once a year for me but #GBBO was making me feel so hungry I had to go and get a pint of milk 😂","35":"2021-07-13 19:53:07","36":"Twitter for Android","37":"6","38":"0","39":"2794025435","40":"ccshoreditch","41":"CC Shoreditch","42":"4555","43":"2037","44":"154207","45":"","46":"Son of an EastEnd landlady & adopted dad to a stubborn Welsh Terrier called Daisy\\n\\nInventor of the 'double Cosmopolitan' & the 'FuckIt' 3pm double Gin & Tonic","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415036931696648195","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415036367726317575","3":"2021-07-13 19:52:14","4":"BritishBakeOff","5":"How every anecdote over the last year ends… #GBBO https://t.co/V9d6ueLrT2","6":"Twitter Media Studio","7":"49","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415036367726317575","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415034026851717127","3":"2021-07-13 19:42:56","4":"BritishBakeOff","5":"Why is this gif so mesmerising? #GBBO https://t.co/HWfqwU1UXN","6":"Twitter Web App","7":"37","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"20","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1415031843209031690","34":"@BritishBakeOff disco theme hoping to see a disco ball and a coloured dance floor . And @cherish_finden dancing 💃 in a gorgeous 70s dress https://t.co/EbDc3NCme7","35":"2021-07-13 19:34:16","36":"Twitter for iPhone","37":"19","38":"3","39":"101596630","40":"sunnyflower20","41":"the cheeky one! 🌻","42":"1254","43":"2790","44":"21559","45":"Devon UK","46":"2x #breastcancer survivor #couchto10k #kickedcancersarse #paddleboarding #westiesarebesties #bookworm #loveDevon #NF1 @westiefergus is my fur baby 😘","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415034026851717127","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415033306735857670","3":"2021-07-13 19:40:05","4":"BritishBakeOff","5":"Unlikely. #GBBO https://t.co/vbYLA6jJHG","6":"Twitter Media Studio","7":"15","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"4737","14":"848","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415033306735857670","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415032822587346944","3":"2021-07-13 19:38:09","4":"BritishBakeOff","5":"Little treats with huge appeal. Here are the petits gateaux knocked up by our Quarter Finalists on Bake Off Pros. #GBBO https://t.co/qLtWvxJVL5","6":"Twitter Media Studio","7":"119","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415032822587346944","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415032580697636869","3":"2021-07-13 19:37:11","4":"BritishBakeOff","5":"Is there something you should dough? We’re proud to report Benoit’s audition for Duran Duran has been successful. Welcome to the band! #GBBO https://t.co/4PFOzzC8FW","6":"Twitter Web App","7":"140","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"85","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415032580697636869","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415031358779531268","3":"2021-07-13 19:32:20","4":"BritishBakeOff","5":"A perfect pun on every con-seive-able level. Bravo. #GBBO https://t.co/9xF4MM8ThO","6":"Twitter Web App","7":"57","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"15","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1415031005799493636","34":"Benoit came dressed as Seive McQueen tonight #GBBO","35":"2021-07-13 19:30:56","36":"Twitter for Android","37":"1","38":"0","39":"51298223","40":"BrainDough","41":"Brian Dow 😷","42":"25","43":"266","44":"847","45":"Scotland (The 'Heed)","46":"Westminster can ram it!","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415031358779531268","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415031228298846208","3":"2021-07-13 19:31:49","4":"BritishBakeOff","5":"*BREAKING NEWS*\\nCamera operator stuck in Chocolate Showpiece.\\nRescue effort underway.\\n#GBBO https://t.co/zGy8n23AOx","6":"Twitter Media Studio","7":"91","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415031228298846208","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415030677481926657","3":"2021-07-13 19:29:38","4":"BritishBakeOff","5":"Everyday sayings but with a Bake Off twist. #GBBO https://t.co/fQbD0CEgcR","6":"Twitter Web App","7":"49","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"39","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415030677481926657","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415029928878297093","3":"2021-07-13 19:26:39","4":"BritishBakeOff","5":"Imagine a world without Cakesperts... #GBBO https://t.co/enuoZg3fgh","6":"Twitter Web App","7":"43","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"8","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1415029497359962114","34":"it's so good that there are people who are experts at cakes #GBBO","35":"2021-07-13 19:24:56","36":"Twitter Web App","37":"0","38":"0","39":"133243776","40":"TheMainstand","41":"North.","42":"1404","43":"2185","44":"325973","45":"","46":".","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415029928878297093","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415029326957928448","3":"2021-07-13 19:24:16","4":"BritishBakeOff","5":"Boom sha-sha-shake the Cherish! 😂😂😂 #GBBO @BenoitBlin_MCA @cherish_finden https://t.co/eqT4Cuu1Tl","6":"Twitter Media Studio","7":"73","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"50","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415029326957928448","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415028851651104772","3":"2021-07-13 19:22:22","4":"BritishBakeOff","5":"@susikaam Thank you! #GBBO","6":"Twitter Web App","7":"16","8":"1415028715260633098","9":"152327006","10":"susikaam","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415028851651104772","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415028770050822145","3":"2021-07-13 19:22:03","4":"BritishBakeOff","5":"@AnnekaRice Thank you so much! #GBBO","6":"Twitter Web App","7":"24","8":"1415027724402442246","9":"2494302469","10":"AnnekaRice","11":"FALSE","12":"FALSE","13":"10","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415028770050822145","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415028342865211392","3":"2021-07-13 19:20:21","4":"BritishBakeOff","5":"Tempted to venture into Black Forest Gateau territory? Check out Bake Off star Lottie’s recipe over on the #GBBO website: \\nhttps://t.co/YsOBYd2iVc https://t.co/7MfeZFznVR","6":"Twitter Media Studio","7":"146","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"90","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415028342865211392","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415028238120898562","3":"2021-07-13 19:19:56","4":"BritishBakeOff","5":"We always try to rise to the - ahem - challenge. 😉 #GBBO https://t.co/wDBtgmdNjf","6":"Twitter Web App","7":"56","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"15","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1415027724402442246","34":"@BritishBakeOff You’ve surpassed yourselves","35":"2021-07-13 19:17:54","36":"Twitter for iPhone","37":"24","38":"0","39":"2494302469","40":"AnnekaRice","41":"Anneka Rice","42":"41243","43":"330","44":"7411","45":"","46":"","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415028238120898562","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415026445139783682","3":"2021-07-13 19:12:49","4":"BritishBakeOff","5":"@onmoonlitshores Resistance is Choux-tile. 😉#GBBO","6":"Twitter Web App","7":"32","8":"1415025635022577671","9":"1355508970673360906","10":"onmoonlitshores","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415026445139783682","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415026243490172928","3":"2021-07-13 19:12:01","4":"BritishBakeOff","5":"You can always rely on our Twitter feed to deliver the latest in cutting edge cultural references. #GBBO #DoctorWho https://t.co/hYwhLyjdc6","6":"Twitter Media Studio","7":"115","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2581","14":"342","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415026243490172928","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415025912706486273","3":"2021-07-13 19:10:42","4":"BritishBakeOff","5":"End of thread. #GBBO","6":"Twitter Web App","7":"20","8":"1415025758339219458","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"43","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415025912706486273","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415025758339219458","3":"2021-07-13 19:10:05","4":"BritishBakeOff","5":"Where’s Wally as Bake Off Bakes: A Thread\\n#GBBO https://t.co/TG7n08EZdH","6":"Twitter Web App","7":"47","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"180","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415025758339219458","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415025582157570050","3":"2021-07-13 19:09:23","4":"BritishBakeOff","5":"Craving cake more than ever before... #GBBO https://t.co/TqvYf8HazY","6":"Twitter Web App","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"9","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415025582157570050","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415025422098649106","3":"2021-07-13 19:08:45","4":"BritishBakeOff","5":"Too soon. #GBBO https://t.co/tYoDfwh4d2","6":"Twitter Media Studio","7":"15","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"17","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415025422098649106","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415025268851298306","3":"2021-07-13 19:08:08","4":"BritishBakeOff","5":"They'll never break Benoit. #GBBO https://t.co/y7L9czEs9H https://t.co/QITXoBQxwl","6":"Twitter Web App","7":"57","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"20","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1415024574576664579","34":"the 8th episode of the 4th series and still everyone is hellbent on making Benoit like white chocolate. #gbbo #BakeOfftheProfessionals","35":"2021-07-13 19:05:23","36":"Twitter Web App","37":"6","38":"1","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415025268851298306","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415024100016283648","3":"2021-07-13 19:03:29","4":"BritishBakeOff","5":"Hopelessly devoted to choux.\\nWe’re getting a very T-Bird vibe from Benoit tonight! #GBBO https://t.co/Efqer4lmzN","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"56","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415024100016283648","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415023534678609925","3":"2021-07-13 19:01:15","4":"BritishBakeOff","5":"Walking onto the dancefloor for the first time when it’s safe to go boogie again. 🕺 #GBBO @tomallencomedy https://t.co/vBlLUm5zz5","6":"Twitter Media Studio","7":"105","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"90","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415023534678609925","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415017224260268039","3":"2021-07-13 18:36:10","4":"BritishBakeOff","5":"It’s almost crunch time for these five pastry chef teams. Join us at 8pm on @Channel4 to see who will make it through to the Semis. #GBBO https://t.co/oBQ4E7NxZn","6":"Twitter Web App","7":"137","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"27","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1414917526450958339","34":"Just five teams of pastry chefs remain. Which four will make it through to the Semi Finals of Bake Off Pros next week? #GBBO https://t.co/nDuhttY9Dj","35":"2021-07-13 12:00:00","36":"Twitter Media Studio","37":"114","38":"10","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415017224260268039","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415014389648961536","3":"2021-07-13 18:24:54","4":"BritishBakeOff","5":"@veetee39 May your team enjoy glorious victory!⚽️#GBBO","6":"Twitter Web App","7":"44","8":"1415009497894981632","9":"232480337","10":"veetee39","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415014389648961536","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1415008122159120384","3":"2021-07-13 18:00:00","4":"BritishBakeOff","5":"When you realise Bake Off Pros doesn’t clash with the football tonight! #GBBO https://t.co/k0Ek0S8uAO","6":"Twitter Media Studio","7":"77","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"105","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1415008122159120384","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1414947733035646976","3":"2021-07-13 14:00:02","4":"BritishBakeOff","5":"When you remember there’s a Bake Off Pros Quarter Final on telly tonight! #GBBO https://t.co/r2bVfCG3rt","6":"Twitter Media Studio","7":"79","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"83","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1414947733035646976","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1414917526450958339","3":"2021-07-13 12:00:00","4":"BritishBakeOff","5":"Just five teams of pastry chefs remain. Which four will make it through to the Semi Finals of Bake Off Pros next week? #GBBO https://t.co/nDuhttY9Dj","6":"Twitter Media Studio","7":"124","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"114","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1414917526450958339","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1414890213067960340","3":"2021-07-13 10:11:28","4":"BritishBakeOff","5":"The baking battle intensifies tonight on @Channel4 as it’s Quarter Final time on Bake Off: The Professionals! #GBBO https://t.co/BkYmlIWs6l","6":"Twitter Web App","7":"115","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"134","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1414890213067960340","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1413437773848088576","3":"2021-07-09 10:00:00","4":"BritishBakeOff","5":"When it hits you that it’s Saturday tomorrow. #FridayFeeling https://t.co/j5OOWhLE38","6":"Twitter Media Studio","7":"60","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1413437773848088576","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412833795376500739","3":"2021-07-07 18:00:00","4":"BritishBakeOff","5":"Every time #ENG play a knockout football match. #ENGDEN #EURO2020 https://t.co/VuPs2SFkVf","6":"Twitter Media Studio","7":"65","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"114","14":"11","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412833795376500739","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412743208178798593","3":"2021-07-07 12:00:02","4":"BritishBakeOff","5":"Getting stressed ahead of the #ENGDEN match like https://t.co/gLVfFDvByb","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"134","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412743208178798593","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412712999618367490","3":"2021-07-07 10:00:00","4":"BritishBakeOff","5":"Old habits die hard. #WednesdayWisdom #GBBO https://t.co/yfxnrtNAE1","6":"Twitter Media Studio","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"66","14":"5","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412712999618367490","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412505096525594627","3":"2021-07-06 20:13:52","4":"BritishBakeOff","5":"It’s almost Quarter Final time on Bake Off: The Professionals! Join us next Tuesday to see who will survive the chop! #GBBO https://t.co/wpzcNH4t7s","6":"Twitter Media Studio","7":"123","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"30","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412505096525594627","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412503160120356864","3":"2021-07-06 20:06:11","4":"BritishBakeOff","5":"🎵 This means nothing to me, ohhh viennoiseries! 🎵\\n\\n(Fortunately it means a lot to our pastry chefs, who concocted these treats!)\\n#GBBO https://t.co/LOJKEXQQBm","6":"Twitter Media Studio","7":"134","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"32","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412503160120356864","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412502474435481602","3":"2021-07-06 20:03:27","4":"BritishBakeOff","5":"The future, according to pastry chefs. #GBBO https://t.co/U7Jkw3gWq3","6":"Twitter Media Studio","7":"44","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"21","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412502474435481602","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412500964020523008","3":"2021-07-06 19:57:27","4":"BritishBakeOff","5":"We’re sad to say farewell to Keiron and Rebecca, but a huge well done for making it this far and best of luck for the future! #GBBO https://t.co/JxA2RoPT7N","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"88","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412500964020523008","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412500879316508672","3":"2021-07-06 19:57:07","4":"BritishBakeOff","5":"Bravo to Kevin & Maria Vittoria - our winners of The Final Six on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/Zx8TXI6yPq","6":"Twitter Media Studio","7":"107","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412500879316508672","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412500727671439362","3":"2021-07-06 19:56:31","4":"BritishBakeOff","5":"The blown sugar Showpieces from our Final Six pastry chefs inspired by the theme ‘Futuristic Jungle’. Which one is your fave? #GBBO https://t.co/8kHnC3HMSN","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"28","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412500727671439362","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412500546339192845","3":"2021-07-06 19:55:47","4":"BritishBakeOff","5":"Question: Has anyone tried to eat Hundreds & Thousands... with chopsticks? #GBBO https://t.co/FRiGvarNam","6":"Twitter Web App","7":"84","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"12","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1412499260906557440","34":"Why do they eat sweets with a knife and fork? #GBBO","35":"2021-07-06 19:50:41","36":"Twitter for iPhone","37":"1","38":"0","39":"1217091091310182401","40":"Lilyisthinking","41":"Lily the Maskateer 💙🇪🇺","42":"355","43":"652","44":"7475","45":"N Norfolk","46":"🤷♀️","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412500546339192845","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412498562156478470","3":"2021-07-06 19:47:54","4":"BritishBakeOff","5":"Wecouldntpossiblyanswerthisbecause-like-we'restillridingamadsugarhigh.NoReason. #GBBO https://t.co/QiN2hn2PRP","6":"Twitter Web App","7":"85","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"41","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1412497509335904265","34":"Does anybody ever eat those sugar things?🤔 #gbbo","35":"2021-07-06 19:43:43","36":"Twitter for iPhone","37":"0","38":"0","39":"758019550394847234","40":"99lorna99","41":"💫 Lorna 💖💎✨","42":"18","43":"59","44":"1348","45":"London, England","46":"Just because you’re paranoid doesn’t mean they’re not looking at you!","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412498562156478470","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412497830632112137","3":"2021-07-06 19:45:00","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/n2teogBjNO","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412497830632112137","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412497646745538566","3":"2021-07-06 19:44:16","4":"BritishBakeOff","5":"The pastry chefs will stop at nothing to impress the judges. #GBBO https://t.co/jMK32gRNoK","6":"Twitter Media Studio","7":"66","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"78","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412497646745538566","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412495415509925900","3":"2021-07-06 19:35:24","4":"BritishBakeOff","5":"We hope everyone who has had a tough day is taking a well-deserved breather this evening. #GBBO https://t.co/q16SPinklm","6":"Twitter Web App","7":"95","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"50","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1411457233968304132","34":"My stress filled day requires another viewing of @BritishBakeOff Stressful for the bakers but watching lovely people create is just what I needed. @stevencarterb https://t.co/sD0zOlxoaq","35":"2021-07-03 22:50:02","36":"Twitter for Android","37":"10","38":"1","39":"43947147","40":"KateSimonwriter","41":"Kate Simon","42":"659","43":"1298","44":"18478","45":"Nowhere near an ocean, damn it","46":"Occupy myself by writing CabeCentric #Scorpion fan fiction, romance novels. \\n\\nMy writing method: Fingers screaming Slow down \\nBrain saying Sorry, no can do.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412495415509925900","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412495302301564933","3":"2021-07-06 19:34:57","4":"BritishBakeOff","5":"Huge if true. #GBBO https://t.co/JUzUU8gDar","6":"Twitter Media Studio","7":"19","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"16","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412495302301564933","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412493876586233858","3":"2021-07-06 19:29:17","4":"BritishBakeOff","5":"@ICUStat We're not even sure we should have asked... 😉#GBBO","6":"Twitter Web App","7":"50","8":"1412493247532908551","9":"48196521","10":"ICUStat","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412493876586233858","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412493344350117897","3":"2021-07-06 19:27:10","4":"BritishBakeOff","5":"That's right, it was Benoit all along... #GBBO","6":"Twitter Web App","7":"46","8":"1412488831656415242","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"38","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412493344350117897","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412493250632499202","3":"2021-07-06 19:26:48","4":"BritishBakeOff","5":"Brutal. #GBBO https://t.co/AkmQMcq3bU","6":"Twitter Media Studio","7":"13","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"45","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"no","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412493250632499202","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412492246193221633","3":"2021-07-06 19:22:48","4":"BritishBakeOff","5":"Or give the 'love it' treatment to! 😂 #GBBO https://t.co/Eaw6NucRPX","6":"Twitter Web App","7":"43","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"14","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1412485791142514693","34":"Can't wait to see who Cherish will annihilate tonight! @BritishBakeOff","35":"2021-07-06 18:57:09","36":"Twitter for Android","37":"0","38":"0","39":"401510609","40":"coolAngieWalton","41":"Angie Walton","42":"1428","43":"1627","44":"24289","45":"Newcastle Upon Tyne, England","46":"Small round woman. Survived kids, menopause and cancer. Feel a bit warm and in need of a sit down. At the age where I've lost all of my fucks.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412492246193221633","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412492233677344776","3":"2021-07-06 19:22:46","4":"BritishBakeOff","5":"@haaannahrose_ We're not just here for the noisy things in life... #GBBO","6":"Twitter Web App","7":"57","8":"1411884671621681155","9":"2863634785","10":"haaannahrose_","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412492233677344776","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412492030048190466","3":"2021-07-06 19:21:57","4":"BritishBakeOff","5":"Good question! What could Cherish have in store for chefs who pleasure her palate? #GBBO https://t.co/rmDEY8lsmr","6":"Twitter Web App","7":"88","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"9","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1412490872311144449","34":"Thus far we’ve seen the #GBBO Hollywood Handshake, and now the @BritishBakeOff Benoit High Five…what else could possibly be in store for us this season?","35":"2021-07-06 19:17:21","36":"Twitter for iPad","37":"1","38":"0","39":"48196521","40":"ICUStat","41":"Mike #theTissilent vonTschudi 🇨🇭🇱🇮 🇿🇦","42":"2190","43":"2270","44":"35073","45":"Golden Oak, FL--EL 98","46":"Native Conch currently in exile as a Nurse Intensivist in Central Florida. Former submarine XO. KORL based Cirrus Owner/Pilot/Evangelist. Bon vivant. μολὼν λαβέ","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412492030048190466","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412491189039910921","3":"2021-07-06 19:18:36","4":"BritishBakeOff","5":"There’s a time and a place for everything. #GBBO https://t.co/2DIud5IZX2","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412491189039910921","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412490713649012745","3":"2021-07-06 19:16:43","4":"BritishBakeOff","5":"Not heard that said in a kitchen before. #GBBO https://t.co/TGfoYK9Cet","6":"Twitter Web App","7":"46","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"59","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412490713649012745","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412490400863035395","3":"2021-07-06 19:15:29","4":"BritishBakeOff","5":"Every time you have to wait for more than five minutes in a restaurant for your meal. #GBBO https://t.co/4Vk2gbEKtK","6":"Twitter Media Studio","7":"91","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"37","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412490400863035395","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412489953234362370","3":"2021-07-06 19:13:42","4":"BritishBakeOff","5":"Breathtaking. #GBBO https://t.co/y17jvkxv4F","6":"Twitter Media Studio","7":"19","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"193","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412489953234362370","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412489203502485507","3":"2021-07-06 19:10:43","4":"BritishBakeOff","5":"It’s all kicking off tonight on Bake Off Pros. #GBBO https://t.co/yejWpe0MWM","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"41","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412489203502485507","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412488831656415242","3":"2021-07-06 19:09:14","4":"BritishBakeOff","5":"The Great WandaVision Meme Off. #GBBO https://t.co/zPBED8HGKB","6":"Twitter Media Studio","7":"37","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"143","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412488831656415242","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412487164915589132","3":"2021-07-06 19:02:37","4":"BritishBakeOff","5":"The moments before and after you tap Video On at the start of a meeting. #GBBO https://t.co/t9tnT4eQdA","6":"Twitter Media Studio","7":"78","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"36","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412487164915589132","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412483939516694530","3":"2021-07-06 18:49:48","4":"BritishBakeOff","5":"These six pastry chef duos are about to hit @Channel4 at 8pm! Who are you tipping for glory tonight? #GBBO https://t.co/zE1VowLUd3","6":"Twitter Web App","7":"106","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"35","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1412395916783456258","34":"Heat One: Done\\nHeat Two: Done\\n\\nNow it’s time for the top three pastry chef duos from each Heat to amass and do battle in The Final Six on Bake Off: The Professionals! #GBBO https://t.co/X37w7Vf1Jq","35":"2021-07-06 13:00:02","36":"Twitter Media Studio","37":"105","38":"3","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412483939516694530","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412479585623683072","3":"2021-07-06 18:32:30","4":"BritishBakeOff","5":"We’re a little too giddy with excitement about seeing the top chefs from Heat One and Heat Two collide in Bake Off Pros at 8pm on @Channel4 tonight! #GBBO https://t.co/WujAU1W22B","6":"Twitter Media Studio","7":"154","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"155","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412479585623683072","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412441210451480576","3":"2021-07-06 16:00:01","4":"BritishBakeOff","5":"Tension and artistry are top of our ingredients list for tonight’s Bake Off Pros at 8pm! #GBBO https://t.co/7MiuyIttCz","6":"Twitter Media Studio","7":"94","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"78","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412441210451480576","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412395916783456258","3":"2021-07-06 13:00:02","4":"BritishBakeOff","5":"Heat One: Done\\nHeat Two: Done\\n\\nNow it’s time for the top three pastry chef duos from each Heat to amass and do battle in The Final Six on Bake Off: The Professionals! #GBBO https://t.co/X37w7Vf1Jq","6":"Twitter Media Studio","7":"172","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"105","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412395916783456258","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1412335517740376066","3":"2021-07-06 09:00:02","4":"BritishBakeOff","5":"Futuristic Jungle Showpieces are on the menu tonight as The Final Six pastry chef duos whisk it all for a place in the Quarter Finals. #GBBO https://t.co/HW1BoGo2ZM","6":"Twitter Media Studio","7":"140","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"126","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1412335517740376066","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1411973122257948674","3":"2021-07-05 09:00:00","4":"BritishBakeOff","5":"The only reaction to Monday mornings. #MondayMotivation #GBBO https://t.co/L54iNHCQ9t","6":"Twitter Media Studio","7":"61","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"66","14":"9","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1411973122257948674","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1411384242051952649","3":"2021-07-03 18:00:00","4":"BritishBakeOff","5":"Getting ready to watch England vs Ukraine tonight. #ENGUKR #EURO2020 https://t.co/3lHPe84imE","6":"Twitter Media Studio","7":"68","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"109","14":"7","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1411384242051952649","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410931259501649920","3":"2021-07-02 12:00:00","4":"BritishBakeOff","5":"Sliding into a #EURO2020 Quarter Final weekend like… #FridayFeeling #GBBO https://t.co/YKrgHhBf6j","6":"Twitter Media Studio","7":"73","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"42","14":"3","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410931259501649920","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410901066502139908","3":"2021-07-02 10:00:02","4":"BritishBakeOff","5":"The truly shocking (in a good way!) Showpieces from the House Of Horrors Challenge on this week’s Bake Off: The Professionals. #GBBO https://t.co/9jtD2DEu4Y","6":"Twitter Media Studio","7":"132","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"73","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410901066502139908","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410599068280238080","3":"2021-07-01 14:00:00","4":"BritishBakeOff","5":"Honest dating. #GBBO https://t.co/vtRb7vsKKz","6":"Twitter Media Studio","7":"20","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410599068280238080","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410568879789821956","3":"2021-07-01 12:00:02","4":"BritishBakeOff","5":"Always look on the bright side of life. #ThursdayThoughts #GBBO https://t.co/5pW1PJX8aG","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"23","14":"2","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410568879789821956","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410538682466013188","3":"2021-07-01 10:00:03","4":"BritishBakeOff","5":"Don’t give up. #ThursdayThoughts #GBBO https://t.co/jbuEjhn8HU","6":"Twitter Media Studio","7":"38","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"68","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410538682466013188","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410247578696957966","3":"2021-06-30 14:43:18","4":"BritishBakeOff","5":"These shortbreads will make you feel jammy! If you're in the UK and order by Thursday 1st July, you'll get the recipe for these Strawberry & Vanilla Sandwich Biscuits, the dry ingredients, a tip sheet and a unique piece of #GBBO equipment. 👉https://t.co/cesNmgiaxB. https://t.co/i62LMCUCNE","6":"Twitter Media Studio","7":"269","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"64","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410247578696957966","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410236693895122953","3":"2021-06-30 14:00:03","4":"BritishBakeOff","5":"The Silence Of The Blins. 🦋 #GBBO https://t.co/KfjLDcwZvK","6":"Twitter Media Studio","7":"33","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"23","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410236693895122953","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410206492066652162","3":"2021-06-30 12:00:02","4":"BritishBakeOff","5":"What goes up… \\n😢😢😢😢😢😢\\n#GBBO https://t.co/U1CHB7h6ow","6":"Twitter Media Studio","7":"27","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"43","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410206492066652162","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1410191385496592384","3":"2021-06-30 11:00:01","4":"BritishBakeOff","5":"Appearances can deceive. #WednesdayWisdom #GBBO https://t.co/SHDocAD0CL","6":"Twitter Media Studio","7":"47","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"86","14":"2","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1410191385496592384","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409971706605846529","3":"2021-06-29 20:27:05","4":"BritishBakeOff","5":"Thanks for joining us for Bake Off Pros! We’ll hand over to @BenoitBlin_MCA for the final words of the night… #GBBO https://t.co/fHkq1sKaAj","6":"Twitter Media Studio","7":"115","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"45","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409971706605846529","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409970247822610432","3":"2021-06-29 20:21:17","4":"BritishBakeOff","5":"Oh sugar! Join us next week as the top three teams from Heat One and Heat Two battle it for a place in the Quarter Finals! #GBBO https://t.co/VLB5ZLr0KV","6":"Twitter Media Studio","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"42","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409970247822610432","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409969877171982339","3":"2021-06-29 20:19:49","4":"BritishBakeOff","5":"Our pastry chefs were given just two and a half hours to create and make a recipe featuring chocolate and sesame. Here are the end results… #GBBO https://t.co/RuqKDH6mYa","6":"Twitter Media Studio","7":"145","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"35","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409969877171982339","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409969612880556042","3":"2021-06-29 20:18:46","4":"BritishBakeOff","5":"Adulthood. #GBBO https://t.co/wm1taBarne","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"50","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409969612880556042","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409968099047190534","3":"2021-06-29 20:12:45","4":"BritishBakeOff","5":"The biggest shock of today wasn't the #ENGGER football result. It was...\\n\\nCRICKETS WERE USED AS AN INGREDIENT ON BAKE OFF. 😮😮 #GBBO https://t.co/xkpQhTPiGb","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"27","14":"2","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409968099047190534","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409966284436127747","3":"2021-06-29 20:05:32","4":"BritishBakeOff","5":"Be afraid. Be very afraid. Brace yourselves for the House Of Horrors Showpieces from Bake Off: The Professionals! 💀🦇🕷😱 #GBBO https://t.co/qxgosW1jFu","6":"Twitter Media Studio","7":"124","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"43","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409966284436127747","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409965916234960897","3":"2021-06-29 20:04:04","4":"BritishBakeOff","5":"Benoit going full on Hannibal Lecter is quite something. #GBBO @BenoitBlin_MCA https://t.co/gU9OlcChjh","6":"Twitter Media Studio","7":"78","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"24","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409965916234960897","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409965422699548676","3":"2021-06-29 20:02:07","4":"BritishBakeOff","5":"Well done to the pastry chef duos who have negotiated the palates of Benoit and Cherish and made it through to the Final Six! #GBBO https://t.co/hJ8e5mYDEC","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"58","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409965422699548676","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409964479463444480","3":"2021-06-29 19:58:22","4":"BritishBakeOff","5":"Geanina & George. More than just a pastry chef team. ❤️❤️ #GBBO https://t.co/xAZiW6d4Kj","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"59","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409964479463444480","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409964307950059529","3":"2021-06-29 19:57:41","4":"BritishBakeOff","5":"We’re sad to say farewell to Stefano and Sara. Gravity wasn’t on your side tonight, but you can be proud of all you’ve achieved. #GBBO https://t.co/qljyN1sPZk","6":"Twitter Media Studio","7":"134","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"28","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409964307950059529","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409964241642209284","3":"2021-06-29 19:57:25","4":"BritishBakeOff","5":"Congratulations to Lerrick and Lineker for their victory in Heat Two Week Three of Bake Off Pros! #GBBO https://t.co/Wbsmn9STGB","6":"Twitter Web App","7":"103","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"54","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409964241642209284","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409964086889172993","3":"2021-06-29 19:56:48","4":"BritishBakeOff","5":"Interesting! #GBBO https://t.co/1fDgn15KTN","6":"Twitter Web App","7":"18","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"19","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409957957459189769","34":"Salted Caramel Crickets on Bake Off! Would you indulge?\\nRT - No\\n❤️ - Yes\\n#GBBO https://t.co/Cdx7NpXyXx","35":"2021-06-29 19:32:27","36":"Twitter Media Studio","37":"79","38":"21","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409964086889172993","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409963673188241408","3":"2021-06-29 19:55:10","4":"BritishBakeOff","5":"Standard. #GBBO https://t.co/YK9jDHXJj0","6":"Twitter Web App","7":"15","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"98","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409963673188241408","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409963134245351425","3":"2021-06-29 19:53:01","4":"BritishBakeOff","5":"Jagshemash. #GBBO https://t.co/cz51tFhIgQ","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"12","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"sv","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409963134245351425","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409963074937819147","3":"2021-06-29 19:52:47","4":"BritishBakeOff","5":"It’s just not cricket! #GBBO @BenoitBlin_MCA https://t.co/sZaa9ao9aa","6":"Twitter Media Studio","7":"44","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"37","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409963074937819147","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409962402783899653","3":"2021-06-29 19:50:07","4":"BritishBakeOff","5":"The incredible Dracula inspired Showpiece from Geanina and George. 🏰 #GBBO https://t.co/cQxO4OuiRP","6":"Twitter Web App","7":"74","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"123","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409962402783899653","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409962058477670403","3":"2021-06-29 19:48:45","4":"BritishBakeOff","5":"\"Rita Hayworth gave good face.\" #GBBO https://t.co/6qEoqhiikt","6":"Twitter Web App","7":"37","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"43","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409961680935735301","34":"if nothing else, Stefano gets a 10/10 for style and flair in his attempted save. He is beauty, he is grace. #gbbo #BakeOffTheProfessionals https://t.co/hHpRoyL01A","35":"2021-06-29 19:47:15","36":"Twitter Web App","37":"14","38":"1","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409962058477670403","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409961392069922820","3":"2021-06-29 19:46:06","4":"BritishBakeOff","5":"It's not like we've already been through enough today... #GBBO https://t.co/rNmxtPs6WR","6":"Twitter Web App","7":"62","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"17","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409961083041992705","34":"HOW CAN ANYONE DEAL WITH THIS STRESS #GBBO","35":"2021-06-29 19:44:52","36":"Twitter for Android","37":"0","38":"0","39":"1946251","40":"rakie","41":"Rakie Bennett","42":"323","43":"309","44":"4971","45":"Isle of Man","46":"THE FLOOD | LITTLE GIRLS TELL TALES | from @0neMoreChapter_ and @artellus; Head of Mobile Library Service, IOM; big fan of @ManxLitfest; They/Their","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409961392069922820","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409961061940334594","3":"2021-06-29 19:44:47","4":"BritishBakeOff","5":"Jordan Pickford would have saved this… #ENGGER #EURO2020 #GBBO https://t.co/1wllh1nA66","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"96","14":"8","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409961061940334594","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409960894411558912","3":"2021-06-29 19:44:07","4":"BritishBakeOff","5":"The pastry chefs are running about so fast we’ve installed a speed camera in the kitchen. #GBBO https://t.co/WJUyiujBMR","6":"Twitter Media Studio","7":"95","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"22","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409960894411558912","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409959888873218054","3":"2021-06-29 19:40:07","4":"BritishBakeOff","5":"Dessert decisions. #GBBO https://t.co/DaKfhj6N6B","6":"Twitter Media Studio","7":"24","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"50","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409959888873218054","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409959673739022339","3":"2021-06-29 19:39:16","4":"BritishBakeOff","5":"Hats off to our camera operators. 👏🎥👏#GBBO https://t.co/8Tc8brDCvf","6":"Twitter Web App","7":"42","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"19","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409959093054345223","34":"shout out to the focus pull from Rebecca furiously trying to glue together her collapsed chocolate structure to that close up of the chocolate skull. #gbbo #BakeOffTheProfessionals","35":"2021-06-29 19:36:58","36":"Twitter Web App","37":"3","38":"0","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409959673739022339","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409959256242147328","3":"2021-06-29 19:37:37","4":"BritishBakeOff","5":"Truth. #GBBO https://t.co/lAXepFosVB","6":"Twitter Media Studio","7":"12","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409959256242147328","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409957957459189769","3":"2021-06-29 19:32:27","4":"BritishBakeOff","5":"Salted Caramel Crickets on Bake Off! Would you indulge?\\nRT - No\\n❤️ - Yes\\n#GBBO https://t.co/Cdx7NpXyXx","6":"Twitter Media Studio","7":"78","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409957957459189769","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409957136830980099","3":"2021-06-29 19:29:11","4":"BritishBakeOff","5":"When you see Jack Grealish on the bench again this Saturday... #EURO2020 #ENGGER #GBBO https://t.co/SYXDo5aaEv","6":"Twitter Media Studio","7":"86","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"39","14":"2","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409957136830980099","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409956162154475527","3":"2021-06-29 19:25:19","4":"BritishBakeOff","5":"How to measure a successful day in 2020/21 #GBBO https://t.co/fNnMbOSjVD","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"405","14":"46","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409956162154475527","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409955906025033731","3":"2021-06-29 19:24:18","4":"BritishBakeOff","5":"What we really love about Benoit is his subtlety. #GBBO https://t.co/1iM0lL8eZ6","6":"Twitter Media Studio","7":"55","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"30","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409955906025033731","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409955798218850305","3":"2021-06-29 19:23:52","4":"BritishBakeOff","5":"Cherish: “If I walk past a pastry shop this cake would catch my attention straight away” #GBBO https://t.co/6p2xzXqlXu","6":"Twitter Media Studio","7":"94","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"33","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409955798218850305","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409955551153471488","3":"2021-06-29 19:22:53","4":"BritishBakeOff","5":"Get in my veins! #GBBO https://t.co/1SN20EI7Se","6":"Twitter Media Studio","7":"22","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"24","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409955551153471488","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409954784828866563","3":"2021-06-29 19:19:51","4":"BritishBakeOff","5":"We hasten to add, this is a rhetorical question. #GBBO","6":"Twitter Web App","7":"54","8":"1409953662928052225","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409954784828866563","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409954579941363714","3":"2021-06-29 19:19:02","4":"BritishBakeOff","5":"Proof that baking is the ultimate way to burn calories. #GBBO https://t.co/PakUFWRvr1","6":"Twitter Media Studio","7":"61","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"25","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409954579941363714","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409954399959629829","3":"2021-06-29 19:18:19","4":"BritishBakeOff","5":"Watching the England game after Sterling scored... #ENGGER #EURO2020 #GBBO https://t.co/erWKSulGxU","6":"Twitter Web App","7":"74","8":"1409954176910647298","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"33","14":"4","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409954399959629829","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409954176910647298","3":"2021-06-29 19:17:26","4":"BritishBakeOff","5":"Watching the England game before Sterling scored... #ENGGER #EURO2020 #GBBO https://t.co/hGffVqGQLE","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"63","14":"5","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409954176910647298","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409953692971905033","3":"2021-06-29 19:15:30","4":"BritishBakeOff","5":"It happens to a lot of teams, honestly. It's a combination of pressure and stress. #GBBO https://t.co/wLaTF5HDsp","6":"Twitter Web App","7":"88","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"15","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409953353698885632","34":"i don't think i've ever seen a team finish with so much time left! i hope it's good #GBBO","35":"2021-06-29 19:14:09","36":"Twitter Web App","37":"2","38":"0","39":"938504322094194688","40":"ShortForOlena","41":"Lal","42":"45","43":"499","44":"925","45":"United Kingdom","46":"it takes effort to be this sane","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409953692971905033","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409953662928052225","3":"2021-06-29 19:15:23","4":"BritishBakeOff","5":"What’s going on here then? 👀 #GBBO https://t.co/wbYCTfaOps","6":"Twitter Media Studio","7":"34","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409953662928052225","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409952079121166336","3":"2021-06-29 19:09:05","4":"BritishBakeOff","5":"Standard reaction to seeing recent newspaper front pages. 👀 #GBBO https://t.co/4xEfjfDA3l","6":"Twitter Media Studio","7":"65","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"54","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409952079121166336","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409951353657561094","3":"2021-06-29 19:06:12","4":"BritishBakeOff","5":"Is it possible to eat an illustration? 🤤 #GBBO https://t.co/n4lG3xHt2m","6":"Twitter Media Studio","7":"46","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"34","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409951353657561094","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409951176158765062","3":"2021-06-29 19:05:30","4":"BritishBakeOff","5":"Today is a good day. #GBBO https://t.co/cC6CfxkLsg","6":"Twitter Web App","7":"26","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"20","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409950171283300364","34":"good football, good baking, good tuesday 👍 #GBBO","35":"2021-06-29 19:01:31","36":"Twitter Web App","37":"2","38":"0","39":"938504322094194688","40":"ShortForOlena","41":"Lal","42":"45","43":"499","44":"925","45":"United Kingdom","46":"it takes effort to be this sane","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409951176158765062","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409950787720122375","3":"2021-06-29 19:03:58","4":"BritishBakeOff","5":"The horror, the horror.\\nWelcome to a very spooky Bake Off Pros! \\n@liamcbakes @tomallencomedy #GBBO https://t.co/MRyiHb35K6","6":"Twitter Media Studio","7":"98","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"30","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409950787720122375","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409947355705745413","3":"2021-06-29 18:50:19","4":"BritishBakeOff","5":"Jack Grealish after coming on today. #ENGGER #EURO2020 #GBBO https://t.co/xgm0qW9UqL","6":"Twitter Web App","7":"60","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"465","14":"26","15":"NA","16":"NA","17":"<chr [3]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409947355705745413","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409944102624542725","3":"2021-06-29 18:37:24","4":"BritishBakeOff","5":"Clearly the power of this tweet reverse-jinxed the penalty scenario. 😎 #ENGGER #GBBO https://t.co/fzGCQotZ2g","6":"Twitter Web App","7":"84","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"58","14":"5","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409896944886075398","34":"If it goes to penalties… #ENGGER #GBBO https://t.co/md30WrlFqB","35":"2021-06-29 15:30:00","36":"Twitter Media Studio","37":"218","38":"9","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409944102624542725","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409943739179704320","3":"2021-06-29 18:35:57","4":"BritishBakeOff","5":"If you have any fingernails left to gnaw on, join us over on @Channel4 at 8pm for more knockout action in Heat Two of Bake Off Pros! #GBBO https://t.co/i6YcJOlAgF","6":"Twitter Web App","7":"138","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"36","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1409816523439542276","34":"It’s all to play for tonight as a place in the next stages of the competition is up for grabs. That’s right, we can only be talking about Bake Off: The Professionals! #GBBO https://t.co/nfHl781MqR","35":"2021-06-29 10:10:26","36":"Twitter Web App","37":"257","38":"11","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409943739179704320","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409940192660803585","3":"2021-06-29 18:21:52","4":"BritishBakeOff","5":"@inyourwarmth 🙏 #GBBO","6":"Twitter Web App","7":"7","8":"1409939534217875461","9":"3000042925","10":"inyourwarmth","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409940192660803585","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409939713327259653","3":"2021-06-29 18:19:57","4":"BritishBakeOff","5":"@Preciou53411925 We'll make and eggs-ception tonight, eh? 😉⚽️🧁 #GBBO","6":"Twitter Web App","7":"51","8":"1409938775178944519","9":"1309046825727545344","10":"Preciou53411925","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409939713327259653","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409938629120626693","3":"2021-06-29 18:15:39","4":"BritishBakeOff","5":"It's coming scone. (Pron: \"sk-own\".) #GBBO","6":"Twitter Web App","7":"42","8":"1409816523439542276","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"96","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409938629120626693","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409934008792780807","3":"2021-06-29 17:57:17","4":"BritishBakeOff","5":"YEEEEEEEEES! [regains composure] Where we were we? Ah yes, Bake Off: The Professionals. Tonight, 8pm. #GBBO https://t.co/7R2pYgKP4Y","6":"Twitter Web App","7":"107","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"134","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409934008792780807","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409896944886075398","3":"2021-06-29 15:30:00","4":"BritishBakeOff","5":"If it goes to penalties… #ENGGER #GBBO https://t.co/md30WrlFqB","6":"Twitter Media Studio","7":"38","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"218","14":"9","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409896944886075398","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409874293589114880","3":"2021-06-29 14:00:00","4":"BritishBakeOff","5":"There’s some horror in store tonight - and it’s not the football! Join us for some spooky action on Bake Off Pros at 8pm on @Channel4. #GBBO https://t.co/tLMZBMj3kO","6":"Twitter Media Studio","7":"140","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"41","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409874293589114880","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409859194065281027","3":"2021-06-29 13:00:00","4":"BritishBakeOff","5":"Getting in the mood for tonight’s horror-themed Bake Off Pros! #GBBO https://t.co/jk8VualCgi","6":"Twitter Media Studio","7":"68","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"143","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409859194065281027","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409816523439542276","3":"2021-06-29 10:10:26","4":"BritishBakeOff","5":"It’s all to play for tonight as a place in the next stages of the competition is up for grabs. That’s right, we can only be talking about Bake Off: The Professionals! #GBBO https://t.co/nfHl781MqR","6":"Twitter Web App","7":"172","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"257","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409816523439542276","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1409436409518301187","3":"2021-06-28 09:00:00","4":"BritishBakeOff","5":"When the caffeine kicks in on a Monday morning… #MondayMotivation #GBBO @tomallencomedy https://t.co/pj5cUE51cU","6":"Twitter Media Studio","7":"87","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"139","14":"9","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1409436409518301187","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1408409654422556674","3":"2021-06-25 13:00:03","4":"BritishBakeOff","5":"Shimmying into the weekend like...\\n#GBBO @liamcbakes @tomallencomedy https://t.co/eQ2YdKzd5v","6":"Twitter Media Studio","7":"68","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"93","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1408409654422556674","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1408390767589142535","3":"2021-06-25 11:45:00","4":"BritishBakeOff","5":"Bake to the future! Here are the tremendous time travel rocket Showpieces from our pastry chefs on Bake Off Pros this week. #GBBO https://t.co/dvav5ZwoYa","6":"Twitter Media Studio","7":"129","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"46","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1408390767589142535","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1408028379446657026","3":"2021-06-24 11:45:00","4":"BritishBakeOff","5":"*BREAKING NEWS* The government has appointed a new Student Tsar to tackle a certain kind of behaviour at universities… #GBBO https://t.co/7fLHlIDgC4","6":"Twitter Media Studio","7":"124","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"64","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1408028379446657026","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1408004472253521928","3":"2021-06-24 10:10:00","4":"BritishBakeOff","5":"Trying to remember how to dance again - it’s been so long! \\n#GBBO @tomallencomedy @liamcbakes https://t.co/TsMLVK2xbV","6":"Twitter Media Studio","7":"93","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"250","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1408004472253521928","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407990630895304707","3":"2021-06-24 09:15:00","4":"BritishBakeOff","5":"The only way to sign off after spilling epic gossip in the group chat. #GBBO https://t.co/4X5490JTOb","6":"Twitter Media Studio","7":"76","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"86","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407990630895304707","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407718840390217731","3":"2021-06-23 15:15:00","4":"BritishBakeOff","5":"Working life. #GBBO https://t.co/0FSeMz6wD8","6":"Twitter Media Studio","7":"19","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"102","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407718840390217731","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407695667527667713","3":"2021-06-23 13:42:55","4":"BritishBakeOff","5":"When your hayfever gets so bad you retrain your eyebrow to act as an anti-pollen defence shield. #GBBO https://t.co/SwFHC1Mlke","6":"Twitter Media Studio","7":"102","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"94","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407695667527667713","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407655558899974154","3":"2021-06-23 11:03:32","4":"BritishBakeOff","5":"@_holamanola @OfficialKat https://t.co/hXWz8tAR9P","6":"Twitter Web App","7":"0","8":"1407468176728858626","9":"27221928","10":"_holamanola","11":"FALSE","12":"FALSE","13":"6","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407655558899974154","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407511159138361354","3":"2021-06-23 01:29:45","4":"BritishBakeOff","5":"@NoorAlmuzaffar @OfficialKat @JamesAcastor 😉 https://t.co/HLqSDTxLxu","6":"Twitter Web App","7":"1","8":"1407484525492441089","9":"452396644","10":"NoorAlmuzaffar","11":"FALSE","12":"FALSE","13":"89","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407511159138361354","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407435012304146434","3":"2021-06-22 20:27:10","4":"BritishBakeOff","5":"Thanks for joining us on the Bake Off Pros tweetalong tonight! Not that there was anything else to watch on telly of course… #GBBO https://t.co/7vzjYF4t45","6":"Twitter Media Studio","7":"130","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"66","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407435012304146434","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407434398530744335","3":"2021-06-22 20:24:44","4":"BritishBakeOff","5":"@OfficialKat We have WandaVision playing in the other room and our understanding of The Ship Of Theseus Experiment has gone up to 8.5.\\n\\nWe think. 😉\\n\\n#GBBO","6":"Twitter Web App","7":"141","8":"1407160691321016321","9":"23544268","10":"OfficialKat","11":"FALSE","12":"FALSE","13":"2286","14":"45","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407434398530744335","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407430794650525704","3":"2021-06-22 20:10:24","4":"BritishBakeOff","5":"The horror, the horror! Book a spot behind your sofa next week for a very spooky Bake Off Pros… #GBBO https://t.co/ef41dGxm7K","6":"Twitter Media Studio","7":"101","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"48","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407430794650525704","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407429382558388225","3":"2021-06-22 20:04:48","4":"BritishBakeOff","5":"Use your illusion! Here are the magical miniature creations from our pastry chefs in Heat Two Week Two on Bake Off Pros. #GBBO https://t.co/9QrbrANswe","6":"Twitter Media Studio","7":"126","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407429382558388225","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407428805854171140","3":"2021-06-22 20:02:30","4":"BritishBakeOff","5":"9½ Bakes #GBBO https://t.co/JFZTujrQQN","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"30","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407428805854171140","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407428601276940290","3":"2021-06-22 20:01:41","4":"BritishBakeOff","5":"Go bake to the future with the time travel themed Showpieces from our pastry chefs in Heat Two Week Two on Bake Off Pros. #GBBO https://t.co/tGjducqzbT","6":"Twitter Media Studio","7":"127","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"25","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407428601276940290","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407428352353484800","3":"2021-06-22 20:00:42","4":"BritishBakeOff","5":"Well done to our wonderful Heat Two Week Two winners Geanina & George! #GBBO https://t.co/eW1WscalKm","6":"Twitter Web App","7":"80","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"75","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407428352353484800","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407428068231323657","3":"2021-06-22 19:59:34","4":"BritishBakeOff","5":"Thanks for being so much fun on the show, Nessie & Domino! All the very best for your future baking endeavours! #GBBO https://t.co/RnN4VDBD87","6":"Twitter Media Studio","7":"121","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"37","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407428068231323657","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407427579687149575","3":"2021-06-22 19:57:38","4":"BritishBakeOff","5":"Can you IMAGINE if we'd have tweeted this in 1990? #GBBO","6":"Twitter Web App","7":"56","8":"1407425804317962242","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"22","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407427579687149575","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407427566940655620","3":"2021-06-22 19:57:35","4":"BritishBakeOff","5":"FACT: The strongest muscle ever found on a human body is the one that controls Benoit’s eyebrow. #GBBO https://t.co/8vnFtUtqtU","6":"Twitter Media Studio","7":"102","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"69","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407427566940655620","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407427025007153158","3":"2021-06-22 19:55:26","4":"BritishBakeOff","5":"Great Scott! No clock tower is complete without Dr Emmett Brown hanging down from it. #GBBO #BackToTheFuture https://t.co/9io6tfjKNQ","6":"Twitter Media Studio","7":"108","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"63","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407427025007153158","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407426369387126785","3":"2021-06-22 19:52:49","4":"BritishBakeOff","5":"Bit of a harsh judging process if true. #GBBO https://t.co/Ag6qIhFJGk","6":"Twitter Web App","7":"45","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"85","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407426369387126785","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407425804317962242","3":"2021-06-22 19:50:35","4":"BritishBakeOff","5":"\"I am Locutus, of BattenBorg. #GBBO https://t.co/aoU3Gbc5j8","6":"Twitter Web App","7":"35","8":"1407424961720029185","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"57","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407425804317962242","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407425547295150082","3":"2021-06-22 19:49:33","4":"BritishBakeOff","5":"Your working life when the Euros are on. #GBBO #Euro2020 #CZEENG #CROSCO https://t.co/naNvHwacz4","6":"Twitter Media Studio","7":"72","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"3","15":"NA","16":"NA","17":"<chr [4]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407425547295150082","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407425213768339457","3":"2021-06-22 19:48:14","4":"BritishBakeOff","5":"We are our own worst critics. #GBBO https://t.co/qRH42jH6Ah","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407425213768339457","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407424961720029185","3":"2021-06-22 19:47:14","4":"BritishBakeOff","5":"Resistance is useless. #GBBO https://t.co/7l2HOM8N4C","6":"Twitter Media Studio","7":"28","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"107","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407424961720029185","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407424740126597129","3":"2021-06-22 19:46:21","4":"BritishBakeOff","5":"The life of a pastry chef. #GBBO https://t.co/jMAZHyFT4U","6":"Twitter Media Studio","7":"32","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"25","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407424740126597129","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407423996866482178","3":"2021-06-22 19:43:24","4":"BritishBakeOff","5":"The baking is off the scale tonight! #GBBO 🐟🐟🐟 https://t.co/LZAKlsdwM8","6":"Twitter Media Studio","7":"46","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407423996866482178","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407423307637460994","3":"2021-06-22 19:40:39","4":"BritishBakeOff","5":"@StevenJohnHamp1 You refer, of course, to our spin-off show Galaxy Que... ah. #GBBO","6":"Twitter Web App","7":"66","8":"1407422630651645957","9":"839937565826363392","10":"StevenJohnHamp1","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407423307637460994","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407423044084191237","3":"2021-06-22 19:39:37","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/SHhSuFgFnY","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"49","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407423044084191237","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407422944456986641","3":"2021-06-22 19:39:13","4":"BritishBakeOff","5":"Choux. Shoes. We can’t get enough of them! #GBBO https://t.co/CQiXOcFdz3","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"27","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407422944456986641","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407422330884788231","3":"2021-06-22 19:36:46","4":"BritishBakeOff","5":"FYI \"Pointy Eclairs\" is a technical baking term. #GBBO https://t.co/JciWUVsFmY","6":"Twitter Web App","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"33","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407422330884788231","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407422167277580297","3":"2021-06-22 19:36:07","4":"BritishBakeOff","5":"Some words are simply too much of a mouthful. #GBBO @tomallencomedy https://t.co/oLRxRdpLsJ","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"76","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407422167277580297","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407421982166204416","3":"2021-06-22 19:35:23","4":"BritishBakeOff","5":"@MrsCruz1999 https://t.co/1mkxElS2F9","6":"Twitter Web App","7":"0","8":"1407421108387602432","9":"19360717","10":"MrsCruz1999","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407421982166204416","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407421947928010758","3":"2021-06-22 19:35:15","4":"BritishBakeOff","5":"What your TV sees when you’re watching #GBBO and desperate to get your hands on the bakes. https://t.co/PgWHURrQQm","6":"Twitter Media Studio","7":"90","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"33","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407421947928010758","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407421391264223241","3":"2021-06-22 19:33:02","4":"BritishBakeOff","5":"You refer, of course, to our new spin-off show Unidentified GP? #GBBO https://t.co/3u4XvnxCk6","6":"Twitter Web App","7":"69","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1407420846319173632","34":"excited to see everyone's version of a Non-copyright infringing Doctor Who showpiece. #gbbo #BakeOffTheProfessionals","35":"2021-06-22 19:30:53","36":"Twitter Web App","37":"4","38":"0","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407421391264223241","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407420262044389380","3":"2021-06-22 19:28:33","4":"BritishBakeOff","5":"There’s a certain ‘je ne sais quoi’ about a firm, young carrot cake. #GBBO https://t.co/uud02dcFWE","6":"Twitter Media Studio","7":"74","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"64","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407420262044389380","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407420156343619585","3":"2021-06-22 19:28:08","4":"BritishBakeOff","5":"@sarahmas Sincere apologies. 🥲 #GBBO","6":"Twitter Web App","7":"26","8":"1407414319831191554","9":"14278748","10":"sarahmas","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"es","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407420156343619585","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407420141999112197","3":"2021-06-22 19:28:05","4":"BritishBakeOff","5":"A new species has been discovered on Bake Off Pros! Welcome to the world, the rather cute and lovely Carrot Fish! #GBBO https://t.co/hjY2bhcPWc","6":"Twitter Media Studio","7":"119","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"39","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407420141999112197","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407419967784501256","3":"2021-06-22 19:27:23","4":"BritishBakeOff","5":"No treble. #GBBO https://t.co/PrBYnyEXJd","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"34","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"es","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407419967784501256","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407419474094039046","3":"2021-06-22 19:25:25","4":"BritishBakeOff","5":"@amrfarid140 @areej_abuali We're not sure we can do anything about this either! #GBBO","6":"Twitter Web App","7":"58","8":"1407418802166448129","9":"246352152","10":"amrfarid140","11":"FALSE","12":"FALSE","13":"5","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407419474094039046","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407417989956313095","3":"2021-06-22 19:19:32","4":"BritishBakeOff","5":"Hi everyone! #GBBO 🤞👋🥳 https://t.co/KWMEzA6St8","6":"Twitter Web App","7":"22","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"36","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1407417749001940993","34":"Everyone turning over to watch #GBBO","35":"2021-06-22 19:18:34","36":"Twitter for iPad","37":"1","38":"0","39":"885150121","40":"realalanwiggins","41":"Alan Wiggins","42":"1062","43":"976","44":"15442","45":"","46":"Still haven't tweeted anything amusing","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407417989956313095","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407417687857414144","3":"2021-06-22 19:18:19","4":"BritishBakeOff","5":"You don’t need to be watching the Euros to see some incredible saves this summer! #GBBO #Euro2020 https://t.co/2UxbPJfSB6","6":"Twitter Media Studio","7":"97","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"34","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407417687857414144","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407417355274272770","3":"2021-06-22 19:17:00","4":"BritishBakeOff","5":"Working Title: Spider-Man: No Way Cone. #GBBO https://t.co/7aekC5PJNv","6":"Twitter Web App","7":"45","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"37","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1407416859700441093","34":"THE REFLEXES! Cast George as Spiderman RIGHT NOW. #gbbo https://t.co/0txkOeFjh1","35":"2021-06-22 19:15:02","36":"Twitter Web App","37":"7","38":"0","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407417355274272770","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407415919857573889","3":"2021-06-22 19:11:18","4":"BritishBakeOff","5":"Carrot illusion cakes are worth rooting for. #GBBO https://t.co/9qYu8IlEJY","6":"Twitter Media Studio","7":"50","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"92","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407415919857573889","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407414707032674309","3":"2021-06-22 19:06:29","4":"BritishBakeOff","5":"👊👊👊👊 #GBBO https://t.co/YUIgNyLt3b","6":"Twitter Media Studio","7":"10","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"12","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407414707032674309","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407414037651103750","3":"2021-06-22 19:03:49","4":"BritishBakeOff","5":"When you make a rare effort to hit your five a day and want the world to know. #GBBO https://t.co/EaHSzRlxIr","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"25","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407414037651103750","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407413725913620482","3":"2021-06-22 19:02:35","4":"BritishBakeOff","5":"Life is a battlefield. #GBBO https://t.co/IT3GBWWrwH","6":"Twitter Media Studio","7":"28","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"30","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407413725913620482","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407413481339592705","3":"2021-06-22 19:01:37","4":"BritishBakeOff","5":"The worlds of Bake Off and Doctor Who meet at last! Is this… canon? #GBBO @LiamcBakes @tomallencomedy https://t.co/CJlLnM9IWV","6":"Twitter Media Studio","7":"101","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"58","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407413481339592705","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407411816829841408","3":"2021-06-22 18:55:00","4":"BritishBakeOff","5":"Right baking lovers, let’s do this! #GBBO https://t.co/scy7h4G9V6","6":"Twitter Media Studio","7":"41","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"52","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407411816829841408","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407409171943890950","3":"2021-06-22 18:44:29","4":"BritishBakeOff","5":"@susikaam @Channel4 We're just grateful you're finding the EXTRA TIME (eh? EH?!?) to watch our show, Sue! #GBBO #NobelPrizeForWordPlayCandidate","6":"Twitter Web App","7":"123","8":"1407385017551147014","9":"152327006","10":"susikaam","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407409171943890950","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407408138274410497","3":"2021-06-22 18:40:23","4":"BritishBakeOff","5":"If you hear any cheering after 8pm tonight, it’s for the baking brilliance of these five teams of pastry chefs! Bake Off Pros, coming up shortly on @Channel4… #GBBO https://t.co/rDCLvSSMyf","6":"Twitter Media Studio","7":"164","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"49","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407408138274410497","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407400458323480578","3":"2021-06-22 18:09:52","4":"BritishBakeOff","5":"@nualasalter Something must fill the void and that something is competitive bakery. #GBBO","6":"Twitter Web App","7":"76","8":"1407400261165924352","9":"220664383","10":"nualasalter","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407400458323480578","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407398321057153024","3":"2021-06-22 18:01:22","4":"BritishBakeOff","5":"It’s all kicking off at 8pm tonight… #GBBO https://t.co/fJWwsHTRWB","6":"Twitter Web App","7":"42","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"63","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1407318005013434369","34":"Tonight at 8pm the people of England and Scotland will gather in front of their tellies to cheer on their favourite team in this summer’s hottest competition. We can only be talking about one thing... #GBBO https://t.co/nOihW4jl4G","35":"2021-06-22 12:42:13","36":"Twitter Web App","37":"260","38":"14","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407398321057153024","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407367785978634250","3":"2021-06-22 16:00:02","4":"BritishBakeOff","5":"What your baking brain tells you if you have plans to watch anything else other than Bake Off Pros at 8pm on @Channel4 tonight… #GBBO https://t.co/nG1ltWJZgL","6":"Twitter Media Studio","7":"133","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"64","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407367785978634250","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407322486484586505","3":"2021-06-22 13:00:02","4":"BritishBakeOff","5":"As Heat Two Week Two of Bake Off Pros hits @Channel4 tonight, here’s a reminder of the remaining teams battling it out to impress the judges… #GBBO https://t.co/zOBHOPFDTc","6":"Twitter Media Studio","7":"147","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"31","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407322486484586505","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407318007119024129","3":"2021-06-22 12:42:14","4":"BritishBakeOff","5":"Bake Off: The Professionals\\nTonight. 8pm. @Channel4. \\n(Also available afterwards on @All4 😉😉)","6":"Twitter Web App","7":"93","8":"1407318005013434369","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"29","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407318007119024129","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1407318005013434369","3":"2021-06-22 12:42:13","4":"BritishBakeOff","5":"Tonight at 8pm the people of England and Scotland will gather in front of their tellies to cheer on their favourite team in this summer’s hottest competition. We can only be talking about one thing... #GBBO https://t.co/nOihW4jl4G","6":"Twitter Web App","7":"206","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"260","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1407318005013434369","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1406928633034280960","3":"2021-06-21 10:55:00","4":"BritishBakeOff","5":"☕️☕️☕️ = #MondayMotivation https://t.co/VgogFxVMyM","6":"Twitter Media Studio","7":"26","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"105","14":"15","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1406928633034280960","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1406921043852378116","3":"2021-06-21 10:24:50","4":"BritishBakeOff","5":"Trying to get up on a Monday morning like https://t.co/xlg4LQ13sB","6":"Twitter Media Studio","7":"41","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"136","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1406921043852378116","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1405464072662011904","3":"2021-06-17 09:55:21","4":"BritishBakeOff","5":"Every day https://t.co/WdW0yXFrl2","6":"Twitter Media Studio","7":"9","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"195","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1405464072662011904","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1405151926635827205","3":"2021-06-16 13:15:00","4":"BritishBakeOff","5":"Those fruity Showpieces from last night’s Bake Off still have us licking our lips. #GBBO https://t.co/H8VqC28TGF","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"43","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1405151926635827205","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1405119853707546626","3":"2021-06-16 11:07:33","4":"BritishBakeOff","5":"Oh dear. #GBBO https://t.co/nyEJMKbZwu","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"72","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1405119853707546626","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404899633172824064","3":"2021-06-15 20:32:28","4":"BritishBakeOff","5":"Thanks for joining us for the start of Heat Two on Bake Off Pros! We’re full of gratitude as always for your fine #GBBO tweeting. https://t.co/qGqIQm8Q3u","6":"Twitter Media Studio","7":"129","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404899633172824064","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404899235657551874","3":"2021-06-15 20:30:54","4":"BritishBakeOff","5":"Music to our ears! #GBBO https://t.co/fBmGPrLfDA","6":"Twitter Web App","7":"24","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"7","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404896758644232193","34":"@BritishBakeOff Literally drooling 🤤 🤤","35":"2021-06-15 20:21:03","36":"Twitter for iPhone","37":"2","38":"0","39":"1121088243406077959","40":"TORKbtw","41":"Rion Aufill | Podcast is live! #saintlucrew","42":"376","43":"851","44":"18235","45":"Texas","46":"@SaintLuCrew | Featured content creator #GetWet | Coffee Enthusiast ☕️ - Mildly competitive 🦾 - Business Inquiries: theonlyredknight13@gmail.com","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404899235657551874","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404895849109463042","3":"2021-06-15 20:17:26","4":"BritishBakeOff","5":"Illusions and Time Travel! Next week’s Bake Off Pros is not to be missed! #GBBO https://t.co/urk1BsTn5U","6":"Twitter Media Studio","7":"79","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"47","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404895849109463042","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404893293478039555","3":"2021-06-15 20:07:17","4":"BritishBakeOff","5":"Lick your lips over these stunning tiramisu and lemon meringue pie Miniature Classics from our Heat Two pastry chefs. #GBBO https://t.co/sH6aAceC6F","6":"Twitter Media Studio","7":"123","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"52","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404893293478039555","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404892827910393858","3":"2021-06-15 20:05:26","4":"BritishBakeOff","5":"We won't live and let pie until we have Benoit Bond! #GBBO https://t.co/RyyDJ3YDa1","6":"Twitter Web App","7":"58","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"53","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404880368856178692","34":"Dear @mgmstudios, please consider this man to replace Daniel Craig as your next James Bond @007. #GBBO @BenoitBlin_MCA https://t.co/Ahk9bMbvNC","35":"2021-06-15 19:15:56","36":"Twitter Media Studio","37":"49","38":"1","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404892827910393858","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404892346299424770","3":"2021-06-15 20:03:31","4":"BritishBakeOff","5":"@coolAngieWalton @SwindyMiller White chocolate is always better than no chocolate though.... #GBBO #Truth","6":"Twitter Web App","7":"74","8":"1404891709302001676","9":"401510609","10":"coolAngieWalton","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404892346299424770","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404891767229534213","3":"2021-06-15 20:01:13","4":"BritishBakeOff","5":"Let’s get ready to crumble! Here are the fabulous fruity Showpieces from Heat Two Week One of Bake Off: The Professionals. #GBBO https://t.co/Udblo2BFl9","6":"Twitter Media Studio","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"34","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404891767229534213","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404891628427415554","3":"2021-06-15 20:00:40","4":"BritishBakeOff","5":"A metaphor for modern times. #GBBO https://t.co/9IBQBESLXQ","6":"Twitter Media Studio","7":"34","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"62","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404891628427415554","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404891220493623301","3":"2021-06-15 19:59:03","4":"BritishBakeOff","5":"@coolAngieWalton No comment. 😉 #GBBO","6":"Twitter Web App","7":"19","8":"1404890863277314050","9":"401510609","10":"coolAngieWalton","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"fr","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404891220493623301","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404891058975150088","3":"2021-06-15 19:58:24","4":"BritishBakeOff","5":"@LalOctavia @Ariadne_Griffin We have an incredible production team. Honestly. Fantastic. All the work and that goes into making our shows... they're incredible. #GBBO","6":"Twitter Web App","7":"137","8":"1404890209704087554","9":"1332797998674432019","10":"LalOctavia","11":"FALSE","12":"FALSE","13":"3","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404891058975150088","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404890808726208520","3":"2021-06-15 19:57:25","4":"BritishBakeOff","5":"Things didn’t go to plan for Sarah and Cristina, our first pastry chefs to leave Heat Two. But they kept fighting and will bounce back stronger than ever. ❤️❤️ #GBBO https://t.co/jtgjtxuXzo","6":"Twitter Media Studio","7":"165","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"32","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404890808726208520","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404890635967074309","3":"2021-06-15 19:56:43","4":"BritishBakeOff","5":"We have joint winners for Heat Two Week One - that’s how tight this competition is! Congratulations to Lerrick & Lineker and Nessie & Domino! 👏👏 #GBBO https://t.co/GQaqTDCYV0","6":"Twitter Web App","7":"158","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"50","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404890635967074309","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404890145719980045","3":"2021-06-15 19:54:46","4":"BritishBakeOff","5":"Lerrick & Lineker’s breathtaking Fruit Crumble Showpiece - inspired by the concerns over deforestation in Goa. #GBBO https://t.co/EBuJS0t3r2","6":"Twitter Media Studio","7":"120","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"75","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404890145719980045","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404889618798059525","3":"2021-06-15 19:52:41","4":"BritishBakeOff","5":"I AM GROOT! #GBBO https://t.co/whCOqrOGIG","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"250","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404889618798059525","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404889510379462658","3":"2021-06-15 19:52:15","4":"BritishBakeOff","5":"The magnificent Apple Crumble Showpiece from Geanina and George. 🍏🍏🍏 #GBBO https://t.co/3fpMbdoesR","6":"Twitter Media Studio","7":"74","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"201","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404889510379462658","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404889278543450112","3":"2021-06-15 19:51:20","4":"BritishBakeOff","5":"Where’s the Yorkshire Custard??? #GBBO https://t.co/zjiBFeEdWN","6":"Twitter Media Studio","7":"38","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404889278543450112","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404889239242825728","3":"2021-06-15 19:51:10","4":"BritishBakeOff","5":"We like to think there's a litte more to it than that... 😉 #GBBO https://t.co/7yEisvmPGp","6":"Twitter Web App","7":"64","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404888926947524616","34":"#GBBO or as my partner calls it \"the show where stuff breaks and falls over\".","35":"2021-06-15 19:49:56","36":"Twitter for Android","37":"3","38":"0","39":"1240367834720604162","40":"carriebart1","41":"Bewitched, bothered and bewildered","42":"19","43":"132","44":"1911","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404889239242825728","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404888764053442568","3":"2021-06-15 19:49:17","4":"BritishBakeOff","5":"Nessie & Domino’s ‘Chocolate Stairway To Heaven’ Fruit Crumble Showpiece. A wonderful sight to behold. #GBBO https://t.co/CR9pZOxDA6","6":"Twitter Web App","7":"112","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404888764053442568","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404887603111944193","3":"2021-06-15 19:44:40","4":"BritishBakeOff","5":"Never tempt fate on Bake Off. #GBBO https://t.co/bAqfvdglQV","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"110","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404887603111944193","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404887122461474832","3":"2021-06-15 19:42:46","4":"BritishBakeOff","5":"Discuss + Custard = Discussed-ard? #GBBO https://t.co/E7clK3y165","6":"Twitter Web App","7":"40","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"14","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404885192616071170","34":"See for me the thing about a crumble is:\\n\\n- it's hot\\n- the cream poured on it is cold\\n- somewhat sharp fruit\\n- the crunchy, sugary top, AND\\n- the intersection between fruit and top, which is perfectly soaked fruity soft heaven. \\n\\n#gbbo","35":"2021-06-15 19:35:06","36":"Twitter for Android","37":"35","38":"0","39":"1170977928508841985","40":"AGildedEye","41":"A Weekend in Vagus 🌈","42":"2672","43":"901","44":"124930","45":"right behind you","46":"Breathe out. \\nNB they/she. 🌈🦄🌈🌕🥩⛩️","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404887122461474832","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404885542534328325","3":"2021-06-15 19:36:29","4":"BritishBakeOff","5":"Anyone: STOP!\\n\\nMe: https://t.co/weFjp9jzys","6":"Twitter Media Studio","7":"18","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"25","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404885542534328325","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404885350435131395","3":"2021-06-15 19:35:43","4":"BritishBakeOff","5":"☕️☕️☕️☕️☕️☕️☕️ #GBBO https://t.co/GLk5fhnXvc","6":"Twitter Media Studio","7":"20","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"46","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404885350435131395","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404884603911954433","3":"2021-06-15 19:32:45","4":"BritishBakeOff","5":"\"We are Groot.\" #GBBO https://t.co/VYQGXEU0Ph","6":"Twitter Web App","7":"21","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"70","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404883952079417350","34":"Give all the prizes to the girls who make an apple crumble based on Groot. #gbbo https://t.co/hjbPoqB6SM","35":"2021-06-15 19:30:10","36":"Twitter for iPad","37":"8","38":"0","39":"23578874","40":"rozlaws","41":"Roz Laws","42":"2428","43":"1484","44":"45841","45":"Birmingham","46":"Freelance journalist and copywriter. Loves telly, travel, theatre and gin.","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404884603911954433","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404884572375035908","3":"2021-06-15 19:32:38","4":"BritishBakeOff","5":"Smart move. #GBBO https://t.co/19xKf539yH","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"84","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404884572375035908","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404882098536824832","3":"2021-06-15 19:22:48","4":"BritishBakeOff","5":"Stunningly designed tiramisu from Nessie & Domino. #GBBO https://t.co/bEryH9hSnZ","6":"Twitter Media Studio","7":"60","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"130","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404882098536824832","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404881621824720902","3":"2021-06-15 19:20:54","4":"BritishBakeOff","5":"A cross between Bake Off and Gladiators would open with a round in which bakers battle with Pugil Breadsticks. #GBBO https://t.co/C19Yluw1Xf","6":"Twitter Web App","7":"116","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"15","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404879556767588356","34":"choosing to believe that Domino is both a patissier and one of the Gladiators in an inevitable 2023 reboot of Gladiators. #gbbo #BakeOffTheProfessionals","35":"2021-06-15 19:12:42","36":"Twitter Web App","37":"4","38":"0","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404881621824720902","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404880459679600644","3":"2021-06-15 19:16:17","4":"BritishBakeOff","5":"😢 #GBBO https://t.co/NBzAnYLLG5","6":"Twitter Media Studio","7":"7","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404880459679600644","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404880368856178692","3":"2021-06-15 19:15:56","4":"BritishBakeOff","5":"Dear @mgmstudios, please consider this man to replace Daniel Craig as your next James Bond @007. #GBBO @BenoitBlin_MCA https://t.co/Ahk9bMbvNC","6":"Twitter Media Studio","7":"118","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"49","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404880368856178692","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404880053440294921","3":"2021-06-15 19:14:40","4":"BritishBakeOff","5":"Life right now. #GBBO https://t.co/pBJigRwqr3","6":"Twitter Media Studio","7":"21","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"15","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404880053440294921","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404879667782430728","3":"2021-06-15 19:13:08","4":"BritishBakeOff","5":"@CelebrantJayne \"We've been bake-to-bake, sure. I will not hesitate. Not for a second.\" #GBBO","6":"Twitter Web App","7":"77","8":"1404878308911849476","9":"19062096","10":"CelebrantJayne","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404879667782430728","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404879352488202240","3":"2021-06-15 19:11:53","4":"BritishBakeOff","5":"If this gif has sound it would shatter your screens. #GBBO https://t.co/H5X7QY6VkM","6":"Twitter Web App","7":"58","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"8","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404878932080480256","34":"#GBBO https://t.co/V9Mru64gzS","35":"2021-06-15 19:10:13","36":"Twitter for Android","37":"2","38":"0","39":"839937565826363392","40":"StevenJohnHamp1","41":"Steven Hampson 🖖","42":"246","43":"998","44":"22599","45":"Salford, England","46":"Only here for the laughs 🤣 All opinions are my own and who knew I had so many 🤔\\nI'm a massive nerd on all things sci-fi /comedy's/ films TV and all things 80s","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404879352488202240","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404879149211213828","3":"2021-06-15 19:11:05","4":"BritishBakeOff","5":"My brain one minute after finally having some positive thoughts about the future: https://t.co/EnzE4K8VbA","6":"Twitter Media Studio","7":"81","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"32","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404879149211213828","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404878448150130688","3":"2021-06-15 19:08:18","4":"BritishBakeOff","5":"Dear @GaryLineker - one of our pastry chefs on Bake Off: The Professionals is named after you! ⚽️⚽️ #BakeOfTheNet #GBBO https://t.co/VqUcoGsY2Q","6":"Twitter Media Studio","7":"119","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"305","14":"9","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404878448150130688","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404878000471130119","3":"2021-06-15 19:06:31","4":"BritishBakeOff","5":"Heat 2: The Professionals anyone? #GBBO https://t.co/G0SnYWnebA https://t.co/qkTZq0DDFE","6":"Twitter Web App","7":"63","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"9","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404876975186092041","34":"Liking new tuesday nights #GBBO #bakeoff #theprofessionals\\n😊\\nHeat 2 with new teams this week","35":"2021-06-15 19:02:26","36":"Twitter Web App","37":"0","38":"0","39":"51015425","40":"cedgson91","41":"Catherine Edgson (they/them)","42":"100","43":"95","44":"3936","45":"Kingston upon Thames, London","46":"Non binary human, autistic, grey ace, bi. Working as Bank admin for West London NHS trust. Coffee and theatre lover","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404878000471130119","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404877378057379841","3":"2021-06-15 19:04:02","4":"BritishBakeOff","5":"🎵 It’s got to beeeeeeeeeeeee...\\n\\n*wait for it* https://t.co/ed7JD548fu","6":"Twitter Media Studio","7":"46","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"30","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404877378057379841","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404877201028304896","3":"2021-06-15 19:03:20","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/e5deKOCwyz","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"37","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404877201028304896","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404876977836892167","3":"2021-06-15 19:02:27","4":"BritishBakeOff","5":"@thyroidlady @Channel4 Very kind of you to say so. Thrilled you enjoy our show! #GBBO","6":"Twitter Web App","7":"62","8":"1404873669302796289","9":"27053015","10":"thyroidlady","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404876977836892167","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404876847033335808","3":"2021-06-15 19:01:56","4":"BritishBakeOff","5":"Your first dining experience in a restaurant after restrictions were lifted. #GBBO https://t.co/25bmdYLf7n","6":"Twitter Media Studio","7":"82","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"63","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404876847033335808","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404876450482868235","3":"2021-06-15 19:00:21","4":"BritishBakeOff","5":"Whaaaaat? Six new teams? \\nIt can only mean Heat Two is upon us!\\n#GBBO https://t.co/HmrTD0CS94","6":"Twitter Media Studio","7":"69","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404876450482868235","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404872961702703107","3":"2021-06-15 18:46:30","4":"BritishBakeOff","5":"Time to find out… #GBBO https://t.co/Z0GBHMzSua","6":"Twitter Web App","7":"23","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"16","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404725370369216514","34":"Heat Two of Bake Off Pros kicks off tonight! \\nCan any of the new chefs’ creations put a smile on the faces of @BenoitBlin_MCA and @Cherish_Finden? #GBBO https://t.co/mTcLg3pZCj","35":"2021-06-15 09:00:01","36":"Twitter Media Studio","37":"98","38":"10","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404872961702703107","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404869889492463623","3":"2021-06-15 18:34:17","4":"BritishBakeOff","5":"Coming up at 8pm on @Channel4, Heat Two and these fresh faces whisking it all to impress the judges… #GBBO https://t.co/qurGrHQdPh","6":"Twitter Web App","7":"106","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"24","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404740464515764233","34":"Meet the six new pastry chef duos battling it out to impress the judges in tonight’s Heat Two of Bake Off: The Professionals. #GBBO https://t.co/E3MrrLKniv","35":"2021-06-15 10:00:00","36":"Twitter Media Studio","37":"59","38":"6","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404869889492463623","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404864463069720589","3":"2021-06-15 18:12:43","4":"BritishBakeOff","5":"Our first villainous laugh of the evening... #GBBO https://t.co/EzCrXGyCC3 https://t.co/N3kPhO3ioZ","6":"Twitter Web App","7":"74","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"29","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1404814853840191497","34":"@BritishBakeOff New blood tonight. Can already hear Cherish. Whahaha. 🤣","35":"2021-06-15 14:55:36","36":"Twitter for Android","37":"1","38":"0","39":"401510609","40":"coolAngieWalton","41":"Angie Walton","42":"1428","43":"1627","44":"24289","45":"Newcastle Upon Tyne, England","46":"Small round woman. Survived kids, menopause and cancer. Feel a bit warm and in need of a sit down. At the age where I've lost all of my fucks.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404864463069720589","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404861260651503625","3":"2021-06-15 18:00:00","4":"BritishBakeOff","5":"Constructively passing the time stuffing my face until Heat Two of Bake Off: The Professionals kicks off at 8pm on @Channel4. #GBBO https://t.co/b2FhoDrcY5","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"65","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404861260651503625","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404846170896093185","3":"2021-06-15 17:00:02","4":"BritishBakeOff","5":"It’s all change on Bake Off: The Professionals!\\nJoin us tonight at 8pm for Heat Two as six new teams of pastry chefs battle it out to make it through to the next round. #GBBO https://t.co/iPj90WWKuL","6":"Twitter Media Studio","7":"174","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404846170896093185","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404793313199157249","3":"2021-06-15 13:30:00","4":"BritishBakeOff","5":"That agonising wait on a Tuesday afternoon for #GBBO https://t.co/xH6emNQPvf","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"96","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404793313199157249","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404740464515764233","3":"2021-06-15 10:00:00","4":"BritishBakeOff","5":"Meet the six new pastry chef duos battling it out to impress the judges in tonight’s Heat Two of Bake Off: The Professionals. #GBBO https://t.co/E3MrrLKniv","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"59","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404740464515764233","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1404725370369216514","3":"2021-06-15 09:00:01","4":"BritishBakeOff","5":"Heat Two of Bake Off Pros kicks off tonight! \\nCan any of the new chefs’ creations put a smile on the faces of @BenoitBlin_MCA and @Cherish_Finden? #GBBO https://t.co/mTcLg3pZCj","6":"Twitter Media Studio","7":"152","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"98","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1404725370369216514","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1403292172514861063","3":"2021-06-11 10:05:00","4":"BritishBakeOff","5":"Well done for making it through another week! #FridayFeeling https://t.co/bBsGDjq11l","6":"Twitter Media Studio","7":"60","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"137","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1403292172514861063","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402990182689767435","3":"2021-06-10 14:05:00","4":"BritishBakeOff","5":"When Pac-Man had too much to drink on a night out. #GBBO https://t.co/MI5AUNB2UH","6":"Twitter Media Studio","7":"56","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"218","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402990182689767435","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402977599488356362","3":"2021-06-10 13:15:00","4":"BritishBakeOff","5":"The struggle is real. #GBBO https://t.co/9HM2sYJF95","6":"Twitter Media Studio","7":"27","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"97","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402977599488356362","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402673092468514819","3":"2021-06-09 17:05:00","4":"BritishBakeOff","5":"When it dawns on you that you’re never happy with the British weather because it’s always too hot or too cold… #GBBO https://t.co/EmYZT3ldFR","6":"Twitter Media Studio","7":"116","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"118","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402673092468514819","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402615211853377537","3":"2021-06-09 13:15:00","4":"BritishBakeOff","5":"The stunning Robot creations from last night’s Chocolate Week on Bake Off Pros. #GBBO https://t.co/smz80BudXv","6":"Twitter Media Studio","7":"85","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"74","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402615211853377537","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402365407474900996","3":"2021-06-08 20:42:22","4":"BritishBakeOff","5":"Thanks for joining us on Chocolate Week tonight. If your sofa isn’t squelching with drool, you’ve done well! #GBBO https://t.co/kGJgalqGMX","6":"Twitter Media Studio","7":"114","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"78","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402365407474900996","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402365064133459975","3":"2021-06-08 20:41:00","4":"BritishBakeOff","5":"@simonheath81 @cherish_finden @duranduran Sorry, I don't want your loaf.","6":"Twitter Web App","7":"30","8":"1402364327877910530","9":"2617077254","10":"simonheath81","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402365064133459975","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402362157908606977","3":"2021-06-08 20:29:27","4":"BritishBakeOff","5":"@simonheath81 @cherish_finden @duranduran You've gone choux far this time.","6":"Twitter Web App","7":"32","8":"1402361783252303876","9":"2617077254","10":"simonheath81","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402362157908606977","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402361517799006208","3":"2021-06-08 20:26:55","4":"BritishBakeOff","5":"@simonheath81 @cherish_finden @duranduran Yes. The union of the bake is on the climb. #GBBO","6":"Twitter Web App","7":"49","8":"1402356173072916484","9":"2617077254","10":"simonheath81","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402361517799006208","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402359614776217608","3":"2021-06-08 20:19:21","4":"BritishBakeOff","5":"Coming next Tuesday, it’s Heat Two and a whole new world of pastry chef duos to meet! #GBBO https://t.co/mn7lmPIZ3n","6":"Twitter Media Studio","7":"91","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"83","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402359614776217608","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402357970797797378","3":"2021-06-08 20:12:49","4":"BritishBakeOff","5":"Feast your eyes on what our pastry chefs created for the Secret Recipe Challenge! #GBBO https://t.co/uEok1d5xOQ","6":"Twitter Media Studio","7":"87","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"39","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402357970797797378","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402356869881020421","3":"2021-06-08 20:08:26","4":"BritishBakeOff","5":"@lozzzknight Glad to be of service! #GBBO","6":"Twitter Web App","7":"28","8":"1402346862976409600","9":"106449043","10":"lozzzknight","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402356869881020421","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402356762116820993","3":"2021-06-08 20:08:01","4":"BritishBakeOff","5":"Nuts and bolts never looked so appetising. Here are the stunning creations for Chocolate Week’s Robot Showpiece Challenge! #GBBO https://t.co/IT9nQNQefV","6":"Twitter Media Studio","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402356762116820993","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402356452195454984","3":"2021-06-08 20:06:47","4":"BritishBakeOff","5":"@laurabarr38 We're so glad you got that reference! Imagine if Tick Tock was on TikTok... #GBBO https://t.co/7GDA8FJtCy","6":"Twitter Web App","7":"81","8":"1402354425767809025","9":"43742396","10":"laurabarr38","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402356452195454984","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402355230696738822","3":"2021-06-08 20:01:56","4":"BritishBakeOff","5":"Well done to the three pastry chefs duos who have made it through to the later stages of Bake Off: The Professionals! 👏👏👏 #GBBO https://t.co/TC0uIs8dYP","6":"Twitter Media Studio","7":"127","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"78","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402355230696738822","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402354961355313154","3":"2021-06-08 20:00:51","4":"BritishBakeOff","5":"Benoit says it best when he says nothing at all. #GBBO @BenoitBlin_MCA https://t.co/FOTEqI26pO","6":"Twitter Media Studio","7":"70","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"53","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402354961355313154","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402354351751024647","3":"2021-06-08 19:58:26","4":"BritishBakeOff","5":"After a close decision for the judges, we’re sad to say goodbye to Jamie and Andréa. They can be very proud of what they achieved on the show - and we wish them the best for the future! #GBBO https://t.co/xOeOJs9lNn","6":"Twitter Media Studio","7":"191","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"45","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402354351751024647","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402354116492464131","3":"2021-06-08 19:57:30","4":"BritishBakeOff","5":"Congratulations to Kevin and Maria Vittoria for their first victory in this series of Bake Off: The Professionals! 👏👏 #GBBO https://t.co/pnGAoP6cWA","6":"Twitter Web App","7":"123","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"175","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [4]>","27":"<chr [4]>","28":"<chr [4]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402354116492464131","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402353407193722883","3":"2021-06-08 19:54:41","4":"BritishBakeOff","5":"Return To Oz (1985)\\n#GBBO https://t.co/JfLaTGgIAd","6":"Twitter Media Studio","7":"25","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"96","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402353407193722883","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402353090066518028","3":"2021-06-08 19:53:25","4":"BritishBakeOff","5":"Prepare to pout when the ruler comes out. #GBBO https://t.co/Yjxlwm40KY","6":"Twitter Web App","7":"47","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"21","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402352571944247307","34":"RULER ALERT\\n#GBBO","35":"2021-06-08 19:51:22","36":"Twitter for Android","37":"2","38":"0","39":"20934692","40":"Josephburne","41":"Joseph Burne","42":"376","43":"697","44":"40118","45":"Wimbledon","46":"Gentleman, constantly trying to be good, A legend in his own house","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402353090066518028","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402352634003169288","3":"2021-06-08 19:51:37","4":"BritishBakeOff","5":"@WendyTh50990762 It's only going one of two ways, isn't it? #GBBO","6":"Twitter Web App","7":"48","8":"1402351725021958144","9":"1025821103942512640","10":"WendyTh50990762","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402352634003169288","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402352388766380044","3":"2021-06-08 19:50:38","4":"BritishBakeOff","5":"Global domination awaits for Kevin and Maria Vittoria’s incredible Robot Showpiece creation for Chocolate Week. #GBBO https://t.co/d4h8bR4fog","6":"Twitter Media Studio","7":"117","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"143","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402352388766380044","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402351103212244994","3":"2021-06-08 19:45:32","4":"BritishBakeOff","5":"Pie, Robot. 🤖\\n\\nAmazing construction work from the pastry chefs on Bake Off: The Professionals. 👏👏👏 #GBBO https://t.co/HaeMtLN10L","6":"Twitter Media Studio","7":"104","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"35","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402351103212244994","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402350223188496385","3":"2021-06-08 19:42:02","4":"BritishBakeOff","5":"Chocolate Spaghetti. \\nWould you go there? #GBBO #SpagChoc https://t.co/GvZ6uSXoxZ","6":"Twitter Media Studio","7":"57","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"2","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402350223188496385","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402350189831233542","3":"2021-06-08 19:41:54","4":"BritishBakeOff","5":"Choux-denfreude. #GBBO https://t.co/K1IhaDlVbX","6":"Twitter Web App","7":"22","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"60","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"fr","33":"1402349407719329794","34":"Is it wrong that my partner and I are watching #GBBO simply to see things collapsing? #wrong #disaster","35":"2021-06-08 19:38:47","36":"Twitter for Android","37":"4","38":"0","39":"1240367834720604162","40":"carriebart1","41":"Bewitched, bothered and bewildered","42":"19","43":"132","44":"1911","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402350189831233542","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402348937575546880","3":"2021-06-08 19:36:55","4":"BritishBakeOff","5":"Terminator: Rise Of The Liams. #GBBO @Liamcbakes https://t.co/pUYmBQ9hjV","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"42","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402348937575546880","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402348629105463297","3":"2021-06-08 19:35:42","4":"BritishBakeOff","5":"\"That Tominator is out there. I can't be reasoned with. Or bargained with. It doesn't feel pity or remorse or fear. And it will not stop, ever, until you have baked.\" #GBBO https://t.co/tGSSrZk7hb","6":"Twitter Web App","7":"172","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"29","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402339739995418633","34":"That ‘Weird Science’ remake is coming along well. #GBBO @tomallencomedy @liamcbakes https://t.co/X92HRa1z41","35":"2021-06-08 19:00:22","36":"Twitter Media Studio","37":"33","38":"4","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402348629105463297","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402346436860203009","3":"2021-06-08 19:26:59","4":"BritishBakeOff","5":"The last 15 months. #GBBO https://t.co/1nlBgRZiT4","6":"Twitter Media Studio","7":"25","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"83","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402346436860203009","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402345824449974283","3":"2021-06-08 19:24:33","4":"BritishBakeOff","5":"Kevin & Maria Vittoria’s stunning Chocolate and Pink Grapefruit creation for the Secret Recipe Challenge. #GBBO https://t.co/Xuz7efNvEu","6":"Twitter Media Studio","7":"115","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"49","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402345824449974283","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402345519897264128","3":"2021-06-08 19:23:20","4":"BritishBakeOff","5":"Pac-Man after too much to drink at an 80s bar. #GBBO https://t.co/6KQ2o5wPLx","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"425","14":"17","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402345519897264128","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402345255815598082","3":"2021-06-08 19:22:17","4":"BritishBakeOff","5":"The choux must go on. Jamie & Andréa’s effort for the Secret Recipe Challenge. #GBBO https://t.co/zY2ZN2wVQJ","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"128","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402345255815598082","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402344744857083905","3":"2021-06-08 19:20:16","4":"BritishBakeOff","5":"“Stunning” is the verdict from @BenoitBlin_MCA on Julien & Elise’s Chocolate and Pink Grapefruit Cake. #GBBO https://t.co/fkbxN7BTsQ","6":"Twitter Media Studio","7":"112","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"65","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402344744857083905","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402344681392967688","3":"2021-06-08 19:20:01","4":"BritishBakeOff","5":"We'll bet our Judges don't share this take. #GBBO https://t.co/KU5tcMT1yg","6":"Twitter Web App","7":"49","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"31","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402343593470316546","34":"Disappointed none of them have just sliced a grapefruit in half and stuck a cherry in the middle #gbbo","35":"2021-06-08 19:15:41","36":"Twitter for iPhone","37":"7","38":"0","39":"80075217","40":"PaulBKirk","41":"Paul Kirk","42":"550","43":"1285","44":"12982","45":"Leicester","46":"House DJ/Producer & remixer. Check out my original tracks on Soundcloud: http://t.co/3bimgHm8ZH Subscribe to my podcast: http://t.co/cYiHiq6S7c","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402344681392967688","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402343311403331593","3":"2021-06-08 19:14:34","4":"BritishBakeOff","5":"Every day. #GBBO https://t.co/IhiBzcSiub","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"163","14":"27","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402343311403331593","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402342717334638597","3":"2021-06-08 19:12:12","4":"BritishBakeOff","5":"Relax. Don’t choux it. #GBBO https://t.co/cVAQIDK8pX","6":"Twitter Media Studio","7":"28","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"52","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402342717334638597","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402342483103830024","3":"2021-06-08 19:11:16","4":"BritishBakeOff","5":"The feeling of denial after every bad first date. #GBBO https://t.co/9AVChWMC9D","6":"Twitter Media Studio","7":"55","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402342483103830024","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402341567680163845","3":"2021-06-08 19:07:38","4":"BritishBakeOff","5":"@jambosn2 Our pleasure! Hope you enjoy the show tonight! #GBBO","6":"Twitter Web App","7":"52","8":"1402340365626183684","9":"134186537","10":"jambosn2","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402341567680163845","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402340953000714246","3":"2021-06-08 19:05:12","4":"BritishBakeOff","5":"We’re with you 100% @BenoitBlin_MCA! \\n🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫\\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\\n#GBBO https://t.co/8uOrN84r4D","6":"Twitter Media Studio","7":"69","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402340953000714246","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402340836399005701","3":"2021-06-08 19:04:44","4":"BritishBakeOff","5":"Hey! Don't knock it 'til you've tried it. THEN knock it. #GBBO https://t.co/wKAjE1op7U","6":"Twitter Web App","7":"62","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"15","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402340514305806341","34":"Chocolate and pink grapefruit, that classic combination. #gbbo","35":"2021-06-08 19:03:27","36":"Twitter for iPad","37":"9","38":"0","39":"23578874","40":"rozlaws","41":"Roz Laws","42":"2428","43":"1484","44":"45841","45":"Birmingham","46":"Freelance journalist and copywriter. Loves telly, travel, theatre and gin.","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402340836399005701","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402340508475838473","3":"2021-06-08 19:03:26","4":"BritishBakeOff","5":"The greatest crossover event of all time. @Cherish_Finden @DuranDuran #GBBO https://t.co/p99vYAA11V","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"148","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402340508475838473","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402340335838281731","3":"2021-06-08 19:02:44","4":"BritishBakeOff","5":"Not again. Please not again. #GBBO https://t.co/wChpZ3X8wi","6":"Twitter Web App","7":"34","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402339957767815169","34":"I wonder what will topple over this week? #gbbo","35":"2021-06-08 19:01:14","36":"Twitter for iPad","37":"1","38":"0","39":"23578874","40":"rozlaws","41":"Roz Laws","42":"2428","43":"1484","44":"45841","45":"Birmingham","46":"Freelance journalist and copywriter. Loves telly, travel, theatre and gin.","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402340335838281731","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402340315676262401","3":"2021-06-08 19:02:40","4":"BritishBakeOff","5":"Secret Recipe Challenge!!! #GBBO https://t.co/b81dWgUOA7","6":"Twitter Media Studio","7":"32","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"28","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402340315676262401","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402340140664639488","3":"2021-06-08 19:01:58","4":"BritishBakeOff","5":"\"Avengers! Sass-essmble!\" #GBBO https://t.co/q5W9362TJd https://t.co/p3GgCizhCw","6":"Twitter Web App","7":"55","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"21","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402338761749450752","34":"#GBBO Time #HulkSmash https://t.co/MQ17IKMjrt","35":"2021-06-08 18:56:29","36":"Twitter for Android","37":"2","38":"0","39":"839937565826363392","40":"StevenJohnHamp1","41":"Steven Hampson 🖖","42":"246","43":"998","44":"22599","45":"Salford, England","46":"Only here for the laughs 🤣 All opinions are my own and who knew I had so many 🤔\\nI'm a massive nerd on all things sci-fi /comedy's/ films TV and all things 80s","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402340140664639488","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402339739995418633","3":"2021-06-08 19:00:22","4":"BritishBakeOff","5":"That ‘Weird Science’ remake is coming along well. #GBBO @tomallencomedy @liamcbakes https://t.co/X92HRa1z41","6":"Twitter Media Studio","7":"83","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"33","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402339739995418633","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402335744354553858","3":"2021-06-08 18:44:30","4":"BritishBakeOff","5":"Stop what you’re doing, get down on your settees. We’ve some chocolate for you, that your eyes won’t believe. #GBBO https://t.co/gP3l0NDXet","6":"Twitter Web App","7":"115","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"45","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1402203757530824704","34":"All good things come in twos. Join @tomallencomedy and @liamcbakes for Heat One Week Three of Bake Off: The Professionals tonight at 8pm on @Channel4. #GBBO https://t.co/YaBjXoLckI","35":"2021-06-08 10:00:02","36":"Twitter Media Studio","37":"120","38":"9","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402335744354553858","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402332096945786882","3":"2021-06-08 18:30:00","4":"BritishBakeOff","5":"Staring at your telly armed with nibbles waiting for Bake Off Pros to begin. #GBBO https://t.co/UA2ofggOWN","6":"Twitter Media Studio","7":"82","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"74","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402332096945786882","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402324536150970371","3":"2021-06-08 17:59:58","4":"BritishBakeOff","5":"Your default setting for tonight’s Chocolate Week.\\nBake Off: The Professionals. 8pm. @Channel4. #GBBO https://t.co/BJaa2MYXM8","6":"Twitter Web App","7":"101","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"48","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402324536150970371","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402294348004331529","3":"2021-06-08 16:00:00","4":"BritishBakeOff","5":"Join @LiamcBakes, @tomallencomedy, @BenoitBlin_MCA and @Cherish_Finden for an hour of telly guaranteed to make your mouth water and make your heart boom boom a little bit faster.\\nBake Off: The Professionals. Chocolate Week. Tonight. 8pm. @Channel4. #GBBO https://t.co/l4A05ITyT3","6":"Twitter Media Studio","7":"254","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"89","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402294348004331529","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402264153658695697","3":"2021-06-08 14:00:01","4":"BritishBakeOff","5":"Here are the remaining pastry duos battling it out in Heat One Week Three of Bake Off: The Professionals. And there’s a little secret in store for them too. Join us at 8pm tonight on @Channel4 to find out! #GBBO https://t.co/SGShKtSpIR","6":"Twitter Media Studio","7":"211","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"53","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402264153658695697","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402233958251724800","3":"2021-06-08 12:00:02","4":"BritishBakeOff","5":"🚨 DROOL ALERT! THIS IS NOT A DRILL! 🚨\\nIt’s Chocolate Week on Bake Off: The Professionals tonight. Please take precautions and waterproof your living room. Lamination is your friend. #GBBO https://t.co/2gAcY1FXdv","6":"Twitter Media Studio","7":"187","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"106","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402233958251724800","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1402203757530824704","3":"2021-06-08 10:00:02","4":"BritishBakeOff","5":"All good things come in twos. Join @tomallencomedy and @liamcbakes for Heat One Week Three of Bake Off: The Professionals tonight at 8pm on @Channel4. #GBBO https://t.co/YaBjXoLckI","6":"Twitter Media Studio","7":"156","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"120","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1402203757530824704","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1401833447233105922","3":"2021-06-07 09:28:33","4":"BritishBakeOff","5":"Waking up and remembering it’s Chocolate Week on Bake Off: The Professionals! #GBBO #MondayMotivation https://t.co/EQf6PQAmB1","6":"Twitter Web App","7":"101","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"139","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1401833447233105922","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1400761749884878852","3":"2021-06-04 10:30:00","4":"BritishBakeOff","5":"Every time the sun comes out. ☀️☀️☀️🍦🍦🍦 #GBBO #FridayFeeling https://t.co/SvmLXdV9iI","6":"Twitter Media Studio","7":"60","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"136","14":"5","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1400761749884878852","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1400422011709571078","3":"2021-06-03 12:00:00","4":"BritishBakeOff","5":"The politest disagreement ever. #GBBO https://t.co/IfnlUZZzNz","6":"Twitter Media Studio","7":"37","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"94","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1400422011709571078","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1400391818945064961","3":"2021-06-03 10:00:02","4":"BritishBakeOff","5":"We are our own worst enemies. #ThursdayThoughts #GBBO https://t.co/9Fn5NRZ29F","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"194","14":"7","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1400391818945064961","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1400089821645787138","3":"2021-06-02 14:00:00","4":"BritishBakeOff","5":"Those mesmerising Macaron Tower Showpieces from last night’s Bake Off Pros. #GBBO https://t.co/8c1f0sl5eP","6":"Twitter Media Studio","7":"81","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"47","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1400089821645787138","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1400059632505208838","3":"2021-06-02 12:00:02","4":"BritishBakeOff","5":"Society. #GBBO https://t.co/ScKJzswZf6","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"371","14":"19","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1400059632505208838","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1400033197589778432","3":"2021-06-02 10:15:00","4":"BritishBakeOff","5":"Never judge a book by its cover. #WednesdayWisdom #GBBO https://t.co/M7SS9aIGpX","6":"Twitter Media Studio","7":"55","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"135","14":"8","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1400033197589778432","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399829721463111685","3":"2021-06-01 20:46:27","4":"BritishBakeOff","5":"@Ianhwatkins Tell me that you are the only bun. The only bun for me...","6":"Twitter Web App","7":"57","8":"1399828921470885889","9":"98484351","10":"Ianhwatkins","11":"FALSE","12":"FALSE","13":"5","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399829721463111685","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399828647087947778","3":"2021-06-01 20:42:11","4":"BritishBakeOff","5":"@Ianhwatkins If you do make a big cake, please make sure there aren't any wasted tiers... 😉😜","6":"Twitter Web App","7":"79","8":"1399827865596727297","9":"98484351","10":"Ianhwatkins","11":"FALSE","12":"FALSE","13":"3","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399828647087947778","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399827880327135233","3":"2021-06-01 20:39:08","4":"BritishBakeOff","5":"Right, we’re off to dream about IRISH COFFEE MOUSSE! You’re welcome to join us - in the dream, not in the bed. Until next time, tweeters! #GBBO https://t.co/KD9lZkcLmg","6":"Twitter Media Studio","7":"143","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"62","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399827880327135233","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399822207493279748","3":"2021-06-01 20:16:36","4":"BritishBakeOff","5":"There. Will. Be. Drool.\\nStart hydrating folks - it’s Chocolate Week next Tuesday on Bake Off: The Professionals! #GBBO https://t.co/CtfSP1mqES","6":"Twitter Media Studio","7":"118","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399822207493279748","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399821763995918338","3":"2021-06-01 20:14:50","4":"BritishBakeOff","5":"Truly magical. Here are the Mushroom Illusion and Cube Shaped Desserts from our Heat One Week Two pastry chefs on Bake Off: The Professionals. #GBBO https://t.co/KkYmsQSFzy","6":"Twitter Media Studio","7":"148","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"65","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399821763995918338","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399821214022094849","3":"2021-06-01 20:12:39","4":"BritishBakeOff","5":"@Ianhwatkins The love has scone... but it's got a hold of our tart! #GBBO","6":"Twitter Web App","7":"60","8":"1399814699030548481","9":"98484351","10":"Ianhwatkins","11":"FALSE","12":"FALSE","13":"11","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399821214022094849","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399820520691056641","3":"2021-06-01 20:09:54","4":"BritishBakeOff","5":"When well intended mushroom puns turn out a bit shiitake… and we thought @tomallencomedy was such a fun-ghi! #GBBO https://t.co/yDqx0LnBZI","6":"Twitter Media Studio","7":"114","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"57","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399820520691056641","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399818219712622592","3":"2021-06-01 20:00:45","4":"BritishBakeOff","5":"Behold the magnificent and mighty Macaron Tower Showpieces from our Bake Off: The Professionals pastry chefs in Heat One Week Two. #GBBO https://t.co/rl983mtsbY","6":"Twitter Media Studio","7":"136","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"43","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399818219712622592","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399817664764203017","3":"2021-06-01 19:58:33","4":"BritishBakeOff","5":"Congratulations again to Julien and Elise - our Heat One Week Two winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/QUaRvsdKaw","6":"Twitter Web App","7":"114","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"89","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [4]>","27":"<chr [4]>","28":"<chr [4]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399817664764203017","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399817397029179403","3":"2021-06-01 19:57:29","4":"BritishBakeOff","5":"You win some, you lose some. We’re sad to see Sherrazade and Merryn leave the competition, but we know there’s plenty of winning ahead for these talented pastry chefs! #GBBO https://t.co/Wh5E5im8aY","6":"Twitter Media Studio","7":"173","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"84","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399817397029179403","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399816747167911936","3":"2021-06-01 19:54:54","4":"BritishBakeOff","5":"OH NO!! 😱😱😱 #GBBO https://t.co/s1dJRgdPtM","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"303","14":"31","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399816747167911936","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399816129502232579","3":"2021-06-01 19:52:27","4":"BritishBakeOff","5":"Wow! The marvellous Macaron Showpiece from Michael and Andrew. #GBBO https://t.co/FxqneZeu16","6":"Twitter Media Studio","7":"68","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"74","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399816129502232579","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399813882911277058","3":"2021-06-01 19:43:31","4":"BritishBakeOff","5":"No words. 😢 #GBBO https://t.co/3zp6EXabDt","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"96","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399813882911277058","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399813688966758406","3":"2021-06-01 19:42:45","4":"BritishBakeOff","5":"When the muscle memory kicks in during an @OfficialSteps song next time you’re allowed on the dance floor… #GBBO @Ianhwatkins https://t.co/tcwFtuS5OV","6":"Twitter Web App","7":"125","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"57","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399813688966758406","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399813605068099588","3":"2021-06-01 19:42:25","4":"BritishBakeOff","5":"Un-baaa-lievable. #GBBO https://t.co/aFLjpZDFhH","6":"Twitter Web App","7":"23","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"8","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1399813170701770753","34":"Correction: Watching #GBBO and having dinner 👍 https://t.co/MDBVBfShku","35":"2021-06-01 19:40:41","36":"Twitter Web App","37":"0","38":"0","39":"51015425","40":"cedgson91","41":"Catherine Edgson (they/them)","42":"100","43":"95","44":"3936","45":"Kingston upon Thames, London","46":"Non binary human, autistic, grey ace, bi. Working as Bank admin for West London NHS trust. Coffee and theatre lover","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399813605068099588","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399813312154583041","3":"2021-06-01 19:41:15","4":"BritishBakeOff","5":"Disney films before the death scene arrives and ruins your childhood. #GBBO https://t.co/Ph0d8S2Ujb","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"31","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399813312154583041","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399812347187892234","3":"2021-06-01 19:37:25","4":"BritishBakeOff","5":"@PatchworkSteve Team work makes the dream work... #GBBO https://t.co/L7uPLjrRbp","6":"Twitter Web App","7":"39","8":"1399811961391620096","9":"1464921007","10":"PatchworkSteve","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399812347187892234","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399812235560689669","3":"2021-06-01 19:36:58","4":"BritishBakeOff","5":"Watching #GBBO and snacking. The multitasking dream. https://t.co/wogY7GfJFr","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"71","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399812235560689669","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399811864561860611","3":"2021-06-01 19:35:30","4":"BritishBakeOff","5":"@WatchingTVnFilm Bake Off moves pretty fast... #GBBO https://t.co/l0b3AUznN9","6":"Twitter Web App","7":"35","8":"1399811427704127489","9":"1359131601611980808","10":"WatchingTVnFilm","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399811864561860611","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399811766192852994","3":"2021-06-01 19:35:06","4":"BritishBakeOff","5":"Accurate. #GBBO https://t.co/kv8xsAlQuj","6":"Twitter Web App","7":"15","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"161","14":"15","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399811766192852994","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399811359022501891","3":"2021-06-01 19:33:29","4":"BritishBakeOff","5":"🌶🌶🌶 #GBBO @Liamcbakes https://t.co/cYAHczx9uf","6":"Twitter Media Studio","7":"21","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"59","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399811359022501891","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399810863616479233","3":"2021-06-01 19:31:31","4":"BritishBakeOff","5":"You have NO idea... 😉#GBBO https://t.co/IDnu4klAmB","6":"Twitter Web App","7":"26","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"11","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1399810501727686658","34":"@BritishBakeOff @cherish_finden I thought this WAS her villainous side 😅","35":"2021-06-01 19:30:05","36":"Twitter Web App","37":"0","38":"0","39":"1359131601611980808","40":"WatchingTVnFilm","41":"WatchingTV 💙🌈","42":"366","43":"411","44":"14785","45":"UK","46":"Here to talk about TV, make friends, share information.\\nA phoenix/ water sprite. \\nMarried. ♀️ No DMs unless I know you.\\nPhotos: M. Sivaram, F. Andreotti","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399810863616479233","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399810674520428545","3":"2021-06-01 19:30:46","4":"BritishBakeOff","5":"@ylovesgok @Channel4 You say \"toadstool\", we say \"mushroom\"... that really doesn't work does it? https://t.co/7a7zDwx96w","6":"Twitter Web App","7":"75","8":"1399810119647518725","9":"380309046","10":"ylovesgok","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399810674520428545","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399810100097847306","3":"2021-06-01 19:28:29","4":"BritishBakeOff","5":"😱😱😱😱 #GBBO @Cherish_Finden https://t.co/iYDEbeh0Fo","6":"Twitter Media Studio","7":"26","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"71","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399810100097847306","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399809610962329600","3":"2021-06-01 19:26:33","4":"BritishBakeOff","5":"The most feared sight in baking - @Cherish_Finden with her ruler out. #GBBO https://t.co/D0319vP9Gv","6":"Twitter Media Studio","7":"75","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"94","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399809610962329600","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399809462387589122","3":"2021-06-01 19:25:57","4":"BritishBakeOff","5":"What Super Mario sees in the Mushroom Kingdom. #GBBO https://t.co/a3oYsIJSKw","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"68","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399809462387589122","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399809304350371846","3":"2021-06-01 19:25:20","4":"BritishBakeOff","5":"There's only one way to settle this... #GBBO https://t.co/Q145ImR5Eh","6":"Twitter Web App","7":"44","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"12","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1399808459617542144","34":"Benoit 😍 #Gbbo https://t.co/1JZs19Mc8m","35":"2021-06-01 19:21:58","36":"Twitter for iPhone","37":"1","38":"0","39":"22966596","40":"drummergirl1971","41":"AtinA 🍊🍊🍊","42":"6320","43":"6758","44":"62108","45":"Nottingham, England","46":"Smiths & cigs fan, JC stan, not a professional drummer. Better hair than Boris, more Charisma than Kieth. Pizzazz, snazz & razzmatazz. #Woke #BLM","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399809304350371846","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399808589032722441","3":"2021-06-01 19:22:29","4":"BritishBakeOff","5":"@CMNatic Thank you. The key to posting for so many platforms is being versatile. #GBBO","6":"Twitter Web App","7":"77","8":"1399807145982504963","9":"865230230","10":"CMNatic","11":"FALSE","12":"FALSE","13":"167","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399808589032722441","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399808319834005508","3":"2021-06-01 19:21:25","4":"BritishBakeOff","5":"Now we may be wrong, but we get the impression @Cherish_Finden may have enjoyed that. #GBBO https://t.co/GMmrHG31KF","6":"Twitter Media Studio","7":"91","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"36","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399808319834005508","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399808093295349760","3":"2021-06-01 19:20:31","4":"BritishBakeOff","5":"Ouch 😳😳😳 #GBBO https://t.co/2xuWgHQOr9","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"92","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399808093295349760","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399807685571272704","3":"2021-06-01 19:18:54","4":"BritishBakeOff","5":"@Apshe1 😇 #GBBO","6":"Twitter Web App","7":"7","8":"1399807520433115142","9":"25652926","10":"Apshe1","11":"FALSE","12":"FALSE","13":"6","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399807685571272704","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399806929237651466","3":"2021-06-01 19:15:53","4":"BritishBakeOff","5":"Me during every #GBBO ad break. @tomallencomedy https://t.co/pQs7FXiFCp","6":"Twitter Media Studio","7":"47","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"172","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399806929237651466","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399806701247864832","3":"2021-06-01 19:14:59","4":"BritishBakeOff","5":"Relationships in a nutshell. #GBBO https://t.co/exRNidDNMT","6":"Twitter Media Studio","7":"34","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"31","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399806701247864832","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399806545735606274","3":"2021-06-01 19:14:22","4":"BritishBakeOff","5":"A top is nothing without a bottom. #GBBO https://t.co/Mh9rwk8QI7","6":"Twitter Media Studio","7":"40","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"537","14":"89","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399806545735606274","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399806107414056966","3":"2021-06-01 19:12:37","4":"BritishBakeOff","5":"Whatta guy. #GBBO https://t.co/yzrWFnTwyH","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"23","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399806107414056966","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399806054540709890","3":"2021-06-01 19:12:25","4":"BritishBakeOff","5":"Irish Coffee Mousse!\\nStop the show. It’s never going to get any better than this.\\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\\n#GBBO https://t.co/8U1Fv7uoGN","6":"Twitter Media Studio","7":"108","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"50","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399806054540709890","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399805997900783617","3":"2021-06-01 19:12:11","4":"BritishBakeOff","5":"@BurgessMoon A damn fine spot on your part there... #GBBO https://t.co/AI4KpYkRco","6":"Twitter Web App","7":"44","8":"1399805509608300551","9":"554339211","10":"BurgessMoon","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399805997900783617","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399805806904815627","3":"2021-06-01 19:11:26","4":"BritishBakeOff","5":"🤤🤤🤤 #GBBO https://t.co/hLerMMk3gP","6":"Twitter Media Studio","7":"9","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"209","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399805806904815627","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399805741486247939","3":"2021-06-01 19:11:10","4":"BritishBakeOff","5":"No escape. #GBBO https://t.co/BThhH72eoK","6":"Twitter Web App","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"110","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"es","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399805741486247939","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399805503191109632","3":"2021-06-01 19:10:13","4":"BritishBakeOff","5":"We do love Mr Styles' love of tasty song titles. Watermelon Sugar, Kiwi, Cherry. Do we feel a themed challenge coming on? 🤔#GBBO https://t.co/hJe09vLiIz","6":"Twitter Web App","7":"128","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"39","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1399804451968405512","34":"Cherish and Benoit getting ready to measure right angles \\n#gbbo https://t.co/GkuuSdV1OF","35":"2021-06-01 19:06:03","36":"Twitter for Android","37":"12","38":"0","39":"20934692","40":"Josephburne","41":"Joseph Burne","42":"376","43":"697","44":"40118","45":"Wimbledon","46":"Gentleman, constantly trying to be good, A legend in his own house","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399805503191109632","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399804958665498631","3":"2021-06-01 19:08:03","4":"BritishBakeOff","5":"🔥🔥🔥🔥🔥🔥🔥🔥 #GBBO https://t.co/Re7z9YsAQk","6":"Twitter Media Studio","7":"14","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"33","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399804958665498631","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399804688573337600","3":"2021-06-01 19:06:59","4":"BritishBakeOff","5":"Garmonbozia! #GBBO #TwinPeaks https://t.co/AxGeuaCvTr","6":"Twitter Media Studio","7":"29","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"24","14":"2","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"eu","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399804688573337600","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399804613755293707","3":"2021-06-01 19:06:41","4":"BritishBakeOff","5":"If Del Boy was a pastry chef… #GBBO https://t.co/QabEv0bZLN","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"20","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399804613755293707","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399804193481932804","3":"2021-06-01 19:05:01","4":"BritishBakeOff","5":"Life can be so unfair. #GBBO https://t.co/Anb6GTJgya","6":"Twitter Media Studio","7":"28","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"73","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399804193481932804","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399803313428873229","3":"2021-06-01 19:01:31","4":"BritishBakeOff","5":"Iconic. ❤️❤️\\n@liamcbakes displays his superpowers and @tomallencomedy shows us his Fanny Cradock. #GBBO https://t.co/79kdGQ40tb","6":"Twitter Media Studio","7":"103","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"242","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399803313428873229","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399799155279634439","3":"2021-06-01 18:45:00","4":"BritishBakeOff","5":"It’s time to calmly head towards your tellies - Bake Off Pros is coming up at 8pm on @Channel4! #GBBO https://t.co/vEbHytPHys","6":"Twitter Media Studio","7":"101","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399799155279634439","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399788229092646913","3":"2021-06-01 18:01:35","4":"BritishBakeOff","5":"Could Cherish’s dreaded ruler be making an appearance tonight? Not long until we find out! #GBBO https://t.co/BkLN9WrBpJ","6":"Twitter Media Studio","7":"96","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"56","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399788229092646913","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399757638641111040","3":"2021-06-01 16:00:01","4":"BritishBakeOff","5":"Who faces the chop tonight? Here are the remaining pastry chef duos left to battle it out in tonight’s Bake Off: The Professionals at 8pm on @Channel4. #GBBO https://t.co/Z4xWc2NxnB","6":"Twitter Media Studio","7":"157","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"36","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399757638641111040","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399727441095004161","3":"2021-06-01 14:00:02","4":"BritishBakeOff","5":"When you check what’s on later and spot Bake Off: The Professionals in the schedules at 8pm tonight on @Channel4. #GBBO @Liamcbakes https://t.co/a3K8abMeyC","6":"Twitter Media Studio","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"193","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399727441095004161","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399659485107470342","3":"2021-06-01 09:30:00","4":"BritishBakeOff","5":"Hell hath no fury like the underwhelmed palates of Benoit and Cherish. \\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/0POoM3KObN","6":"Twitter Web App","7":"131","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"179","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399659485107470342","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399372595506515975","3":"2021-05-31 14:30:00","4":"BritishBakeOff","5":"New week. New episode of Bake Off Pros! #MondayMotivation #GBBO https://t.co/vhcfKDLIIf","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"131","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399372595506515975","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1399290805848657927","3":"2021-05-31 09:05:00","4":"BritishBakeOff","5":"Gearing up for another week of 2021 like… #MondayMotivation #GBBO https://t.co/SmY0TYF7A4","6":"Twitter Media Studio","7":"65","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"193","14":"5","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1399290805848657927","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1398262794190000135","3":"2021-05-28 13:00:03","4":"BritishBakeOff","5":"Trudging towards another 2021 weekend like… #FridayFeeling https://t.co/xykSnTYqTK","6":"Twitter Media Studio","7":"58","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"103","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1398262794190000135","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1398217484017094660","3":"2021-05-28 10:00:00","4":"BritishBakeOff","5":"Five minutes into every new diet. #GBBO https://t.co/QI4YjUR2vb","6":"Twitter Media Studio","7":"39","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"268","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1398217484017094660","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397923047231791106","3":"2021-05-27 14:30:01","4":"BritishBakeOff","5":"Relatable. #GBBO https://t.co/fnBGcrDRbd","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"230","14":"17","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397923047231791106","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397843771035897856","3":"2021-05-27 09:15:00","4":"BritishBakeOff","5":"Any. Moment. Now. Please. \\n#ThursdayThoughts #GBBO https://t.co/RPJXFTKGjU","6":"Twitter Media Studio","7":"50","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"251","14":"13","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397843771035897856","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397507808355135491","3":"2021-05-26 11:00:00","4":"BritishBakeOff","5":"When you’ve forgotten how to make close contact with others. #GBBO https://t.co/HyHhezmOhu","6":"Twitter Media Studio","7":"66","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"227","14":"25","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397507808355135491","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397485160522665988","3":"2021-05-26 09:30:00","4":"BritishBakeOff","5":"Failing to prepare is preparing to fail. #WednesdayWisdom #GBBO https://t.co/9pHc90g7Iy","6":"Twitter Media Studio","7":"63","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"95","14":"3","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397485160522665988","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397287192297459718","3":"2021-05-25 20:23:21","4":"BritishBakeOff","5":"HMRC may say they're cakes (which they are, of course they are) but tonight's (advisory) poll declares them biscuits! #GBBO https://t.co/woVzM6lAX9","6":"Twitter Web App","7":"123","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"85","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397267038331101186","34":"Big question here, Twitter! Choose wisely! #GBBO https://t.co/ztaxUDlVIV","35":"2021-05-25 19:03:16","36":"Twitter Media Studio","37":"1556","38":"374","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397287192297459718","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397286932762222598","3":"2021-05-25 20:22:19","4":"BritishBakeOff","5":"Thanks for joining us for the return of Bake Off Pros tonight! Your tweets are every bit as tasty as the finest pastry. #GBBO https://t.co/Zb8hKFysXo","6":"Twitter Media Studio","7":"125","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"56","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397286932762222598","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397286250248290307","3":"2021-05-25 20:19:37","4":"BritishBakeOff","5":"@robertpreseau Cookies pretty much covers it, perhaps. Very similar. #GBBO","6":"Twitter Web App","7":"59","8":"1397284394411438081","9":"1254834595","10":"robertpreseau","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397286250248290307","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397285716376305673","3":"2021-05-25 20:17:29","4":"BritishBakeOff","5":"@GThomas1970 @BenoitBlin_MCA Great minds. 🙏 #GBBO https://t.co/PSHq7ZXb6f","6":"Twitter Web App","7":"20","8":"1397285163550248964","9":"22613249","10":"GThomas1970","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397285716376305673","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397284306846945289","3":"2021-05-25 20:11:53","4":"BritishBakeOff","5":"@StaceyAllton Have you RTd for cake? #GBBO","6":"Twitter Web App","7":"28","8":"1397283757527289856","9":"769318669","10":"StaceyAllton","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397284306846945289","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397284241583575044","3":"2021-05-25 20:11:38","4":"BritishBakeOff","5":"@colettem1983 So that's an RT then? 😉 #GBBO","6":"Twitter Web App","7":"29","8":"1397283743967158276","9":"2953314352","10":"colettem1983","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397284241583575044","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397283573275766798","3":"2021-05-25 20:08:58","4":"BritishBakeOff","5":"Coming up next Tuesday on Bake Off: The Professionals for our remaining Heat One pastry chefs… #GBBO https://t.co/ev1usO4QjN","6":"Twitter Media Studio","7":"100","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"63","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397283573275766798","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397283493508431874","3":"2021-05-25 20:08:39","4":"BritishBakeOff","5":"10 minutes before this advisory poll concludes.\\n\\nTo be clear. RT = Cake. ❤️ = Biscuit.\\n\\nConserve time and energy if you think it's a cake by RTing instead of typing lengthy tweets about tax designations. Because it really is going the way of the biscuit so far... #GBBO https://t.co/woVzM6lAX9","6":"Twitter Web App","7":"269","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"210","14":"47","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397267038331101186","34":"Big question here, Twitter! Choose wisely! #GBBO https://t.co/ztaxUDlVIV","35":"2021-05-25 19:03:16","36":"Twitter Media Studio","37":"1556","38":"374","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397283493508431874","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397282707512696836","3":"2021-05-25 20:05:32","4":"BritishBakeOff","5":"Feast your eyes on the Heat One Week One Showpieces from our fabulous pastry chefs on Bake Off: The Professionals. #GBBO https://t.co/X88gstmIC0","6":"Twitter Media Studio","7":"120","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"107","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397282707512696836","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397281763781709827","3":"2021-05-25 20:01:47","4":"BritishBakeOff","5":"Fantastic creativity from our Heat One pastry chefs in the first Miniature Challenge of the series. #GBBO https://t.co/l4MTJcmA6r","6":"Twitter Media Studio","7":"105","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"49","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397281763781709827","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397281673725857796","3":"2021-05-25 20:01:25","4":"BritishBakeOff","5":"This debate just got REAL. 😳 #GBBO https://t.co/gol69EwusG","6":"Twitter Web App","7":"34","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"82","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397280930436468745","34":"@BritishBakeOff Now is this a cake or is it a biscuit? 🤣 https://t.co/fu73KtDdm4","35":"2021-05-25 19:58:28","36":"Twitter for iPhone","37":"21","38":"2","39":"242798487","40":"becky_n22","41":"Becky Nicholson","42":"612","43":"514","44":"4820","45":"Carlisle","46":"Pug owner, cake baker, fitness enthusiast and excessive cocktail drinker🍹","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397281673725857796","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397280858449620995","3":"2021-05-25 19:58:11","4":"BritishBakeOff","5":"😢 #GBBO https://t.co/zBMUgbmNc1","6":"Twitter Media Studio","7":"7","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"77","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397280858449620995","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397280597194821637","3":"2021-05-25 19:57:09","4":"BritishBakeOff","5":"We’re sad to say farewell to Alex and Stacey. Things didn’t go your way, but mistakes can be the making of us. Onwards and upwards! #GBBO https://t.co/lmOWBAkLlb","6":"Twitter Media Studio","7":"137","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"51","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397280597194821637","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397280526298492929","3":"2021-05-25 19:56:52","4":"BritishBakeOff","5":"Well done to Julien and Elise - our Heat One Week One winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/4gjFcfsjjO","6":"Twitter Web App","7":"102","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"107","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [4]>","27":"<chr [4]>","28":"<chr [4]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397280526298492929","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397280335256227842","3":"2021-05-25 19:56:06","4":"BritishBakeOff","5":"@boomboxgaz Good God man! We're bakers, not confectionary tax inspectors! #GBBO https://t.co/OMFBR0pxrt","6":"Twitter Web App","7":"67","8":"1397268418114490370","9":"813994220","10":"boomboxgaz","11":"FALSE","12":"FALSE","13":"30","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397280335256227842","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397279466435584001","3":"2021-05-25 19:52:39","4":"BritishBakeOff","5":"The struggle is real. #GBBO @tomallencomedy https://t.co/fylCGfhrWK","6":"Twitter Media Studio","7":"43","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"485","14":"50","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397279466435584001","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397279264597217281","3":"2021-05-25 19:51:51","4":"BritishBakeOff","5":"@HogarthMatty #GBBO https://t.co/rpz0fMRxg2","6":"Twitter Web App","7":"5","8":"1397278822773440517","9":"1048849582988382208","10":"HogarthMatty","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397279264597217281","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397279053682552832","3":"2021-05-25 19:51:01","4":"BritishBakeOff","5":"What you want to say in a restaurant but are too embarrassed to say it. #GBBO https://t.co/j0ItcnTEXK","6":"Twitter Media Studio","7":"77","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"26","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397279053682552832","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397278975634911234","3":"2021-05-25 19:50:42","4":"BritishBakeOff","5":"There’s nothing on television quite like Benoit Blin reacting to a great dessert. #GBBO @BenoitBlin_MCA https://t.co/SvsBJXJflb","6":"Twitter Media Studio","7":"103","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"84","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397278975634911234","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397278964243177483","3":"2021-05-25 19:50:39","4":"BritishBakeOff","5":"We salute everyone doing this. Everywhere. #GBBO https://t.co/nBxetnV2jS https://t.co/RWsGcCEJQY","6":"Twitter Web App","7":"72","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"20","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397278196987580422","34":"Having a watch along WhatsApp conversation for #GBBO with my mum.\\n\\nThis is peak 2021.","35":"2021-05-25 19:47:36","36":"Twitter for Android","37":"4","38":"0","39":"112159748","40":"interacter","41":"Neil Hopkins","42":"1550","43":"925","44":"45849","45":"Sussex, UK","46":"Trying to make the world better one thought, action & #behaviourchange initiative at a time | Intentional Generalist | Partner of @psychchris101 | 🏳️🌈 He/him","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397278964243177483","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397278021560713219","3":"2021-05-25 19:46:55","4":"BritishBakeOff","5":"Mission: Impossible levels of tension. #GBBO https://t.co/OXf4syoYQi","6":"Twitter Web App","7":"44","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"50","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397277815905599495","34":"Watching them move their showpiece! #GBBO https://t.co/vjD7Hu9CLA","35":"2021-05-25 19:46:06","36":"Twitter for Android","37":"5","38":"0","39":"21092641","40":"Scottishwoody","41":"Scotty W","42":"523","43":"355","44":"38975","45":"Dunfermline, Scotland","46":"Early 30s, still don't know my plan in life!","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397278021560713219","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397277694706991111","3":"2021-05-25 19:45:37","4":"BritishBakeOff","5":"When the Bake Off ad break hits and you calmly walk to the kitchen to raid the cookie jar. #GBBO https://t.co/LKZiH20AQ3","6":"Twitter Media Studio","7":"96","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"192","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397277694706991111","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397277342762950656","3":"2021-05-25 19:44:13","4":"BritishBakeOff","5":"Every day. #GBBO https://t.co/yVv4wS7JXr","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"113","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397277342762950656","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397276987526369281","3":"2021-05-25 19:42:48","4":"BritishBakeOff","5":"In a good way, right @Gemified? #GBBO https://t.co/HHqUrPJeRo","6":"Twitter Web App","7":"37","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"21","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397275555754557441","34":"Time for @BritishBakeOff Professionals. Time for my stress levels to go through the roof! #BakeOffProfessionals 😳 https://t.co/2O9mVAWGQU","35":"2021-05-25 19:37:07","36":"Twitter for Android","37":"5","38":"0","39":"29187947","40":"Gemified","41":"Gem","42":"601","43":"693","44":"47148","45":"Right here.","46":"Friend. Writer. Learner. Food Lover. LDNer. Restless Wanderer. PANK. Stealth crazy. Secret Optimist. Irrepresible Dreamer. Stickfighter. Forever in awe of life.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397276987526369281","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397275791763910663","3":"2021-05-25 19:38:03","4":"BritishBakeOff","5":"When you’re finally told it’s safe to socialise again but you’ve forgotten how. #GBBO https://t.co/3fDO74wowR","6":"Twitter Media Studio","7":"85","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"260","14":"41","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397275791763910663","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397275702907523080","3":"2021-05-25 19:37:42","4":"BritishBakeOff","5":"What your mind sees when you hear the words Fraisier Cake… #GBBO https://t.co/4BTyci21nI","6":"Twitter Media Studio","7":"64","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"261","14":"22","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397275702907523080","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397274318933999616","3":"2021-05-25 19:32:12","4":"BritishBakeOff","5":"An actual chocolate teapot being made on Bake Off: The Professionals!! 🙌 #GBBO https://t.co/0Snk40ZXdm","6":"Twitter Media Studio","7":"78","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"119","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397274318933999616","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397274207785005059","3":"2021-05-25 19:31:45","4":"BritishBakeOff","5":"@NoWireHangers 😉 #GBBO https://t.co/pPvHWVI4mp","6":"Twitter Web App","7":"7","8":"1397273721853947904","9":"23926675","10":"NoWireHangers","11":"FALSE","12":"FALSE","13":"4","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397274207785005059","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397273923541155842","3":"2021-05-25 19:30:38","4":"BritishBakeOff","5":"When it’s human anatomy time on the syllabus and your Biology teacher is a bit shy. #GBBO https://t.co/ymfhOUSjXp","6":"Twitter Media Studio","7":"89","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"29","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397273923541155842","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397273706775339013","3":"2021-05-25 19:29:46","4":"BritishBakeOff","5":"❤️s still have it... if you're Team Cake this isn't looking good. #GBBO","6":"Twitter Web App","7":"71","8":"1397267038331101186","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"18","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397273706775339013","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397273354818793477","3":"2021-05-25 19:28:22","4":"BritishBakeOff","5":"Be afraid. Be very afraid.\\n😱😱😱😱😱😱😱\\n#GBBO https://t.co/fKztNopjAH","6":"Twitter Media Studio","7":"40","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"67","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397273354818793477","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397272601718935552","3":"2021-05-25 19:25:22","4":"BritishBakeOff","5":"It’s a Jaffa Cake, but not as we know it. Exquisite work from Julien and Elise. 👏👏 #GBBO https://t.co/NPu9GlvF5f","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"744","14":"28","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397272601718935552","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397272291029958662","3":"2021-05-25 19:24:08","4":"BritishBakeOff","5":"@TeachingTheVoid Brilliant! Hope you enjoy the show! 🙏#GBBO","6":"Twitter Web App","7":"42","8":"1397271666342961160","9":"1705537770","10":"TeachingTheVoid","11":"FALSE","12":"FALSE","13":"1","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397272291029958662","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397272148708929539","3":"2021-05-25 19:23:34","4":"BritishBakeOff","5":"Judging. #GBBO https://t.co/0voZH7C9J3","6":"Twitter Web App","7":"14","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"14","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397271828226322437","34":"Cherish rolling up her sleeves ahead of the slaughtering <3 #gbbo #BakeOffTheProfessionals","35":"2021-05-25 19:22:18","36":"Twitter Web App","37":"10","38":"1","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397272148708929539","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397271724710928386","3":"2021-05-25 19:21:53","4":"BritishBakeOff","5":"Things That Make A Baker Nervous #1\\n\\n@Cherish_Finden rolling up her sleeves before judging your work\\n#GBBO https://t.co/0XhVAA9jw0","6":"Twitter Media Studio","7":"106","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"116","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397271724710928386","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397271020617277447","3":"2021-05-25 19:19:06","4":"BritishBakeOff","5":"When you realise you’re already out of nibbles by the first #GBBO ad break https://t.co/SyQauMb0yF","6":"Twitter Media Studio","7":"74","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"71","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397271020617277447","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397270942489927681","3":"2021-05-25 19:18:47","4":"BritishBakeOff","5":"Jaffa cakes are so much more than just food. #GBBO @LiamcBakes @tomallencomedy https://t.co/NKQuURcYqw","6":"Twitter Media Studio","7":"78","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"101","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397270942489927681","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397270275281014791","3":"2021-05-25 19:16:08","4":"BritishBakeOff","5":"The ❤️s say biscuit... what say you? #GBBO","6":"Twitter Web App","7":"42","8":"1397267038331101186","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"25","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397270275281014791","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397270079323181061","3":"2021-05-25 19:15:21","4":"BritishBakeOff","5":"@katsitter Sorry Kath, hope we're at least a good thing to enjoy in the evening. 👍#GBBO","6":"Twitter Web App","7":"76","8":"1397268979492827158","9":"91665704","10":"katsitter","11":"FALSE","12":"FALSE","13":"7","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397270079323181061","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397269976898281475","3":"2021-05-25 19:14:57","4":"BritishBakeOff","5":"My brain trying to will the British Summer into existence. #GBBO https://t.co/P7UW1hzJ0p","6":"Twitter Media Studio","7":"64","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"32","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397269976898281475","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397269458369105920","3":"2021-05-25 19:12:53","4":"BritishBakeOff","5":"Biscuits? Or CAKE REBELS? #GBBO https://t.co/uqe0dL6IPU","6":"Twitter Web App","7":"31","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"5","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397269458369105920","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397269377179865089","3":"2021-05-25 19:12:34","4":"BritishBakeOff","5":"How to ruin a beautiful bake. #GBBO https://t.co/HkA1YBLVif","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"88","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397269377179865089","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397269215451680772","3":"2021-05-25 19:11:55","4":"BritishBakeOff","5":"What say you? Should \"biscake\" become a word? #GBBO https://t.co/5SZXWdeY4g","6":"Twitter Web App","7":"51","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397269001273810946","34":"Is a BISCAKE.\\n\\n(is that a word?)\\n\\n@BritishBakeOff #GBBO https://t.co/crDFNSLlVk","35":"2021-05-25 19:11:04","36":"Twitter for Android","37":"4","38":"1","39":"246951711","40":"KiuSum","41":"Kiu Sum","42":"1781","43":"936","44":"13547","45":"","46":"PhD-ing Nutrition @LifeSciWestmin 👧🏻| ANutr🍏| @EdBurritoPod Host🎙️🌯 | President @UoWPhDSociety 👥 | Chair @NutSoc_SC 🗣️| Student Engagement |Own Views 🔍","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397269215451680772","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397269105019924481","3":"2021-05-25 19:11:29","4":"BritishBakeOff","5":"It’s been aaaages since many of us were able to see a dentist. Here’s a quick reminder of what it’s like. #GBBO https://t.co/oVI2QlhB84","6":"Twitter Media Studio","7":"111","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"39","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397269105019924481","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397269012476841992","3":"2021-05-25 19:11:07","4":"BritishBakeOff","5":"Why we do it. 👍 #GBBO https://t.co/PUC5glPtjK","6":"Twitter Web App","7":"21","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"24","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397268474972540936","34":"My Tuesday nights now have meaning again 🍰 #GBBO","35":"2021-05-25 19:08:59","36":"Twitter for iPhone","37":"30","38":"2","39":"118804101","40":"ChloeCalder_","41":"𝒞𝒽𝓁ℴℯ 🕊","42":"968","43":"814","44":"43589","45":"Glasgow, Scotland","46":"laters baby x","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397269012476841992","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397268633831759881","3":"2021-05-25 19:09:36","4":"BritishBakeOff","5":"@Suedoswede Very valid point. #GBBO https://t.co/AMr5y1CQ5B","6":"Twitter Web App","7":"23","8":"1397268059199574020","9":"229897005","10":"Suedoswede","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397268633831759881","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397268348484866051","3":"2021-05-25 19:08:28","4":"BritishBakeOff","5":"106: Biscuit\\n25: Cake\\n\\n#GBBO","6":"Twitter Web App","7":"28","8":"1397267038331101186","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"16","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397268348484866051","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397268112794398722","3":"2021-05-25 19:07:32","4":"BritishBakeOff","5":"RT or ❤️... all replies are welcome but will not be counted in the final tally. #GBBO https://t.co/woVzM6lAX9","6":"Twitter Web App","7":"85","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"56","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397267038331101186","34":"Big question here, Twitter! Choose wisely! #GBBO https://t.co/ztaxUDlVIV","35":"2021-05-25 19:03:16","36":"Twitter Media Studio","37":"1556","38":"374","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397268112794398722","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397267657712447488","3":"2021-05-25 19:05:44","4":"BritishBakeOff","5":"No pressure, chefs. No pressure at all. #GBBO @Cherish_Finden https://t.co/nxCt5yjcLn","6":"Twitter Media Studio","7":"61","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"40","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397267657712447488","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397267497657700356","3":"2021-05-25 19:05:06","4":"BritishBakeOff","5":"Likes are running away with this... #GBBO","6":"Twitter Web App","7":"41","8":"1397267038331101186","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"22","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397267497657700356","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397267320402292746","3":"2021-05-25 19:04:23","4":"BritishBakeOff","5":"The motivational quote we all need right now. #GBBO @BenoitBlin_MCA https://t.co/EijaSMcpL5","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"61","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397267320402292746","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397267038331101186","3":"2021-05-25 19:03:16","4":"BritishBakeOff","5":"Big question here, Twitter! Choose wisely! #GBBO https://t.co/ztaxUDlVIV","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1556","14":"374","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397267038331101186","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397266842159304704","3":"2021-05-25 19:02:29","4":"BritishBakeOff","5":"Cherish weighs in on The Great Jaffa Cake Debate! #GBBO @Cherish_Finden https://t.co/al954WHkd1","6":"Twitter Media Studio","7":"71","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"54","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397266842159304704","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397266758977921026","3":"2021-05-25 19:02:09","4":"BritishBakeOff","5":"YAAAAASSSS indeed! 🥳 #GBBO https://t.co/G437xI93ML","6":"Twitter Web App","7":"26","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"13","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397266520447795205","34":"YAAAAASSSSS it’s the return of #GBBO Professionals. We LIVE for this programme 😍","35":"2021-05-25 19:01:13","36":"Twitter for iPhone","37":"4","38":"0","39":"2339142466","40":"Theatregleek1","41":"By Becky","42":"637","43":"625","44":"25199","45":"England","46":"Freelance theatre, film and TV writer/ reviewer, @ScreenRant and more. Personal trainer.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397266758977921026","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397266687620222977","3":"2021-05-25 19:01:52","4":"BritishBakeOff","5":"Some time very soon please! 🙏🙏☀️☀️ #GBBO https://t.co/yd5delCc1x","6":"Twitter Media Studio","7":"40","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"61","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397266687620222977","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397266367288590346","3":"2021-05-25 19:00:36","4":"BritishBakeOff","5":"The professional pastry chefs of Britain are ready to rise again! Welcome to a new series of Bake Off: The Professionals! #GBBO https://t.co/sRQuPjxKtM","6":"Twitter Media Studio","7":"127","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"115","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397266367288590346","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397262512538755078","3":"2021-05-25 18:45:17","4":"BritishBakeOff","5":"Good luck, chefs! May the palates of Benoit and Cherish be on favourable form tonight! #GBBO https://t.co/bKR5hRQLVg","6":"Twitter Web App","7":"92","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"48","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1397161826622844932","34":"Here are the pastry chef duos battling it out to impress @BenoitBlin_MCA and @Cherish_Finden in Heat One of Bake Off: The Professionals tonight! #GBBO https://t.co/PeLwtmwzXN","35":"2021-05-25 12:05:12","36":"Twitter Media Studio","37":"63","38":"6","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397262512538755078","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397258666600923137","3":"2021-05-25 18:30:00","4":"BritishBakeOff","5":"We look forward to tweeting along with you from 8pm tonight as the Bake Off Pros are back in town! #GBBO https://t.co/vXubUFLJRk","6":"Twitter Media Studio","7":"104","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"67","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397258666600923137","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397251584401231886","3":"2021-05-25 18:01:52","4":"BritishBakeOff","5":"Every cloud…\\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/eHkCBnDPo3","6":"Twitter Media Studio","7":"72","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"390","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397251584401231886","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397238560357498888","3":"2021-05-25 17:10:06","4":"BritishBakeOff","5":"Not long to go! #GBBO https://t.co/SSfSRb9eO4","6":"Twitter Web App","7":"21","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"70","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1394323610123264001","34":"We expect nothing less than perfection.\\n\\nJoin Benoit, Cherish, Liam and Tom for a new series of Bake Off: The Professionals on Tuesday May 25th at 8pm on @Channel4. #GBBO https://t.co/yIIv7UoKFK","35":"2021-05-17 16:07:08","36":"Twitter Web App","37":"764","38":"51","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397238560357498888","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397220919123267593","3":"2021-05-25 16:00:00","4":"BritishBakeOff","5":"Urging the clock to get a move on so #GBBO can be back on our tellies sooner!\\nBake Off: The Professionals. Tonight. 8pm @Channel4. https://t.co/3rk7hs2W1e","6":"Twitter Media Studio","7":"130","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"270","14":"12","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397220919123267593","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397213366599393280","3":"2021-05-25 15:30:00","4":"BritishBakeOff","5":"When you remember there’s a new series of Bake Off Pros tonight! #GBBO https://t.co/zu22XvcKhX","6":"Twitter Media Studio","7":"70","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"163","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397213366599393280","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397191306334642188","3":"2021-05-25 14:02:20","4":"BritishBakeOff","5":"MOUTHS. WILL. WATER.\\nGet ready for a new series of Bake Off: The Professionals. Starts tonight at 8pm on @Channel4. #GBBO\\n@BenoitBlin_MCA @Cherish_Finden @LiamcBakes @tomallencomedy https://t.co/Gb9XRJzbrI","6":"Twitter Web App","7":"181","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"85","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"1394971343767195648","34":"Holy moly! Can our new batch of pastry chefs impress the judges in the new series of Bake Off: The Professionals? Start licking your lips as the journey begins this Tuesday at 8pm on @Channel4. #GBBO\\n\\n@BenoitBlin_MCA @Cherish_Finden @LiamcBakes @tomallencomedy https://t.co/p3CIgJLaHT","35":"2021-05-19 11:01:00","36":"Twitter Media Studio","37":"361","38":"33","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397191306334642188","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397175629645160457","3":"2021-05-25 13:00:03","4":"BritishBakeOff","5":"There ain’t no pastry like a Bake Off Pros pastry. \\nWelcome this awesome foursome back onto your tellies as a new series of Bake Off: The Professionals begins tonight at 8pm on @Channel4! #GBBO @BenoitBlin_MCA @LiamcBakes, @TomAllenComedy @Cherish_Finden https://t.co/sMBNwU3y4Q","6":"Twitter Media Studio","7":"254","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"344","14":"25","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397175629645160457","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397161826622844932","3":"2021-05-25 12:05:12","4":"BritishBakeOff","5":"Here are the pastry chef duos battling it out to impress @BenoitBlin_MCA and @Cherish_Finden in Heat One of Bake Off: The Professionals tonight! #GBBO https://t.co/PeLwtmwzXN","6":"Twitter Media Studio","7":"150","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"63","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397161826622844932","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1397159023280001027","3":"2021-05-25 11:54:03","4":"BritishBakeOff","5":"It’s got to be perfect. Join us tonight for a new series of Bake Off: The Professionals with @BenoitBlin_MCA, @LiamcBakes, @TomAllenComedy and @Cherish_Finden! #GBBO https://t.co/PamvTHcRsv","6":"Twitter Media Studio","7":"165","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"155","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1397159023280001027","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1396813238172590082","3":"2021-05-24 13:00:02","4":"BritishBakeOff","5":"The proof of the pudding… is in the palates of @BenoitBlin_MCA and @Cherish_Finden!\\nBake Off: The Professionals. Starts Tuesday. 8pm. @Channel 4. #GBBO https://t.co/vk9i9V0FzC","6":"Twitter Media Studio","7":"151","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"168","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1396813238172590082","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1396088454245601288","3":"2021-05-22 13:00:00","4":"BritishBakeOff","5":"Just pudding it out there - a new series of Bake Off: The Professionals with @TomAllenComedy and @LiamcBakes is almost upon us! Join us this Tuesday at 8pm on @Channel4. #GBBO https://t.co/agbbNDOIsP","6":"Twitter Media Studio","7":"175","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"458","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1396088454245601288","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1395680776625197057","3":"2021-05-21 10:00:02","4":"BritishBakeOff","5":"When there’s a new series of Bake Off Pros to look forward to next week on @Channel4. #FridayFeeling #GBBO https://t.co/qoqnNDCX8M","6":"Twitter Media Studio","7":"106","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"380","14":"17","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1395680776625197057","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1395438300073283588","3":"2021-05-20 17:56:31","4":"BritishBakeOff","5":"Join @LiamcBakes and @TomAllenComedy for a tasty treat this Tuesday - a new series of Bake Off: The Professionals on @Channel4! #GBBO https://t.co/mJSGHq5uRq","6":"Twitter Media Studio","7":"133","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"306","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1395438300073283588","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1395378786821189635","3":"2021-05-20 14:00:02","4":"BritishBakeOff","5":"Ella's truly inspirational story is one of bravery, kindness and strength - and we're so grateful to her for sharing her journey with us. \\n\\nEvery donation to Stand Up To Cancer speeds up life-saving research. To donate, please visit 👉 https://t.co/cL1kNdfsHG https://t.co/zWcPUxvyqU","6":"Twitter Media Studio","7":"258","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"34","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1395378786821189635","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1395016398326231042","3":"2021-05-19 14:00:02","4":"BritishBakeOff","5":"Toilets! Monkeys! Snow Leopards! Rasta Carrots! Little Mix Concerts!\\n\\nHere’s our countdown of the most memorable bakes from The Great Stand Up To Cancer Bake Off 2021! Featuring @KSI @Baddiel @TomAllenComedy @ReeceShearsmith @LittleMix @DizzeeRascal @AnneMarie #GBBO https://t.co/j166g1NKRa","6":"Twitter Media Studio","7":"266","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"88","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [7]>","31":"<chr [7]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1395016398326231042","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1394971343767195648","3":"2021-05-19 11:01:00","4":"BritishBakeOff","5":"Holy moly! Can our new batch of pastry chefs impress the judges in the new series of Bake Off: The Professionals? Start licking your lips as the journey begins this Tuesday at 8pm on @Channel4. #GBBO\\n\\n@BenoitBlin_MCA @Cherish_Finden @LiamcBakes @tomallencomedy https://t.co/p3CIgJLaHT","6":"Twitter Media Studio","7":"260","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"361","14":"33","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1394971343767195648","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1394672876943409157","3":"2021-05-18 15:15:00","4":"BritishBakeOff","5":"Fancy a laugh or ten? Here’s our countdown of the funniest moments from The Great Stand Up To Cancer Bake Off 2021!\\n\\nFeaturing @LittleMix @KSI @NadineCoyleNow @Kathbum @ReeceShearsmith @AnnekaRice @TomAllenComedy @JohnBishop100 #GBBO https://t.co/cOQzatfJ5C","6":"Twitter Media Studio","7":"233","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"141","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [8]>","31":"<chr [8]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1394672876943409157","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1394611844254425093","3":"2021-05-18 11:12:28","4":"BritishBakeOff","5":"Meet the pastry chefs aiming to amaze the palates of our judges on the new series of Bake Off: The Professionals! Join @BenoitBlin_MCA, @Cherish_Finden, @LiamcBakes and @tomallencomedy next Tuesday at 8pm on @Channel4 as the quest for pâtisserie perfection begins! #GBBO https://t.co/DPCXDmH7Vj","6":"Twitter Media Studio","7":"270","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"308","14":"23","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1394611844254425093","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1394323610123264001","3":"2021-05-17 16:07:08","4":"BritishBakeOff","5":"We expect nothing less than perfection.\\n\\nJoin Benoit, Cherish, Liam and Tom for a new series of Bake Off: The Professionals on Tuesday May 25th at 8pm on @Channel4. #GBBO https://t.co/yIIv7UoKFK","6":"Twitter Web App","7":"170","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"764","14":"51","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1394323610123264001","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1380460485808594946","3":"2021-04-09 10:00:02","4":"BritishBakeOff","5":"Current #FridayFeeling https://t.co/OrIxfAqrJK","6":"Twitter Media Studio","7":"22","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"163","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1380460485808594946","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1380101865266847744","3":"2021-04-08 10:15:00","4":"BritishBakeOff","5":"Life is one big juggling act. #ThursdayThoughts #GBBO https://t.co/M6TrMiPtGS","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"268","14":"16","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1380101865266847744","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379826309472382978","3":"2021-04-07 16:00:02","4":"BritishBakeOff","5":"Fresh from her visit to the Bake Off Tent, we challenged @AnnekaRice to name as many bakes as possible in 30 seconds! Here’s how she got scone… #GBBO https://t.co/tNrvx7iDe6","6":"Twitter Media Studio","7":"149","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379826309472382978","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379818410796797964","3":"2021-04-07 15:28:39","4":"BritishBakeOff","5":"The showstoppers that dreams are made of. Here’s what @AdeAdepitan, @AnnekaRice, @NadineCoyleNow and @JohnBishop100 created when asked to make a chocolate cake representing something from their bucket list. #GBBO https://t.co/rm6bQfkoBq","6":"Twitter Web App","7":"212","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"154","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [4]>","27":"<chr [4]>","28":"<chr [4]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379818410796797964","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379750811887050754","3":"2021-04-07 11:00:02","4":"BritishBakeOff","5":"Genius #WednesdayWisdom from @AdeAdepitan! #GBBO https://t.co/qEGoBL4LfN","6":"Twitter Media Studio","7":"48","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"163","14":"12","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379750811887050754","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379726799635156993","3":"2021-04-07 09:24:37","4":"BritishBakeOff","5":"Still speechless. #GBBO https://t.co/onzsQ2rab1","6":"Twitter Web App","7":"23","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"310","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379525463001956358","34":"😮😮😮😮😮😮😮😮😮😮😮😮 #GBBO https://t.co/TPt2hFYfx4","35":"2021-04-06 20:04:35","36":"Twitter Media Studio","37":"441","38":"41","39":"234428224","40":"BritishBakeOff","41":"British Bake Off","42":"719979","43":"1213","44":"29036","45":"Great Britain","46":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379726799635156993","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379539517200195584","3":"2021-04-06 21:00:26","4":"BritishBakeOff","5":"@AnnekaRice We can't think of any combo you wouldn't wear well.❤️Thanks for being such a fantastic part of our show and helping raise awareness for @SU2CUK. 🙏#GBBO","6":"Twitter Web App","7":"151","8":"1379534902094352385","9":"2494302469","10":"AnnekaRice","11":"FALSE","12":"FALSE","13":"9","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379539517200195584","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379536984142708737","3":"2021-04-06 20:50:22","4":"BritishBakeOff","5":"Thanks so much for joining us on this series of The Great Stand Up To Cancer Bake Off! We hope that together we’ve baked a difference and raised plenty of smiles and lots of dough for a very important cause. https://t.co/cL1kNdfsHG #GBBO https://t.co/56ToG4M6So","6":"Twitter Media Studio","7":"237","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"526","14":"19","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379536984142708737","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379536738729795585","3":"2021-04-06 20:49:23","4":"BritishBakeOff","5":"Paint them, Anneka, like you baked your showstopper... #GBBO https://t.co/VQk0tbjmgy","6":"Twitter Web App","7":"60","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"118","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379531027383779331","34":"There was a painting of @PrueLeith on my baking easel - tucked under @PaulHollywood! You didn’t get to see that but ....note her glasses. A remarkable likeness don’t you think? #GBBO https://t.co/VN2GqXvXgz","35":"2021-04-06 20:26:42","36":"Twitter for iPhone","37":"1288","38":"29","39":"2494302469","40":"AnnekaRice","41":"Anneka Rice","42":"41243","43":"330","44":"7411","45":"","46":"","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379536738729795585","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379529426564694024","3":"2021-04-06 20:20:20","4":"BritishBakeOff","5":"Do it! Here are a few words for you from @AdeAdepitan.\\nTimes are tough right now, but any money you're able to give will really make a difference and be massively appreciated. Together we can beat cancer! 👊 https://t.co/cL1kNdfsHG #GBBO @SU2CUK https://t.co/GCi5J83qOR","6":"Twitter Media Studio","7":"244","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"70","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379529426564694024","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379528513393471491","3":"2021-04-06 20:16:42","4":"BritishBakeOff","5":"Nobody sees the dough until her heart says so! Nadine Coyle definitely created a whole lotta history in the Bake Off tent. ❤️ #GBBO @NadineCoyleNow https://t.co/u7Bt08zqBY","6":"Twitter Media Studio","7":"147","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"278","14":"37","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379528513393471491","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379527082687016960","3":"2021-04-06 20:11:01","4":"BritishBakeOff","5":"Who needs a jumpsuit when you can have a Star Baker apron? Congratulations to @AnnekaRice - another challenge successfully won! #GBBO https://t.co/WuGJZ4Q7Tl","6":"Twitter Media Studio","7":"133","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"377","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379527082687016960","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379525840573231107","3":"2021-04-06 20:06:05","4":"BritishBakeOff","5":"When you're finally able to tweet post-watershed... #GBBO","6":"Twitter Web App","7":"57","8":"1379525463001956358","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"88","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379525840573231107","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379525711183151105","3":"2021-04-06 20:05:34","4":"BritishBakeOff","5":"Waking up on a sunny day and then remembering it’s 2021 #GBBO https://t.co/0ILRq9z7lD","6":"Twitter Media Studio","7":"61","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"204","14":"21","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379525711183151105","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379525463001956358","3":"2021-04-06 20:04:35","4":"BritishBakeOff","5":"😮😮😮😮😮😮😮😮😮😮😮😮 #GBBO https://t.co/TPt2hFYfx4","6":"Twitter Media Studio","7":"18","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"441","14":"41","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379525463001956358","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379525362804264964","3":"2021-04-06 20:04:11","4":"BritishBakeOff","5":"Bake me up! Here’s @NadineCoyleNow’s Trip To Venice chocolate cake showstopper. #GBBO https://t.co/rHz0BdzhPL","6":"Twitter Media Studio","7":"85","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"146","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379525362804264964","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379524920074506246","3":"2021-04-06 20:02:25","4":"BritishBakeOff","5":"Hoop dreams are made of these. Feast your eyes on @AdeAdepitan’s Chocolate Orange Basketball Stadium! 🏀🏀 #GBBO https://t.co/FHii5Cap0r","6":"Twitter Media Studio","7":"110","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"98","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379524920074506246","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379524852575571971","3":"2021-04-06 20:02:09","4":"BritishBakeOff","5":"Game, set and ganache! Here’s @JohnBishop100’s ace ‘Winning At Tennis’ Cake served up for your enjoyment. 🎾 #GBBO https://t.co/oo1CiclZmi","6":"Twitter Media Studio","7":"113","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"91","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379524852575571971","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379524652096233473","3":"2021-04-06 20:01:22","4":"BritishBakeOff","5":"Get to the chopper! Here’s @AnnekaRice’s Helicopter Flight Showstopper chocolate cake - a treasure worth hunting for. #GBBO https://t.co/nBBYvUqISc","6":"Twitter Media Studio","7":"123","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"125","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379524652096233473","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379524575210450951","3":"2021-04-06 20:01:03","4":"BritishBakeOff","5":"Find someone who looks at you like John Bishop looks at his tennis court cake. #GBBO https://t.co/ZWoCsa0Uzg","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"141","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379524575210450951","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379524117792223241","3":"2021-04-06 19:59:14","4":"BritishBakeOff","5":"@SiobhanMoore90 Perhaps if one our episodes ever gets to a tie-breaker situation... #GBBO","6":"Twitter Web App","7":"73","8":"1379523163701252106","9":"18737059","10":"SiobhanMoore90","11":"FALSE","12":"FALSE","13":"2","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379524117792223241","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379523332350078979","3":"2021-04-06 19:56:07","4":"BritishBakeOff","5":"This is no good advice from Nadine Coyle. This is great advice! \\nEvery donation to Stand Up To Cancer matters.\\nhttps://t.co/cL1kNdfsHG #GBBO @SU2CUK @NadineCoyleNow https://t.co/ehHSdtB48p","6":"Twitter Media Studio","7":"164","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"172","14":"36","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379523332350078979","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379523174228983811","3":"2021-04-06 19:55:29","4":"BritishBakeOff","5":"Adulthood. #GBBO https://t.co/bWwa3knkAv","6":"Twitter Media Studio","7":"16","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"306","14":"37","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379523174228983811","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379522549193785345","3":"2021-04-06 19:53:00","4":"BritishBakeOff","5":"What would life have been like for John Bishop on Brookside? We ask all the important questions on Bake Off! #GBBO @realmattlucas @JohnBishop100 https://t.co/vyqhdw7iOH","6":"Twitter Media Studio","7":"144","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"62","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379522549193785345","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379522546157170690","3":"2021-04-06 19:52:59","4":"BritishBakeOff","5":"We feel yet another spin-off coming on... #GBBO https://t.co/gi7HBWP614","6":"Twitter Web App","7":"47","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"27","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379522291378307074","34":"Was looking at the Wikipedia of X-Change a kids show that Ade hosted, and this was under the games section. I have no memory of this and feel like I should. #GBBO https://t.co/RgZuVhoe6t","35":"2021-04-06 19:51:59","36":"Twitter for Android","37":"5","38":"1","39":"1234072708759138304","40":"Hokusai_92","41":"Hokusai_","42":"8","43":"16","44":"297","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379522546157170690","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379522020958990338","3":"2021-04-06 19:50:54","4":"BritishBakeOff","5":"John Bishop. Because he’s worth it. #GBBO https://t.co/NluQy0y1qJ","6":"Twitter Media Studio","7":"41","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"707","14":"49","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379522020958990338","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379521435618664455","3":"2021-04-06 19:48:35","4":"BritishBakeOff","5":"At this rate Nadine Coyle will be serving her workbench to the judges. #GBBO https://t.co/iYzHd9b5va","6":"Twitter Media Studio","7":"76","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"302","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379521435618664455","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379520771521970187","3":"2021-04-06 19:45:56","4":"BritishBakeOff","5":"It’s not easy being a camera operator in the Bake Off Tent. Especially when Nadine Coyle is around. 😂😂😂 #GBBO @NadineCoyleNow https://t.co/oRM6PyHGHb","6":"Twitter Media Studio","7":"125","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"490","14":"48","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379520771521970187","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379520515518390281","3":"2021-04-06 19:44:55","4":"BritishBakeOff","5":"Understatement of the year from John Bishop! #GBBO @JohnBishop100 https://t.co/e2obtwaoFc","6":"Twitter Media Studio","7":"65","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"260","14":"29","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379520515518390281","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379519332057767938","3":"2021-04-06 19:40:13","4":"BritishBakeOff","5":"And now for a message to you from @JohnBishop100.\\n\\nIf you’re in a position to dip into your pockets and help out, please know that you really are making a difference. https://t.co/cL1kNdfsHG #GBBO @SU2CUK https://t.co/c4X3ZZKi74","6":"Twitter Media Studio","7":"204","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"58","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379519332057767938","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379519131574222858","3":"2021-04-06 19:39:25","4":"BritishBakeOff","5":"Losing a loved one is so hard. Families should not have to go through this.\\nWe have to work together to make a change and every penny of the money you donate to Stand Up To Cancer goes towards funding cancer research.\\nRest in peace, dear Pauline. ❤️ #GBBO https://t.co/ADwUJ5E50k","6":"Twitter Web App","7":"255","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"393","14":"15","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [2]>","27":"<chr [2]>","28":"<chr [2]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379519131574222858","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379517818979430400","3":"2021-04-06 19:34:12","4":"BritishBakeOff","5":"He distracts us all with his comedy and bakery... well, mostly his comedy. #GBBO https://t.co/JLj2YIHbJJ","6":"Twitter Web App","7":"80","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"51","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379517364799168515","34":"HOW have I only just realised how handsome John Bishop is?! Bloody hell 😮 #GBBO","35":"2021-04-06 19:32:24","36":"Twitter for iPhone","37":"11","38":"0","39":"28849140","40":"Hanlccook","41":"Han🏴","42":"1944","43":"361","44":"62118","45":"Caerphilly, Wales","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379517818979430400","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379516955699388421","3":"2021-04-06 19:30:47","4":"BritishBakeOff","5":"When caramelisation goes wrong. #GBBO @realmattlucas @JohnBishop100 https://t.co/RQP4Rdm1u2","6":"Twitter Media Studio","7":"67","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"147","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379516955699388421","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379516856600498181","3":"2021-04-06 19:30:23","4":"BritishBakeOff","5":"Of all the episodes to forget the flour, @JohnBishop10! 😉How? HOW? #GBBO https://t.co/BzAEv5BIBH","6":"Twitter Web App","7":"72","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"58","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379516235600302088","34":"JOHN FORGOT THE FLOUR OMGGG #GBBO","35":"2021-04-06 19:27:55","36":"Twitter for iPhone","37":"2","38":"0","39":"1094345502060150785","40":"dawseysjachaela","41":"abbie","42":"877","43":"593","44":"15312","45":"she/her • 18 • 🇬🇧 • 8/28","46":"manifest supremacy","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379516856600498181","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379516338008424452","3":"2021-04-06 19:28:19","4":"BritishBakeOff","5":"Nadine Coyle’s baking is simply untouchable. 😂😂😂 #GBBO https://t.co/7hToRpPIU7","6":"Twitter Media Studio","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"504","14":"50","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379516338008424452","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379516169632243713","3":"2021-04-06 19:27:39","4":"BritishBakeOff","5":"Summer dreams ripped at the seams. #GBBO https://t.co/QpxnFtTJ0E","6":"Twitter Media Studio","7":"40","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"71","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379516169632243713","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379515191688331271","3":"2021-04-06 19:23:46","4":"BritishBakeOff","5":"We feel a spin-off coming on... #GBBO https://t.co/AhUH5bFIcH","6":"Twitter Web App","7":"37","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"58","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379514726816829442","34":"Nadine Coyle could read the dictionary for 2 hours and id watch #GBBO #celebritybakeoff","35":"2021-04-06 19:21:55","36":"Twitter for Android","37":"18","38":"1","39":"51885246","40":"Shakytucker","41":"Northern GOONER #KroenkeOut #Artetaout","42":"495","43":"697","44":"27258","45":"#kroenkeout","46":"People read this so they have something sarcy to use when they reply. You're better than this guys. #KroenkeOut #ekin","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379515191688331271","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379514351091126273","3":"2021-04-06 19:20:26","4":"BritishBakeOff","5":"Picture of choux. @AnnekaRice finds a new way to win over @PaulHollywood in the Bake Off Tent! #GBBO https://t.co/ibr8w2fEBm","6":"Twitter Media Studio","7":"100","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"138","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379514351091126273","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379513649480531973","3":"2021-04-06 19:17:38","4":"BritishBakeOff","5":"Extra points if you have made it during a video conference call having forgotten the camera is on. #GBBO","6":"Twitter Web App","7":"104","8":"1379513390532558853","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"26","14":"2","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379513649480531973","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379513498452000769","3":"2021-04-06 19:17:02","4":"BritishBakeOff","5":"Current mood. #GBBO https://t.co/uoyLB55BQq","6":"Twitter Media Studio","7":"19","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"72","14":"8","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379513498452000769","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379513390532558853","3":"2021-04-06 19:16:37","4":"BritishBakeOff","5":"All who have made @NadineCoyleNow's \"I messed up\" face during a work conference call say \"AYE.\" #GBBO https://t.co/ObUaPlxKiG","6":"Twitter Web App","7":"101","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"100","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379512259836272642","34":"That “I messed up” face 😂#GBBO https://t.co/ZviVVH5zsg","35":"2021-04-06 19:12:07","36":"Twitter for iPhone","37":"241","38":"13","39":"91243105","40":"NCoyleFan","41":"Nadine Coyle UK 🎗","42":"4012","43":"431","44":"12433","45":"Birmingham, UK","46":"🎤 Your #1 fansite for @NadineCoyleNow! - Ran by Hayley 🙋🏼♀️","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379513390532558853","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379513103315001345","3":"2021-04-06 19:15:28","4":"BritishBakeOff","5":"What will the neighbours say? #GBBO https://t.co/Oq4Hav7Atm","6":"Twitter Media Studio","7":"35","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"112","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379513103315001345","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379512917012455426","3":"2021-04-06 19:14:44","4":"BritishBakeOff","5":"Now it’s time for @AnnekaRice to challenge you!\\n\\nAny money you’re able to donate to Stand Up To Cancer will make a difference and help to get life-saving research back on track. https://t.co/cL1kNdfsHG #GBBO @SU2CUK https://t.co/461frGZKEN","6":"Twitter Media Studio","7":"215","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"27","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379512917012455426","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379512781855191043","3":"2021-04-06 19:14:11","4":"BritishBakeOff","5":"Holey moly! 😱😱😱 #GBBO https://t.co/6jcNUcOKX4","6":"Twitter Media Studio","7":"21","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"463","14":"64","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379512781855191043","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379512626653319174","3":"2021-04-06 19:13:34","4":"BritishBakeOff","5":"😳😳😳😳 #GBBO https://t.co/AiB5nTP2Hy","6":"Twitter Media Studio","7":"10","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"73","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379512626653319174","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379512570646827010","3":"2021-04-06 19:13:21","4":"BritishBakeOff","5":"We challenged @AnnekaRice to destroy our carpet. Mission accomplished! #GBBO https://t.co/J0aiDfySDQ","6":"Twitter Media Studio","7":"76","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"34","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379512570646827010","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379512125106835457","3":"2021-04-06 19:11:35","4":"BritishBakeOff","5":"So it's true. Left handed people truly ARE geniuses. 👍🎓 #GBBO https://t.co/ZWDMsrMO5L","6":"Twitter Web App","7":"61","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"52","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379511624051134464","34":"@NadineCoyleNow I too, blame everything on being left handed. I mean, it’s a gift 🤪 #GBBO","35":"2021-04-06 19:09:35","36":"Twitter for iPhone","37":"5","38":"0","39":"86136287","40":"samanthaaaaaxx","41":"Sammie 🤍","42":"10013","43":"4401","44":"79246","45":"Hamilton, Scotland","46":"26. Mama.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379512125106835457","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379511437916266498","3":"2021-04-06 19:08:51","4":"BritishBakeOff","5":"It’s been such a testing last 12 months that even the pans on Bake Off are miserable. #GBBO https://t.co/JAylUrCS9J","6":"Twitter Media Studio","7":"91","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"168","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379511437916266498","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379511318252765186","3":"2021-04-06 19:08:23","4":"BritishBakeOff","5":"Excellent life strategy from @AdeAdepitan! 😂😂👏👏 #GBBO https://t.co/y3yhmJHGUs","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"191","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379511318252765186","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379511135901249540","3":"2021-04-06 19:07:39","4":"BritishBakeOff","5":"When you meet your partner’s parents for the first time. #GBBO https://t.co/cBguDwyakC","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"117","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379511135901249540","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379510964052230149","3":"2021-04-06 19:06:58","4":"BritishBakeOff","5":"(Very) reluctant dropping consistency from @JohnBishop100. #GBBO https://t.co/GcD5hVLwRj","6":"Twitter Media Studio","7":"64","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"23","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379510964052230149","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379510898042212359","3":"2021-04-06 19:06:42","4":"BritishBakeOff","5":"😳😳😳 #GBBO https://t.co/KdEPcMjf8D","6":"Twitter Media Studio","7":"9","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"44","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"und","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379510898042212359","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379510750427877376","3":"2021-04-06 19:06:07","4":"BritishBakeOff","5":"@RyanJL74 @NadineCoyleNow It's beautiful 'cause you... I'll stop right there!","6":"Twitter Web App","7":"51","8":"1379510044300091398","9":"930441227593506816","10":"RyanJL74","11":"FALSE","12":"FALSE","13":"10","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379510750427877376","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379510571159158784","3":"2021-04-06 19:05:24","4":"BritishBakeOff","5":"Stop the clock! #GBBO https://t.co/sm55UZB6Rz","6":"Twitter Web App","7":"21","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"62","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379510257823649796","34":"2 minutes in and Nadine gives us exactly what we wanted #GBBO https://t.co/F6ns9Q2dVe","35":"2021-04-06 19:04:10","36":"Twitter for iPhone","37":"20","38":"0","39":"186949485","40":"sinead_farrelly","41":"Sinead Farrelly","42":"189","43":"405","44":"3312","45":"Dublin, Ireland","46":"TV addict 📺 | Chelsea FC fanatic 💙⚽️. Wine enthusiast 🍷","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379510571159158784","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379510003996975107","3":"2021-04-06 19:03:09","4":"BritishBakeOff","5":"Nadine Coyle’s Flour Power. ❤️ #GBBO https://t.co/VqRYlg0htR","6":"Twitter Media Studio","7":"36","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2009","14":"294","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379510003996975107","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379509962137874446","3":"2021-04-06 19:02:59","4":"BritishBakeOff","5":"1st rule of @NadineCoyleNow Is On Bake Off Club? #GBBO https://t.co/k7CA8JTF9P","6":"Twitter Web App","7":"54","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"32","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379509495605424135","34":"Remember, you are only allowed to tweet about Nadine Coyle saying \"flour\" with 17 vowels once. #gbbo","35":"2021-04-06 19:01:08","36":"Twitter Web App","37":"20","38":"2","39":"37186839","40":"Ariadne_Reviews","41":"Ariadne 🦋","42":"1619","43":"935","44":"134757","45":"","46":"Premium TV Livetweeting Nightmare.\\nScreencapping Queen. \\nGif Making Tzarina.\\nCurrently writing recaps for Strictly, Bake Off and Drag Race UK!\\nShe/Her","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379509962137874446","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379509838347112459","3":"2021-04-06 19:02:30","4":"BritishBakeOff","5":"Seeing the Bake Off Tent is some kind of miracle for Nadine Coyle. #GBBO @NadineCoyleNow https://t.co/o7kdFzxOaN","6":"Twitter Media Studio","7":"88","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"88","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379509838347112459","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379509393583116288","3":"2021-04-06 19:00:44","4":"BritishBakeOff","5":"Bake Off viewers under 30 - why is a blonde lady called Anneka Rice running around in a jumpsuit?\\n\\nBake Off viewers over 30 - *reaching for tissues to wipe away tears of pure nostalgic joy*\\n\\n#GBBO https://t.co/3tt4pVjOxh","6":"Twitter Media Studio","7":"196","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"986","14":"86","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379509393583116288","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379509204822659076","3":"2021-04-06 18:59:59","4":"BritishBakeOff","5":"Wish this fabulous foursome luck in the Bake Off Tent - they’re gonna knead it! \\nTonight’s lineup: \\n⭐️ @NadineCoyleNow \\n⭐️ @AnnekaRice \\n⭐️ @AdeAdepitan \\n⭐️ @JohnBishop100\\n#GBBO https://t.co/X51gKfyIk9","6":"Twitter Media Studio","7":"176","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"235","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379509204822659076","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379505751467642882","3":"2021-04-06 18:46:15","4":"BritishBakeOff","5":"Munch 'em while you got 'em... #GBBO https://t.co/deSlHKQypu","6":"Twitter Web App","7":"36","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"23","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379505568830873606","34":"So ready for more @BritishBakeOff tonight and start another easter egg - would be rude not to😉👌😍\\n\\n#GBBO","35":"2021-04-06 18:45:32","36":"Twitter for iPhone","37":"4","38":"0","39":"3248525667","40":"CarysHaf95","41":"Carys Hâf","42":"336","43":"571","44":"1980","45":"","46":"Merch o Sir Gâr | A Carmarthenshire girl who loves a cup of tea | Barn Personol | Own Views👌🏴","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379505751467642882","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379504007312457731","3":"2021-04-06 18:39:19","4":"BritishBakeOff","5":"What do you want to hear @NadineCoyleNow say tonight? A) \"Gimme the tin\" OR B) \"Flour\"?\\n #GBBO https://t.co/EMwD8S4445","6":"Twitter Web App","7":"95","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"32","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379480572435779598","34":"@BritishBakeOff @NadineCoyleNow @AnnekaRice @AdeAdepitan @JohnBishop100 @Channel4 I know a lot of Nadine fans are looking forward to hearing her say the word 'flour' but I'm hoping to hear her say 'Gimme the tin' https://t.co/ai8fyDTbbS","35":"2021-04-06 17:06:12","36":"Twitter Web App","37":"77","38":"15","39":"23460442","40":"mapsandstuff29","41":"Mapsandstuff","42":"536","43":"1809","44":"533","45":"UK","46":"Film and TV geek, technophobe. Like walking up mountains.","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379504007312457731","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379501612536893443","3":"2021-04-06 18:29:48","4":"BritishBakeOff","5":"Challenge Fl-Anneka, anyone? #GBBO https://t.co/yM0TUSt8du","6":"Twitter Web App","7":"34","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"51","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1379459406786670593","34":"OH GOD! What am I doing in a jumpsuit with @PrueLeith (swoon) and @PaulHollywood! @Channel4 #GBBO https://t.co/OpqvIgXhbm","35":"2021-04-06 15:42:06","36":"Twitter for iPhone","37":"601","38":"13","39":"2494302469","40":"AnnekaRice","41":"Anneka Rice","42":"41243","43":"330","44":"7411","45":"","46":"","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379501612536893443","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379494115545645058","3":"2021-04-06 18:00:01","4":"BritishBakeOff","5":"Not long to go until you see their dough! Stay tuned to @Channel4 to see how @JohnBishop100, @AnnekaRice, @AdeAdepitan and @NadineCoyleNow cope with life in the tent! \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. #GBBO https://t.co/6fWaJWeybU","6":"Twitter Media Studio","7":"226","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"58","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379494115545645058","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379464645443002384","3":"2021-04-06 16:02:55","4":"BritishBakeOff","5":"Baking a difference in the tent tonight are:\\n⭐️ @NadineCoyleNow \\n⭐️ @AnnekaRice \\n⭐️ @AdeAdepitan \\n⭐️ @JohnBishop100\\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/C0jLV912vv","6":"Twitter Web App","7":"185","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"177","14":"9","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379464645443002384","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379446338782384133","3":"2021-04-06 14:50:10","4":"BritishBakeOff","5":"@exubesq @GBBOthoughts The pilot really was a very different format. #GBBO","6":"Twitter Web App","7":"51","8":"1379439202908131331","9":"26586182","10":"exubesq","11":"FALSE","12":"FALSE","13":"0","14":"0","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379446338782384133","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379433722986917890","3":"2021-04-06 14:00:02","4":"BritishBakeOff","5":"The Tent Of Dreams awaits @NadineCoyleNow, @AdeAdepitan, @AnnekaRice and @JohnBishop100… but will they serve our judges the stuff of nightmares? \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/uq8x56Z9Zt","6":"Twitter Media Studio","7":"215","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"130","14":"10","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [5]>","31":"<chr [5]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379433722986917890","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379403523855503360","3":"2021-04-06 12:00:02","4":"BritishBakeOff","5":"You can’t mistake their pie-ology. \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/uHFX3YhLXf","6":"Twitter Media Studio","7":"105","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"201","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379403523855503360","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379382795169099778","3":"2021-04-06 10:37:40","4":"BritishBakeOff","5":"Soon to star in Doctor Who, @JohnBishop100 is about to discover that the Bake Off Tent is indeed bigger on the inside than on the outside. The magic of television.\\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/uyvtyBHEJB","6":"Twitter Media Studio","7":"233","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"195","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379382795169099778","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379382122155106304","3":"2021-04-06 10:35:00","4":"BritishBakeOff","5":"Swapping jumpsuit for apron and chopper for chopping board, we challenge @AnnekaRice to win the Star Baker award! \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/xv5R84KxB4","6":"Twitter Media Studio","7":"184","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"131","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379382122155106304","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379381367100727297","3":"2021-04-06 10:32:00","4":"BritishBakeOff","5":"Will @AdeAdepitan earn another MBE, but this time for Master Baker Extraordinaire? We’ll soon find out!\\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/MFwhpe2Nf1","6":"Twitter Media Studio","7":"173","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"79","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379381367100727297","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379380863624957953","3":"2021-04-06 10:30:00","4":"BritishBakeOff","5":"Nobody sees the dough until her heart says so. Loaf machine @NadineCoyleNow hopes to serve up something kinda choux, but what will the judges say? \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/nQCuVNELRg","6":"Twitter Media Studio","7":"217","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"252","14":"24","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379380863624957953","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379358219508740097","3":"2021-04-06 09:00:01","4":"BritishBakeOff","5":"Take a look at who we’re serving up on tonight’s The Great Stand Up To Cancer Bake Off! \\n🍰 Lineup 🍰\\n⭐️ @NadineCoyleNow \\n⭐️ @AnnekaRice \\n⭐️ @AdeAdepitan \\n⭐️ @JohnBishop100 \\n#GBBO https://t.co/rwt2n79oI8","6":"Twitter Media Studio","7":"177","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"167","14":"20","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379358219508740097","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1379071464926801927","3":"2021-04-05 14:00:33","4":"BritishBakeOff","5":"It’s time for these loaf machines to bake a difference. Hitting the tent for the last in the series of The Great Stand Up To Cancer Bake Off are @JohnBishop100, @AdeAdepitan, @AnnekaRice and @NadineCoyleNow! #GBBO https://t.co/f1rQzpfbrx","6":"Twitter Web App","7":"213","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"494","14":"34","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1379071464926801927","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1378995829483143168","3":"2021-04-05 09:00:00","4":"BritishBakeOff","5":"Waking up on a Monday morning like… #MondayMotivation #GBBO https://t.co/tZPFvu4NWq","6":"Twitter Media Studio","7":"59","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"123","14":"9","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1378995829483143168","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1377908665093529608","3":"2021-04-02 09:00:00","4":"BritishBakeOff","5":"Sliding into the weekend after another testing week like… #FridayFeeling #GBBO https://t.co/HXun7EDLBV","6":"Twitter Media Studio","7":"78","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"173","14":"7","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1377908665093529608","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1377621781402378240","3":"2021-04-01 14:00:02","4":"BritishBakeOff","5":"Modern life. #GBBO https://t.co/URvM9JW0q1","6":"Twitter Media Studio","7":"18","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"876","14":"32","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1377621781402378240","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1377561384586674179","3":"2021-04-01 10:00:02","4":"BritishBakeOff","5":"Current mood. #ThursdayThoughts #GBBO https://t.co/OKRtytYBCo","6":"Twitter Media Studio","7":"37","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"294","14":"23","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1377561384586674179","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1377319792399507460","3":"2021-03-31 18:00:02","4":"BritishBakeOff","5":"It didn’t take Black Magic for @LittleMix’s Jade to fall under the spell of @PaulHollywood’s eyes on Bake Off! 😂😂😂 #GBBO https://t.co/8LU1fByziR","6":"Twitter Media Studio","7":"120","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"199","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1377319792399507460","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1377266567919108096","3":"2021-03-31 14:28:32","4":"BritishBakeOff","5":"Pud you rather? It’s time to ask all the hard-hitting questions to this week’s bakers @Kathbum, @KSI, Stacey Dooley and @LittleMix’s Jade Thirlwall! #GBBO https://t.co/naIZYLTDEt","6":"Twitter Media Studio","7":"154","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"80","14":"6","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [3]>","31":"<chr [3]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1377266567919108096","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1377214093841563649","3":"2021-03-31 11:00:02","4":"BritishBakeOff","5":"Don’t stop believing. #WednesdayWisdom #GBBO https://t.co/1tvoHibrqh","6":"Twitter Media Studio","7":"44","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"151","14":"5","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1377214093841563649","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376999799501828101","3":"2021-03-30 20:48:30","4":"BritishBakeOff","5":"Time for us to head off into the night. Thanks so much for tweeting along with us as always. We do find goodbyes a bit awkward. Much prefer a hello! ❤️ #GBBO https://t.co/m1c8TUsNB1","6":"Twitter Media Studio","7":"157","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"161","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376999799501828101","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376997161414582273","3":"2021-03-30 20:38:01","4":"BritishBakeOff","5":"Thanks so much for watching tonight’s The Great Stand Up To Cancer Bake Off and helping to bake a difference! Four episodes done - just one to dough! #GBBO https://t.co/4HV826Rlbf","6":"Twitter Media Studio","7":"155","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1118","14":"82","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376997161414582273","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376994619377000449","3":"2021-03-30 20:27:55","4":"BritishBakeOff","5":"Who will be a loaf machine in next week’s The Great Stand Up To Cancer Bake Off? Join us next Tuesday as @NadineCoyleNow, @AdeAdepitan, @AnnekaRice and @JohnBishop100 hit the Bake Off Tent! #GBBO https://t.co/Zh889Pdd8a","6":"Twitter Media Studio","7":"195","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"150","14":"16","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [4]>","31":"<chr [4]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376994619377000449","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376993179644334084","3":"2021-03-30 20:22:11","4":"BritishBakeOff","5":"She's got the recipe... well, quite a few as it turns out. 😉 Congratulations Jade! 🥳 #GBBO https://t.co/eT973W4iOs","6":"Twitter Web App","7":"90","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"534","14":"54","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1376991925836865545","34":"I'M A WINNER, BABY 🎂\\nThank you for having me @BritishBakeOff that was such a laugh. If you can, please keep donating to @SU2CUK. They're such a worthy cause so let's help them raise as much as possible https://t.co/HBV26X8GIj","35":"2021-03-30 20:17:13","36":"Twitter for iPhone","37":"31394","38":"3783","39":"380399508","40":"LittleMix","41":"Little Mix","42":"11938925","43":"26964","44":"34607","45":"United Kingdom","46":"Our new album Between Us is out 12.11 🤍 Love (Sweet Love) is out now","47":"TRUE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376993179644334084","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376992249213554694","3":"2021-03-30 20:18:30","4":"BritishBakeOff","5":"Times are tough, but any money you’re able to donate to Stand Up To Cancer will make a difference and help to get life-saving research back on track. https://t.co/cL1kNdfsHG #GBBO @SU2CUK @realmattlucas https://t.co/EmmTWld0SH","6":"Twitter Media Studio","7":"202","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"242","14":"22","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376992249213554694","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376991745163067397","3":"2021-03-30 20:16:29","4":"BritishBakeOff","5":"There’s no shortage of drama with Jade Thirlwall from @LittleMix in the Bake Off Tent! #GBBO https://t.co/5vjULXMK6T","6":"Twitter Media Studio","7":"92","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1383","14":"203","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376991745163067397","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376991020072767497","3":"2021-03-30 20:13:37","4":"BritishBakeOff","5":"Out of all the bakers who have set foot in our tent, none have had a journey quite like JJ/@KSI. 😂😂😂 #GBBO https://t.co/QQ8lyDaGV2","6":"Twitter Media Studio","7":"106","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"6637","14":"516","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376991020072767497","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376990214770544649","3":"2021-03-30 20:10:25","4":"BritishBakeOff","5":"Her wings were made for pie! We salute @LittleMix’s Jade Thirlwall for her fine efforts tonight - great baking is clearly in her DNA. 👏👏👏 #GBBO https://t.co/64lbqq2RMZ","6":"Twitter Media Studio","7":"143","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2255","14":"356","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376990214770544649","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376989551458185223","3":"2021-03-30 20:07:46","4":"BritishBakeOff","5":"It really is one of the joys in life, isn't it? #GBBO https://t.co/f893nyV2oh https://t.co/oykIuLhgar","6":"Twitter Web App","7":"77","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"137","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1376988282198839298","34":"why does seeing the contestants pop up from behind their ovens make me so happy #gbbo","35":"2021-03-30 20:02:44","36":"Twitter for iPhone","37":"16","38":"0","39":"1349701468098596870","40":"L4DYBUTT0N","41":".","42":"534","43":"4","44":"12548","45":"","46":"","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376989551458185223","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376989501638246406","3":"2021-03-30 20:07:35","4":"BritishBakeOff","5":"Life’s what you bake it. #GBBO https://t.co/r8eJLzhleb","6":"Twitter Media Studio","7":"30","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"423","14":"32","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376989501638246406","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376988801638264833","3":"2021-03-30 20:04:48","4":"BritishBakeOff","5":"Dear @GloriaEstefan, here’s a lovely message from Stacey Dooley. She has just created you in biscuit form on Bake Off. ❤️ #GBBO https://t.co/ww58a7otLc","6":"Twitter Media Studio","7":"127","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"551","14":"18","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376988801638264833","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376988554614743047","3":"2021-03-30 20:03:49","4":"BritishBakeOff","5":"All’s well that ends well. Congratulations, JJ! #GBBO @KSI https://t.co/toZv89lqIO","6":"Twitter Media Studio","7":"58","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1323","14":"69","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376988554614743047","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376988392202899461","3":"2021-03-30 20:03:10","4":"BritishBakeOff","5":"Whether you call him JJ or @KSI, one thing’s for certain - his ‘Can’t Live Without My Room’ biscuit showstopper has landed a knockout blow! #GBBO https://t.co/RyjuRZNA47","6":"Twitter Media Studio","7":"145","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"314","14":"14","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376988392202899461","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376988321952497667","3":"2021-03-30 20:02:53","4":"BritishBakeOff","5":"From Glory Days to a glorious glaze - here’s Jade Thirlwall’s ‘Can’t Live Without a @LittleMix Concert’ biscuit showstopper. #GBBO https://t.co/OuVSQLC0kL","6":"Twitter Media Studio","7":"130","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"1536","14":"250","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376988321952497667","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376988248740925449","3":"2021-03-30 20:02:36","4":"BritishBakeOff","5":"Bring on the Pie-ami Sound Machine! Here’s Stacey Dooley’s ‘Can’t Live Without Morning Tea and @GloriaEstefan’ biscuit showstopper. #GBBO https://t.co/BtI6LwmMSX","6":"Twitter Media Studio","7":"137","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"104","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376988248740925449","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376987826559070212","3":"2021-03-30 20:00:55","4":"BritishBakeOff","5":"Here’s Katherine Ryan’s truly pawsome ‘Can’t Live Without Dogs’ biscuit scene. The ultimutt canine showstopper! 🐾 #GBBO @kathbum https://t.co/t5LjZdSrIv","6":"Twitter Media Studio","7":"128","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"115","14":"7","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376987826559070212","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376987455883206673","3":"2021-03-30 19:59:27","4":"BritishBakeOff","5":"\"Hey baby, tell me your name,\\n I got biscuits for ya,\\n I just can't explain...\"","6":"Twitter Web App","7":"81","8":"1376986886149922819","9":"234428224","10":"BritishBakeOff","11":"FALSE","12":"FALSE","13":"520","14":"53","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376987455883206673","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376987425982021635","3":"2021-03-30 19:59:20","4":"BritishBakeOff","5":"There’s no time like now. Listen to @KSI and bake a difference.\\nTimes are tough, but any money you're able to give will be massively appreciated. Together we can beat cancer! 👊 https://t.co/cL1kNdfsHG #GBBO @SU2CUK https://t.co/McID95pukG","6":"Twitter Media Studio","7":"214","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"141","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376987425982021635","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376987205751738380","3":"2021-03-30 19:58:27","4":"BritishBakeOff","5":"That Matt Lucas is a rascal! 😂😂😂 #GBBO @realmattlucas https://t.co/B18mnAi0R5","6":"Twitter Media Studio","7":"53","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"239","14":"11","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376987205751738380","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376987063933935627","3":"2021-03-30 19:57:53","4":"BritishBakeOff","5":"When we're finally out of Lockdown... #GBBO https://t.co/BKHsxk4J2Q","6":"Twitter Web App","7":"43","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"35","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1376986342765293571","34":"It's on the cusp of being a comedy. #GBBO https://t.co/YZk9Hy5cpQ","35":"2021-03-30 19:55:01","36":"Twitter for Android","37":"3","38":"0","39":"1091077845936496640","40":"GuyandDore","41":"Original Guy","42":"758","43":"1163","44":"4317","45":"England, United Kingdom","46":"I think & speak through the scenic route 🤔. Proud geek 🧐. 94.4% weird 🤫 & almost funny 🤐. Team LFC 🔴","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376987063933935627","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376986886149922819","3":"2021-03-30 19:57:11","4":"BritishBakeOff","5":"Salute! ❤️❤️❤️❤️ #GBBO @LittleMix https://t.co/HIUMmtQhq8","6":"Twitter Media Studio","7":"34","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"6856","14":"830","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376986886149922819","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376985620971675650","3":"2021-03-30 19:52:09","4":"BritishBakeOff","5":"Mental Note: Send @LittleMix the dry cleaning bill for our carpet. 😂😂😂 #GBBO https://t.co/Ot3Af5p2Q3","6":"Twitter Media Studio","7":"76","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"848","14":"125","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376985620971675650","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376985089586958339","3":"2021-03-30 19:50:03","4":"BritishBakeOff","5":"You can tell this was filmed a few months ago… 😳 #GBBO https://t.co/OwyhAVKYKM","6":"Twitter Media Studio","7":"54","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"2767","14":"240","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376985089586958339","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376984932967460866","3":"2021-03-30 19:49:25","4":"BritishBakeOff","5":"Rhythm is gonna get choux! It was only a matter of time before we had a @GloriaEstefan showstopper on Bake Off… #GBBO https://t.co/A80cj8PwxI","6":"Twitter Media Studio","7":"117","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"57","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376984932967460866","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376984928114593797","3":"2021-03-30 19:49:24","4":"BritishBakeOff","5":"Hey! HEY! Of course 40+ year olds know who Logan Paul is! He was great as Crocodile Dundee. \\n\\n\"That's not a bread knife, mate...\" #GBBO https://t.co/2ljy3v018v","6":"Twitter Web App","7":"135","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"82","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1376984511909654528","34":"Adults over 40 watching #GBBO \"What's a 'Logan Paul'?\" https://t.co/oacx5ttYKM","35":"2021-03-30 19:47:45","36":"Twitter Web App","37":"13","38":"0","39":"30976413","40":"GiNgEr_JaMeS","41":"James Allison","42":"564","43":"687","44":"15460","45":"","46":"TV Development Producer & sometimes Question Writer - The Wheel || The Wall || Richard Osman's House of Games || I tweet about films and post far too many gifs","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376984928114593797","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376984866164764674","3":"2021-03-30 19:49:09","4":"BritishBakeOff","5":"Pure baking innovation from Katherine Ryan worthy of a Hollywood Handshake. 👏👏👏 #GBBO @kathbum https://t.co/juHljN0toR","6":"Twitter Media Studio","7":"94","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"84","14":"3","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376984866164764674","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376984169528631296","3":"2021-03-30 19:46:23","4":"BritishBakeOff","5":"Therapy. #GBBO @KSI https://t.co/ynrf3M32Xz","6":"Twitter Media Studio","7":"19","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"334","14":"33","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376984169528631296","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376983079168921604","3":"2021-03-30 19:42:03","4":"BritishBakeOff","5":"Taxi for JJ! 😂😂😂 #GBBO @KSI https://t.co/wUye0VN6UM","6":"Twitter Media Studio","7":"27","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"18866","14":"878","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"pt","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376983079168921604","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376982460307808257","3":"2021-03-30 19:39:36","4":"BritishBakeOff","5":"Every donation to Stand Up To Cancer speeds up life-saving research. If you’re in a position to dip into your pockets and help out, please know that you really are making a difference. https://t.co/cL1kNdfsHG #GBBO @SU2CUK @kathbum https://t.co/hyuQcZZ5qt","6":"Twitter Media Studio","7":"231","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"38","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376982460307808257","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376982111853371397","3":"2021-03-30 19:38:13","4":"BritishBakeOff","5":"Children shouldn’t have to go through this. Families shouldn’t have to go through this. Our hearts are with you, brave Isla. ❤️❤️❤️\\nEvery penny of the money you donate to Stand Up To Cancer goes towards funding cancer research. https://t.co/cL1kNdfsHG #GBBO @SU2CUK https://t.co/v22Dgu4La4","6":"Twitter Media Studio","7":"265","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"197","14":"17","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376982111853371397","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376981059422797829","3":"2021-03-30 19:34:02","4":"BritishBakeOff","5":"Who needs a soggy bottom when you can have a soaked one? #GBBO https://t.co/mA7T0zNzAK","6":"Twitter Media Studio","7":"62","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"644","14":"57","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376981059422797829","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376980937192398853","3":"2021-03-30 19:33:33","4":"BritishBakeOff","5":"Oh dear. #GBBO #TwinPeaks https://t.co/JRfVJkfbOU","6":"Twitter Web App","7":"25","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"198","14":"14","15":"NA","16":"NA","17":"<chr [2]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376980937192398853","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376980433729159175","3":"2021-03-30 19:31:33","4":"BritishBakeOff","5":"Brutal. 😂😂😂 #GBBO https://t.co/her0LoyW8V","6":"Twitter Media Studio","7":"17","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"3918","14":"643","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"no","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376980433729159175","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376980301289771024","3":"2021-03-30 19:31:01","4":"BritishBakeOff","5":"Stacey Dooley Investigates… pie crime! #GBBO https://t.co/7BWZUKxa38","6":"Twitter Media Studio","7":"44","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"96","14":"4","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376980301289771024","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376980204741070856","3":"2021-03-30 19:30:38","4":"BritishBakeOff","5":"Bon appétit! #GBBO https://t.co/VqcAJYqPwt","6":"Twitter Media Studio","7":"18","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"319","14":"29","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"fr","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376980204741070856","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376980041905672193","3":"2021-03-30 19:29:59","4":"BritishBakeOff","5":"“This might have been a bad decision” 😂😂😂 #GBBO @KSI https://t.co/9omLeUaa85","6":"Twitter Media Studio","7":"52","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"3112","14":"281","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376980041905672193","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376979864641748995","3":"2021-03-30 19:29:17","4":"BritishBakeOff","5":"\"... that's like sixteen walls.\" #GBBO https://t.co/PxRfBlFxZ2 https://t.co/I3UWrmWQOu","6":"Twitter Web App","7":"62","8":"NA","9":"NA","10":"NA","11":"TRUE","12":"FALSE","13":"44","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"1376979156425187332","34":"Jade being my fave and making my fave. I love everything about this #GBBO","35":"2021-03-30 19:26:28","36":"Twitter for iPhone","37":"5","38":"0","39":"161811864","40":"RainbowHaradise","41":"Eleanor/Eles 🐇","42":"1090","43":"276","44":"179613","45":"at a Harry Styles concert","46":"Happiness starts with an H and ends in an S, so does Harry Styles. Thank you for being you Harry 💚🌈✨(fan account) her/she .38. 🇬🇧 Co-owner of @THWKUpdates","47":"FALSE","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376979864641748995","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376979663935913988","3":"2021-03-30 19:28:29","4":"BritishBakeOff","5":"Well done to Jade for creating the world’s first custard latte on Bake Off! 😂😂 #GBBO https://t.co/stbvOBkXC8","6":"Twitter Media Studio","7":"84","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"319","14":"39","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376979663935913988","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376979309777317893","3":"2021-03-30 19:27:05","4":"BritishBakeOff","5":"Inspiration for latticing a pie can come from unexpected places. #GBBO @kathbum https://t.co/dQ3aO5443d","6":"Twitter Media Studio","7":"79","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"80","14":"5","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376979309777317893","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376978671869779968","3":"2021-03-30 19:24:33","4":"BritishBakeOff","5":"@LittleMix @SU2C Thank you so much! #GBBO","6":"Twitter Web App","7":"24","8":"1376975367546748928","9":"380399508","10":"LittleMix","11":"FALSE","12":"FALSE","13":"21","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [2]>","31":"<chr [2]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376978671869779968","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"},{"1":"234428224","2":"1376978248727474180","3":"2021-03-30 19:22:52","4":"BritishBakeOff","5":"Possibly the best idea anyone has had today/ever. #GBBO https://t.co/3GI9pYFkaH","6":"Twitter Web App","7":"55","8":"NA","9":"NA","10":"NA","11":"FALSE","12":"FALSE","13":"45","14":"1","15":"NA","16":"NA","17":"<chr [1]>","18":"<chr [1]>","19":"<chr [1]>","20":"<chr [1]>","21":"<chr [1]>","22":"<chr [1]>","23":"<chr [1]>","24":"<chr [1]>","25":"<chr [1]>","26":"<chr [1]>","27":"<chr [1]>","28":"<chr [1]>","29":"NA","30":"<chr [1]>","31":"<chr [1]>","32":"en","33":"NA","34":"NA","35":"<NA>","36":"NA","37":"NA","38":"NA","39":"NA","40":"NA","41":"NA","42":"NA","43":"NA","44":"NA","45":"NA","46":"NA","47":"NA","48":"NA","49":"NA","50":"<NA>","51":"NA","52":"NA","53":"NA","54":"NA","55":"NA","56":"NA","57":"NA","58":"NA","59":"NA","60":"NA","61":"NA","62":"NA","63":"NA","64":"NA","65":"NA","66":"NA","67":"NA","68":"NA","69":"<dbl [2]>","70":"<dbl [2]>","71":"<dbl [8]>","72":"https://twitter.com/BritishBakeOff/status/1376978248727474180","73":"British Bake Off","74":"Great Britain","75":"On your marks, get set… BAKE! #GBBO\\nTuesdays. 8pm. Channel 4.\\nTweets by Love Productions: https://t.co/mVw82l8tnJ","76":"https://t.co/mz2fIRMX5r","77":"FALSE","78":"719979","79":"1213","80":"1211","81":"29036","82":"6933","83":"2011-01-05 16:51:04","84":"TRUE","85":"https://t.co/mz2fIRMX5r","86":"http://thegreatbritishbakeoff.co.uk","87":"NA","88":"https://pbs.twimg.com/profile_banners/234428224/1632229297","89":"http://abs.twimg.com/images/themes/theme16/bg.gif","90":"http://pbs.twimg.com/profile_images/1322878948603269128/T08GQjtt_normal.jpg"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
<p>Der Datensatz umfasst in Gänze 90 Variablen, für uns ist in diesem Fall aber nur eine einzige Variable erstmal relevant - nämlich <code>text</code>. In <code>text</code> befindet sich der Text des jeweiligen Tweets.</p>
<p>Der einfachheithalber speichern wir diese eine Variable als einzelnen Vektor, schaffen eine neue ID-Variable und erstellen den Datensatz <code>tweet</code>.</p>
<div class="sourceCode" id="cb4"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> gbbo <span class="sc">%>%</span> </span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(text)</span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb4-4"><a href="#cb4-4" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>id <span class="ot"><-</span> <span class="fu">seq</span>(<span class="dv">1</span>, </span>
<span id="cb4-5"><a href="#cb4-5" aria-hidden="true" tabindex="-1"></a> <span class="dv">862</span>, </span>
<span id="cb4-6"><a href="#cb4-6" aria-hidden="true" tabindex="-1"></a> <span class="dv">1</span></span>
<span id="cb4-7"><a href="#cb4-7" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb4-8"><a href="#cb4-8" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb4-9"><a href="#cb4-9" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet,</span>
<span id="cb4-10"><a href="#cb4-10" aria-hidden="true" tabindex="-1"></a> <span class="at">n =</span> <span class="dv">100</span></span>
<span id="cb4-11"><a href="#cb4-11" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":["text"],"name":[1],"type":["chr"],"align":["left"]},{"label":["id"],"name":[2],"type":["dbl"],"align":["right"]}],"data":[{"1":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","2":"1"},{"1":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","2":"2"},{"1":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","2":"3"},{"1":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","2":"4"},{"1":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","2":"5"},{"1":"About last night… #GBBO https://t.co/GulcsAdnJM","2":"6"},{"1":"Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb","2":"7"},{"1":"Let’s get ready to crumble! It’s crunch time next Tuesday as Biscuit Week hits the Bake Off Tent! #GBBO https://t.co/xGMRw30WA8","2":"8"},{"1":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","2":"9"},{"1":"@Shambom65 True. Absolutely true. #GBBO","2":"10"},{"1":"Disclaimer: This is not a percentage in terms of flavour balance. It's how many people like Mint Choc Ch... *stares directly to camera* #GBBO","2":"11"},{"1":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","2":"12"},{"1":"“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”\\nHere’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg","2":"13"},{"1":"No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe","2":"14"},{"1":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","2":"15"},{"1":"Poor Tom! So gracious in defeat - and we’re so sad to see him go. But what time we did have with him in the Tent has been utterly fantastic. ❤️ #GBBO https://t.co/qrz9FWe9sc","2":"16"},{"1":"He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk","2":"17"},{"1":"One episode into Bake Off 2021 - and George is already turning into one of the most relatable bakers we’ve ever met. #GBBO https://t.co/pKuPc4f4IZ","2":"18"},{"1":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","2":"19"},{"1":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","2":"20"},{"1":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","2":"21"},{"1":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","2":"22"},{"1":"Giuseppe’s ‘Jack and The Beanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","2":"23"},{"1":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","2":"24"},{"1":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","2":"25"},{"1":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","2":"26"},{"1":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","2":"27"},{"1":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","2":"28"},{"1":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","2":"29"},{"1":"@courtsthomasx Congratulations! 🥳👼 #GBBO","2":"30"},{"1":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","2":"31"},{"1":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","2":"32"},{"1":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","2":"33"},{"1":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","2":"34"},{"1":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","2":"35"},{"1":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","2":"36"},{"1":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","2":"37"},{"1":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","2":"38"},{"1":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","2":"39"},{"1":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","2":"40"},{"1":"The first rule of Bake Off:\\nDo not stare back at Paul\\n\\nThe second rule of Bake Off:\\nDo not stare back at Paul\\n#GBBO https://t.co/XbZqAE5mjA","2":"41"},{"1":"@psyche1701 Maybe. #GBBO","2":"42"},{"1":"WISDOMOUS! #GBBO","2":"43"},{"1":"@JadeForster A treat for the whole family. 🥳 #GBBO","2":"44"},{"1":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","2":"45"},{"1":"Oh dear. #GBBO https://t.co/4FS3X12AOr","2":"46"},{"1":"1. Mint Choc Chip is the entry level ice cream for 93% of the United Kingdom. But please don't Google that.\\n\\n2. \"MagPrue\" can only lead to conspiracy theories.\\n\\n#GBBO https://t.co/95cC26eXOZ","2":"47"},{"1":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","2":"48"},{"1":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","2":"49"},{"1":"@laurajaycrochet *snaps pencil* #GBBO","2":"50"},{"1":"Mint Choc Chip Ice Cream? #GBBO","2":"51"},{"1":"CONTROVERSIAL!!! #GBBO https://t.co/OBHidOZCRz","2":"52"},{"1":"It certainly was a kind of magic. #GBBO https://t.co/FytDtVF6ZT","2":"53"},{"1":"@randallwrites Not in line with the currant climate of acceptance for all is it?","2":"54"},{"1":"Due to popular demand… we’ve giffed up THAT Prue and Paul moment. #GBBO https://t.co/3o02vFa7tU","2":"55"},{"1":"Relatable. #GBBO https://t.co/8j2aIL148h","2":"56"},{"1":"\"Like a bake out of hell, I'll be scone 'til the mornin' comes...\" #GBBO https://t.co/ExtMCyV1nr","2":"57"},{"1":"BREAKING NEWS: Violence has broken out in the Bake Off Tent! #GBBO https://t.co/p9hHrFZqJh","2":"58"},{"1":"Every day. #GBBO https://t.co/uFgmRbi9Vf","2":"59"},{"1":"Now this would really be going for The Treble. #GBBO https://t.co/A0g0KtvWIv","2":"60"},{"1":"Film. One word. One syllable. #GBBO https://t.co/J4ooIe5Z7u","2":"61"},{"1":"🎵 IS IT MY IMAGINASHEEUNNN 🎵 #GBBO https://t.co/CKlKBiiEzQ","2":"62"},{"1":"If you stare at this malt loaf for more than 15 seconds you start to see a Shetland Pony. #GBBO https://t.co/RpA1GSTVaC","2":"63"},{"1":"Prue’s not so sure many of you know what a malt loaf is, especially the youngsters. Time to see if she’s right!\\nRT if you know malt loaf\\n❤️ if you don’t\\n#GBBO https://t.co/VVyDtnxnW2","2":"64"},{"1":"This Twitter feed is going to turn into a fan account for Giuseppe’s eyebrows. #GBBO https://t.co/IQTjyrJxBV","2":"65"},{"1":"😮😮😮 #GBBO https://t.co/0nn2bDErPU","2":"66"},{"1":"@carol_ann54 We do seriously respect your integrity for sticking with the healthy option. #GBBO https://t.co/S3aLrdef5H","2":"67"},{"1":"Lizzie should have claimed her mini rolls were inspired by Salvador Dali. #GBBO https://t.co/elx0ZtROrC","2":"68"},{"1":"How to sum up your feelings on modern life. #GBBO https://t.co/ITY4oIydZ3","2":"69"},{"1":"There are self checkouts in supermarkets. Why not self judging on Bake Off? #GBBO https://t.co/DSbB48CnGt","2":"70"},{"1":"“They’re a little bit drunk”\\n- Amanda #GBBO https://t.co/GjsIAlSN94","2":"71"},{"1":"Don’t blink when you’re near these mini rolls!! 😱😱 #GBBO https://t.co/C2NdpVtPDi","2":"72"},{"1":"It’s important to cover your crack in the Bake Off Tent. #GBBO https://t.co/9tq9Zc6hlF","2":"73"},{"1":"@beckythomas_ We're happy that you're happy! #GBBO","2":"74"},{"1":"@Emma_Parkin Fine work. #GBBO https://t.co/QrKF801UyO","2":"75"},{"1":"When the Bake Off ad break hits and the kitchen snack hunt begins. #GBBO https://t.co/TyipjxYVfK","2":"76"},{"1":"The poor Bake Off Carpet didn’t even make it to the first ad break of the series without being ruined. 😢😢😢 #GBBO https://t.co/7YDrLkV4Gg","2":"77"},{"1":"@Toxicolly Thankin' you! #GBBO","2":"78"},{"1":"George is us at any point over the last 18 months. #GBBO https://t.co/dSyPEfLIhl","2":"79"},{"1":"Say hello to the world’s happiest sponge. 😊 #GBBO https://t.co/ApUAiNuIjC","2":"80"},{"1":"Jürgen’s milk shake brings all the cakes to the tent. #GBBO https://t.co/FynJ114fDc","2":"81"},{"1":"Hands up if you’re a lockdown baker like Chigs! #GBBO https://t.co/6kbQp3RZEb","2":"82"},{"1":"“It is I, Leclerc!”\\n#GBBO #AlloAllo https://t.co/bUTCp9Klnh","2":"83"},{"1":"🙂🙂🙂🙂🙂🙂 #GBBO https://t.co/7FsNfsEQ7c","2":"84"},{"1":"Cannot be unseen. #GBBO https://t.co/fzVEeL9ok4","2":"85"},{"1":"Mullets are the best medicine. #GBBO https://t.co/msM8iLSTYa","2":"86"},{"1":"Baking life. #GBBO https://t.co/fyAOe4mZXw","2":"87"},{"1":"It’s all about to kick off in the Bake Off Tent! #GBBO https://t.co/3rAjUh0IcK","2":"88"},{"1":"@CabinClassBoy We would but Pet Bunny's agent is a NIGHTMARE to negotiate with... #GBBO","2":"89"},{"1":"Same, Maggie. Same. #GBBO https://t.co/GzSHtvu989","2":"90"},{"1":"@TheMizzCCB \"Mini Rolls pack a punch\" according to Paul. We've played Chocolate Chili Pepper Roulette before but this is taking it a bit far... #GBBO","2":"91"},{"1":"Spinoff TV series pitch: Matt Lucas sings well-known TV theme songs… in German… with Jürgen giving his honest critique afterwards. Slide into our DMs if interested, @Channel4. #GBBO","2":"92"},{"1":"Life over the past 18 months. #GBBO https://t.co/51ZWaE6Qgp","2":"93"},{"1":"George is already way too relatable. #GBBO https://t.co/IN5sxHwEDy","2":"94"},{"1":"Well said, Maggie! #GBBO https://t.co/sGtO6c7G2g","2":"95"},{"1":"Spoilers, Noel! Spoilers! #GBBO https://t.co/BTl31GkTh4","2":"96"},{"1":"@nickopotamus We are pre-watershed, you know. #GBBO","2":"97"},{"1":"@S_M_A_B_S Imagine waking up with a mullet too... #GBBO","2":"98"},{"1":"The bakers have arrived! Here’s a handy guide to who is who in the Bake Off Tent 2021. #GBBO https://t.co/wFKbn3IOFt","2":"99"},{"1":"To be revisited in your dreams/nightmares later. #GBBO https://t.co/Oe713kNwTr","2":"100"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
</div>
<div id="basisfunktionen-in-stringr" class="section level2">
<h2>Basisfunktionen in <strong>stringr</strong></h2>
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<p>Die Basisfunktionen, die wir jetzt zu Beginn kennenlernen, sind folgende …</p>
<ul>
<li><p><code>str_length()</code></p></li>
<li><p><code>str_sub()</code></p></li>
<li><p><code>str_dup()</code></p></li>
<li><p><code>str_pad()</code></p></li>
<li><p><code>str_trunc()</code></p></li>
<li><p><code>str_trim()</code></p></li>
<li><p><code>str_to_upper()</code> / <code>str_to_lower()</code> / <code>str_to_title()</code></p></li>
</ul>
<div id="str_length" class="section level3">
<h3><code>str_length()</code></h3>
<p>Die Funktion ist ähnlich zur Funktion <code>nchar()</code> aus <code>baseR</code>. Sie gibt die Länge der jeweiligen Zeichenkette an. Wir können dies für alle ausgeben lassen oder für einzelne Tweets. Wenn wir es für alle ausgeben lassen, ist die Ausgabe wieder ein Vektor, aber eben numerisch.</p>
<div class="sourceCode" id="cb5"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_length</span>(tweet<span class="sc">$</span>text)</span></code></pre></div>
<pre><code> [1] 120 79 96 119 70 47 179 127 66 39 141 103 168 123 49 173 112 146
[19] 86 97 91 90 96 90 76 95 83 96 111 40 108 86 86 81 67 108
[37] 88 96 102 33 139 24 16 50 104 38 190 61 85 37 31 46 63 80
[55] 95 40 96 90 40 76 59 58 119 182 108 33 119 103 73 105 67 80
[73] 86 50 53 96 136 30 80 73 83 77 59 36 47 60 42 78 87 49
[91] 149 181 59 66 48 55 51 55 116 78 119 91 112 69 26 178 43 78
[109] 81 81 81 118 56 259 143 66 83 290 158 83 93 99 125 54 125 112
[127] 58 118 40 296 121 84 56 121 67 28 58 106 67 26 83 61 88 106
[145] 158 82 132 45 85 21 160 49 116 84 55 123 130 186 99 52 40 49
[163] 138 54 59 112 64 125 245 69 155 141 170 164 161 151 122 148 122 114
[181] 112 146 121 87 171 173 202 195 71 93 58 245 192 230 124 152 42 29
[199] 119 173 123 120 108 33 139 111 41 141 122 119 53 72 40 50 74 150
[217] 107 38 90 40 56 61 63 129 59 91 67 113 78 99 99 41 120 174
[235] 100 22 92 108 48 89 39 51 140 64 118 152 173 116 180 122 87 287
[253] 38 68 108 206 183 152 26 102 35 50 64 70 159 129 58 66 66 87
[271] 98 89 253 100 77 41 46 181 62 121 74 67 136 31 87 71 147 89
[289] 57 99 55 45 83 107 170 136 281 83 115 75 76 113 94 128 84 40
[307] 56 111 63 80 147 155 126 77 63 73 61 39 143 164 81 115 73 67
[325] 97 26 36 170 80 49 139 20 71 67 39 81 112 129 161 54 101 103
[343] 148 139 84 89 72 67 147 158 68 155 131 155 108 109 40 90 119 43
[361] 59 46 37 67 72 112 72 70 115 43 76 61 102 130 178 118 196 164
[379] 85 92 97 156 44 87 62 293 57 51 71 139 152 169 40 155 148 102
[397] 155 91 158 127 42 39 41 68 98 61 86 86 119 48 66 36 102 110
[415] 72 79 118 46 54 85 98 99 112 58 89 70 50 122 84 108 162 21
[433] 68 42 131 62 164 92 196 111 92 153 148 117 100 43 126 49 68 154
[451] 154 125 150 38 151 104 145 56 126 132 69 59 96 59 52 56 70 83
[469] 40 72 78 91 36 114 93 98 36 143 40 85 46 121 69 74 34 108
[487] 52 125 65 143 188 89 66 157 171 93 230 50 65 33 112 38 153 48
[505] 103 147 82 105 152 58 36 166 189 182 144 41 98 62 88 136 59 64
[523] 42 44 45 41 84 140 31 142 45 93 82 105 143 87 70 40 85 106
[541] 93 47 130 98 155 198 76 155 176 84 80 51 140 109 138 72 74 91
[559] 115 111 41 152 118 151 94 215 147 49 71 65 141 128 81 46 72 196
[577] 49 139 76 112 136 73 40 52 79 62 93 86 99 58 56 79 107 139
[595] 106 125 278 235 211 180 125 84 61 77 105 38 79 70 92 167 142 172
[613] 73 138 160 138 197 41 92 41 149 47 99 79 76 76 39 45 50 120
[631] 50 99 76 68 86 115 38 15 71 58 64 41 132 81 33 40 152 38
[649] 53 59 52 127 125 120 181 155 155 87 89 82 63 40 74 90 87 147
[667] 149 74 73 42 43 124 293 144 129 58 31 161 126 103 67 43 101 127
[685] 96 68 120 40 61 109 88 102 46 113 71 64 112 59 38 130 98 102
[703] 42 87 88 55 59 75 135 45 59 28 109 85 41 91 72 95 50 64
[721] 151 116 128 96 45 154 94 205 278 174 189 175 199 130 157 282 290 284
[739] 257 294 194 46 77 173 236 72 47 163 261 84 268 171 157 57 85 42
[757] 109 134 137 147 108 89 188 40 168 71 65 100 149 89 228 279 104 91
[775] 96 78 64 61 124 104 43 125 59 239 45 34 100 85 115 77 86 88
[793] 33 77 45 60 78 112 220 200 60 119 58 250 209 74 239 129 257 208
[811] 197 241 201 237 83 102 42 61 144 178 68 181 179 219 114 226 116 130
[829] 167 101 54 151 82 169 154 161 152 81 238 77 67 58 100 78 141 159
[847] 118 43 51 255 289 86 49 41 68 42 76 86 108 103 41 79</code></pre>
<div class="sourceCode" id="cb7"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb7-1"><a href="#cb7-1" aria-hidden="true" tabindex="-1"></a><span class="co"># oder für einen spezifischen</span></span>
<span id="cb7-2"><a href="#cb7-2" aria-hidden="true" tabindex="-1"></a><span class="fu">str_length</span>(tweet<span class="sc">$</span>text[<span class="dv">23</span>])</span></code></pre></div>
<pre><code>[1] 96</code></pre>
<div class="sourceCode" id="cb9"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="co"># oder mit piping</span></span>
<span id="cb9-2"><a href="#cb9-2" aria-hidden="true" tabindex="-1"></a>tweet <span class="sc">%>%</span> </span>
<span id="cb9-3"><a href="#cb9-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">filter</span>(id <span class="sc">==</span> <span class="dv">275</span>) <span class="sc">%>%</span> </span>
<span id="cb9-4"><a href="#cb9-4" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(text) <span class="sc">%>%</span> </span>
<span id="cb9-5"><a href="#cb9-5" aria-hidden="true" tabindex="-1"></a> <span class="fu">str_length</span>()</span></code></pre></div>
<pre><code>[1] 77</code></pre>
</div>
<div id="str_sub" class="section level3">
<h3><code>str_sub()</code></h3>
<p>Wir können uns auch einzelne Zeichen aus einem String ausgeben lassen. So z.B. das zweite bis fünfte Zeichen aus dem 23. Tweet.</p>
<div class="sourceCode" id="cb11"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a><span class="co"># hier der 23. tweet</span></span>
<span id="cb11-2"><a href="#cb11-2" aria-hidden="true" tabindex="-1"></a><span class="fu">str_sub</span>(tweet<span class="sc">$</span>text[<span class="dv">23</span>], </span>
<span id="cb11-3"><a href="#cb11-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">2</span>, </span>
<span id="cb11-4"><a href="#cb11-4" aria-hidden="true" tabindex="-1"></a> <span class="dv">5</span></span>
<span id="cb11-5"><a href="#cb11-5" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] "iuse"</code></pre>
<div class="sourceCode" id="cb13"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="sc">%>%</span> </span>
<span id="cb13-2"><a href="#cb13-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">filter</span>(id <span class="sc">==</span> <span class="dv">23</span>) <span class="sc">%>%</span> </span>
<span id="cb13-3"><a href="#cb13-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(text) <span class="sc">%>%</span> </span>
<span id="cb13-4"><a href="#cb13-4" aria-hidden="true" tabindex="-1"></a> <span class="fu">str_sub</span>(<span class="dv">2</span>, </span>
<span id="cb13-5"><a href="#cb13-5" aria-hidden="true" tabindex="-1"></a> <span class="dv">5</span></span>
<span id="cb13-6"><a href="#cb13-6" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] "iuse"</code></pre>
<p>Natürlich kann man sich auch einzelne Buchstaben ausgeben lassen, dazu setzt man den Anfang (zweite Argument) und das Ende der Extraktion (dritte Argument) gleich. Will man von hinten zählen nimmt man einfach ein <code>-</code> zur Hilfe.</p>
<div class="sourceCode" id="cb15"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb15-1"><a href="#cb15-1" aria-hidden="true" tabindex="-1"></a><span class="co"># hier der 23. tweet</span></span>
<span id="cb15-2"><a href="#cb15-2" aria-hidden="true" tabindex="-1"></a><span class="fu">str_sub</span>(tweet<span class="sc">$</span>text[<span class="dv">23</span>], </span>
<span id="cb15-3"><a href="#cb15-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">25</span>, </span>
<span id="cb15-4"><a href="#cb15-4" aria-hidden="true" tabindex="-1"></a> <span class="dv">25</span></span>
<span id="cb15-5"><a href="#cb15-5" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] " "</code></pre>
<div class="sourceCode" id="cb17"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb17-1"><a href="#cb17-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_sub</span>(tweet<span class="sc">$</span>text[<span class="dv">23</span>], </span>
<span id="cb17-2"><a href="#cb17-2" aria-hidden="true" tabindex="-1"></a> <span class="sc">-</span><span class="dv">23</span>, </span>
<span id="cb17-3"><a href="#cb17-3" aria-hidden="true" tabindex="-1"></a> <span class="sc">-</span><span class="dv">2</span></span>
<span id="cb17-4"><a href="#cb17-4" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] "https://t.co/WxwxZquxP"</code></pre>
<p><strong>Eine kleine Denkaufgabe</strong>: Warum ist die erste Ausgabe leer?</p>
<p>Alternativ kann man so auch bestimmte Stellen im Text ersetzen, sofern man deren numerische Stellen kennt. Wie dies einfacher mit <em>regular expression</em> geht, lernen wir später.</p>
<div class="sourceCode" id="cb19"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>text[<span class="dv">23</span>]</span></code></pre></div>
<pre><code>[1] "Giuseppe’s ‘Jack and The Beanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi"</code></pre>
<div class="sourceCode" id="cb21"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb21-1"><a href="#cb21-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_sub</span>(tweet<span class="sc">$</span>text[<span class="dv">23</span>], </span>
<span id="cb21-2"><a href="#cb21-2" aria-hidden="true" tabindex="-1"></a> <span class="dv">26</span>, </span>
<span id="cb21-3"><a href="#cb21-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">26</span></span>
<span id="cb21-4"><a href="#cb21-4" aria-hidden="true" tabindex="-1"></a> ) <span class="ot"><-</span> <span class="st">"M"</span></span>
<span id="cb21-5"><a href="#cb21-5" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb21-6"><a href="#cb21-6" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>text[<span class="dv">23</span>]</span></code></pre></div>
<pre><code>[1] "Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi"</code></pre>
</div>
<div id="str_dup" class="section level3">
<h3><code>str_dup()</code></h3>
<p>Anstatt Zeichen zu löschen oder zu ersetzen, können wir Zeichen auch duplizieren. Wiederholen wir einfach den Text von Tweet 23 viermal.</p>
<div class="sourceCode" id="cb23"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb23-1"><a href="#cb23-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_dup</span>(tweet<span class="sc">$</span>text[<span class="dv">23</span>],</span>
<span id="cb23-2"><a href="#cb23-2" aria-hidden="true" tabindex="-1"></a> <span class="dv">4</span></span>
<span id="cb23-3"><a href="#cb23-3" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] "Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPiGiuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPiGiuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPiGiuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi"</code></pre>
<p>Man kann das ganze auch verketten und wieder direkt <em>pipen</em> mit <code>tidyverse</code>.</p>
<div class="sourceCode" id="cb25"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb25-1"><a href="#cb25-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="sc">%>%</span> </span>
<span id="cb25-2"><a href="#cb25-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">filter</span>(id <span class="sc">==</span> <span class="dv">23</span>) <span class="sc">%>%</span> </span>
<span id="cb25-3"><a href="#cb25-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(text) <span class="sc">%>%</span> </span>
<span id="cb25-4"><a href="#cb25-4" aria-hidden="true" tabindex="-1"></a> <span class="fu">str_sub</span>(<span class="dv">1</span>,</span>
<span id="cb25-5"><a href="#cb25-5" aria-hidden="true" tabindex="-1"></a> <span class="dv">8</span></span>
<span id="cb25-6"><a href="#cb25-6" aria-hidden="true" tabindex="-1"></a> ) <span class="sc">%>%</span> </span>
<span id="cb25-7"><a href="#cb25-7" aria-hidden="true" tabindex="-1"></a> <span class="fu">str_dup</span>(<span class="dv">4</span>)</span></code></pre></div>
<pre><code>[1] "GiuseppeGiuseppeGiuseppeGiuseppe"</code></pre>
<p><strong>Kleine Denkaufgabe</strong>: Was wird hier wiederholt?</p>
</div>
<div id="str_pad" class="section level3">
<h3><code>str_pad()</code></h3>
<p>Oft ist es von Vorteil, wenn Zeichenketten dieselbe Länge aufweisen, z.B. wenn man sie gleichmäßig grafisch darstellen möchte. Dies können wir mit <code>str_pad()</code> machen: Die Zeichenkette soll 100 Zeichen lang werden. Zuerst erstellen wir dazu aber einfach einen Character-Vektor, der nur zwei Tweets beinhaltet (Nr. 23 und 731).</p>
<div class="sourceCode" id="cb27"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb27-1"><a href="#cb27-1" aria-hidden="true" tabindex="-1"></a>partOfTweet <span class="ot"><-</span> tweet<span class="sc">$</span>text[<span class="fu">c</span>(<span class="dv">23</span>,</span>
<span id="cb27-2"><a href="#cb27-2" aria-hidden="true" tabindex="-1"></a> <span class="dv">731</span></span>
<span id="cb27-3"><a href="#cb27-3" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb27-4"><a href="#cb27-4" aria-hidden="true" tabindex="-1"></a> ]</span>
<span id="cb27-5"><a href="#cb27-5" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb27-6"><a href="#cb27-6" aria-hidden="true" tabindex="-1"></a>partOfTweet</span></code></pre></div>
<pre><code>[1] "Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi"
[2] "It’s got to be perfect. Join us tonight for a new series of Bake Off: The Professionals with @BenoitBlin_MCA, @LiamcBakes, @TomAllenComedy and @Cherish_Finden! #GBBO https://t.co/PamvTHcRsv"</code></pre>
<p>Wir haben jetzt also einen einzelnen Vektor, der zwei Tweets beinhaltet. Jetzt wollen wir die Länge auf 100 festsetzen:</p>
<div class="sourceCode" id="cb29"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb29-1"><a href="#cb29-1" aria-hidden="true" tabindex="-1"></a>partOfTweet <span class="ot"><-</span> <span class="fu">str_pad</span>(partOfTweet, </span>
<span id="cb29-2"><a href="#cb29-2" aria-hidden="true" tabindex="-1"></a> <span class="dv">100</span>, </span>
<span id="cb29-3"><a href="#cb29-3" aria-hidden="true" tabindex="-1"></a> <span class="at">side =</span> <span class="st">"both"</span></span>
<span id="cb29-4"><a href="#cb29-4" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb29-5"><a href="#cb29-5" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb29-6"><a href="#cb29-6" aria-hidden="true" tabindex="-1"></a>partOfTweet</span></code></pre></div>
<pre><code>[1] " Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi "
[2] "It’s got to be perfect. Join us tonight for a new series of Bake Off: The Professionals with @BenoitBlin_MCA, @LiamcBakes, @TomAllenComedy and @Cherish_Finden! #GBBO https://t.co/PamvTHcRsv"</code></pre>
<p><strong>Kleine Denkaufgabe</strong>: Was passiert hier nun beim zweiten Tweet?</p>
<p>Anscheinend nichts. Und das ist auch gut so! Denn ansonsten hätte die Funktion den Tweet gekürzt und dies macht die Funktion eben nicht. Ist ein Text länger als es in <code>str_pad()</code> angegeben ist, bleibt der Tweet so wie er ist, erhalten.</p>
</div>
<div id="eleganter-pipen" class="section level3">
<h3>Eleganter Pipen</h3>
<p>Oben haben wir ja bereits mit <code>tidyverse</code> <strong>pipes</strong> benutzt, dies machen wir jetzt aber eleganter. Die Funktionen aus <code>stringr</code> haben alle kein Datenargument, daher sind sie auch nicht direkt zu pipen. Das führt immer zu Fehlermeldungen.</p>
<div class="sourceCode" id="cb31"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb31-1"><a href="#cb31-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb31-2"><a href="#cb31-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">str_pad</span>(text, </span>
<span id="cb31-3"><a href="#cb31-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">100</span>, </span>
<span id="cb31-4"><a href="#cb31-4" aria-hidden="true" tabindex="-1"></a> <span class="at">side =</span> <span class="st">"both"</span></span>
<span id="cb31-5"><a href="#cb31-5" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<p>Die Funktionen aus <code>stringr</code> sind allesamt direkt Mutationen eines Vektors. Mithilfe von <code>mutate()</code> können wir diese aber auch mit <strong>Pipes</strong> benutzen. Wir definieren eine neue Variable und dieser Variable ordnen wir die Mutation über die <code>stringr</code>-Funktion zu.</p>
<div class="sourceCode" id="cb32"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb32-1"><a href="#cb32-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb32-2"><a href="#cb32-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">shortT =</span> <span class="fu">str_pad</span>(text, </span>
<span id="cb32-3"><a href="#cb32-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">100</span>, </span>
<span id="cb32-4"><a href="#cb32-4" aria-hidden="true" tabindex="-1"></a> <span class="at">side =</span> <span class="st">"both"</span></span>
<span id="cb32-5"><a href="#cb32-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb32-6"><a href="#cb32-6" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb32-7"><a href="#cb32-7" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb32-8"><a href="#cb32-8" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet<span class="sc">$</span>shortT, </span>
<span id="cb32-9"><a href="#cb32-9" aria-hidden="true" tabindex="-1"></a> <span class="at">n =</span> <span class="dv">50</span></span>
<span id="cb32-10"><a href="#cb32-10" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code> [1] "There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4"
[2] " @GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO "
[3] " Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4 "
[4] "We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi"
[5] " When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi "
[6] " About last night… #GBBO https://t.co/GulcsAdnJM "
[7] "Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb"
[8] "Let’s get ready to crumble! It’s crunch time next Tuesday as Biscuit Week hits the Bake Off Tent! #GBBO https://t.co/xGMRw30WA8"
[9] " @philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs "
[10] " @Shambom65 True. Absolutely true. #GBBO "
[11] "Disclaimer: This is not a percentage in terms of flavour balance. It's how many people like Mint Choc Ch... *stares directly to camera* #GBBO"
[12] "It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD"
[13] "“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”\nHere’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg"
[14] "No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe"
[15] " Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR "
[16] "Poor Tom! So gracious in defeat - and we’re so sad to see him go. But what time we did have with him in the Tent has been utterly fantastic. ❤️ #GBBO https://t.co/qrz9FWe9sc"
[17] "He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk"
[18] "One episode into Bake Off 2021 - and George is already turning into one of the most relatable bakers we’ve ever met. #GBBO https://t.co/pKuPc4f4IZ"
[19] " When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb "
[20] " Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL "
[21] " A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb "
[22] " Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD "
[23] " Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi "
[24] " Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3 "
[25] " Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB "
[26] " Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n "
[27] " Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf "
[28] " Lizzie’s Nana’s Peaches &amp; Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS "
[29] "FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG"
[30] " @courtsthomasx Congratulations! 🥳👼 #GBBO "
[31] "Amanda’s Elderflower &amp; Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt"
[32] " Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X "
[33] " Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi "
[34] " George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2 "
[35] " This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4 "
[36] "Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ"
[37] " Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT "
[38] " The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS "
[39] "Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn"
[40] " 😥😥😥 #GBBO https://t.co/8jug1xBlL1 "
[41] "The first rule of Bake Off:\nDo not stare back at Paul\n\nThe second rule of Bake Off:\nDo not stare back at Paul\n#GBBO https://t.co/XbZqAE5mjA"
[42] " @psyche1701 Maybe. #GBBO "
[43] " WISDOMOUS! #GBBO "
[44] " @JadeForster A treat for the whole family. 🥳 #GBBO "
[45] "Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm"
[46] " Oh dear. #GBBO https://t.co/4FS3X12AOr "
[47] "1. Mint Choc Chip is the entry level ice cream for 93% of the United Kingdom. But please don't Google that.\n\n2. \"MagPrue\" can only lead to conspiracy theories.\n\n#GBBO https://t.co/95cC26eXOZ"
[48] " Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG "
[49] " Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6 "
[50] " @laurajaycrochet *snaps pencil* #GBBO " </code></pre>
<p>Es ist zwar ein Umweg, aber ein guter: Denn so bleibt die Ursprungsvariable immer im Datensatz erhalten. Nicht zu empfehlen ist es die Originalvariable direkt in <code>mutate()</code> zu überschreiben.</p>
</div>
<div id="str_trunc" class="section level3">
<h3><code>str_trunc()</code></h3>
<p>Um gleichzeitig die Tweets zu kürzen, benutzt man die Funktion <code>str_trunc()</code>. Hiermit kann die maximale Zeichenkettenzahl gesetzt werden. So könnten wir zum Beispiel sagen, uns interessiert nur der Beginn der Tweets, also die ersten 50 Zeichen.</p>
<div class="sourceCode" id="cb34"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb34-1"><a href="#cb34-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb34-2"><a href="#cb34-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">truncT =</span> <span class="fu">str_trunc</span>(text, </span>
<span id="cb34-3"><a href="#cb34-3" aria-hidden="true" tabindex="-1"></a> <span class="dv">50</span></span>
<span id="cb34-4"><a href="#cb34-4" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb34-5"><a href="#cb34-5" aria-hidden="true" tabindex="-1"></a> <span class="at">truncT =</span> <span class="fu">str_pad</span>(truncT, </span>
<span id="cb34-6"><a href="#cb34-6" aria-hidden="true" tabindex="-1"></a> <span class="dv">60</span>, </span>
<span id="cb34-7"><a href="#cb34-7" aria-hidden="true" tabindex="-1"></a> <span class="at">side =</span> <span class="st">"both"</span></span>
<span id="cb34-8"><a href="#cb34-8" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb34-9"><a href="#cb34-9" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb34-10"><a href="#cb34-10" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb34-11"><a href="#cb34-11" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet<span class="sc">$</span>truncT, </span>
<span id="cb34-12"><a href="#cb34-12" aria-hidden="true" tabindex="-1"></a> <span class="at">n =</span> <span class="dv">50</span></span>
<span id="cb34-13"><a href="#cb34-13" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code> [1] " There are two key stages in life. Before you di... "
[2] " @GeekEnby We all deserve a little ray of sunshi... "
[3] " Well, it looks like malt loaf awareness isn’t i... "
[4] " We bow down before all of you wonderful people ... "
[5] " When your new crush starts ghosting you… #GBBO ... "
[6] " About last night… #GBBO https://t.co/GulcsAdnJM "
[7] " Thanks for tweeting along with us tonight on th... "
[8] " Let’s get ready to crumble! It’s crunch time ne... "
[9] " @philringsell @PrueLeith Tres Bon-o. #GBBO http... "
[10] " @Shambom65 True. Absolutely true. #GBBO "
[11] " Disclaimer: This is not a percentage in terms o... "
[12] " It's official! Mint Choc Chip has now been cert... "
[13] " “Although my time in the Bake Off tent may have... "
[14] " No expense was spared to turn the Bake Off Tent... "
[15] " Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR "
[16] " Poor Tom! So gracious in defeat - and we’re so ... "
[17] " He came. He self-judged. He won. Here’s how Sta... "
[18] " One episode into Bake Off 2021 - and George is ... "
[19] " When Jürgen’s victory call home didn’t quite go... "
[20] " Do you have cuppa hot chocolate in a medium-siz... "
[21] " A massive thumbs up for Star Baker Jürgen from ... "
[22] " Jürgen’s ‘Night Time Reading’ Anti-Gravity Show... "
[23] " Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravit... "
[24] " Tom’s Classically Spectacular Anti-Gravity Show... "
[25] " Rochica’s Anti-Gravity Apple Cake Showstopper. ... "
[26] " Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity... "
[27] " Freya’s ‘Flower Potty’ Anti-Gravity Showstopper... "
[28] " Lizzie’s Nana’s Peaches &amp; Cream Anti-Gravit... "
[29] " FACT: The gravitational pull in the Bake Off Te... "
[30] " @courtsthomasx Congratulations! 🥳👼 #GBBO "
[31] " Amanda’s Elderflower &amp; Lemon Surf Explosion... "
[32] " Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstop... "
[33] " Maggie’s Ice Cream Cornet Anti-Gravity Showstop... "
[34] " George’s Greek Table Anti-Gravity Showstopper C... "
[35] " This anti-gravity cake had one job... #GBBO htt... "
[36] " Any Chuckle Brothers homage on primetime televi... "
[37] " Chigs’ ‘Where It All Began’ Anti-Gravity Showst... "
[38] " The pure joy of baking something you’re proud o... "
[39] " Unfortunately Prue2 is already the name of @Pru... "
[40] " 😥😥😥 #GBBO https://t.co/8jug1xBlL1 "
[41] " The first rule of Bake Off:\nDo not stare back a... "
[42] " @psyche1701 Maybe. #GBBO "
[43] " WISDOMOUS! #GBBO "
[44] " @JadeForster A treat for the whole family. 🥳 #GBBO "
[45] " Anxiously looking at all the new bakers and not... "
[46] " Oh dear. #GBBO https://t.co/4FS3X12AOr "
[47] " 1. Mint Choc Chip is the entry level ice cream ... "
[48] " Please do not try this at home. #GBBO https://t... "
[49] " Just to clear up the confusion about Prue and M... "
[50] " @laurajaycrochet *snaps pencil* #GBBO " </code></pre>
<p>Wie man sieht, werden Tweets die länger als 50 Zeichen sind mit <code>...</code> am Ende gekennzeichnet.</p>
</div>
<div id="str_trim" class="section level3">
<h3><code>str_trim()</code></h3>
<p>Hat man am Ende oder Beginn Leerzeichen, nutzt man einfach <code>str_trim()</code>, um diese zu entfernen. Die zuvor geschaffenen Leerzeichen, entfernen wir jetzt wieder.</p>
<div class="sourceCode" id="cb36"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb36-1"><a href="#cb36-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb36-2"><a href="#cb36-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">truncT2 =</span> <span class="fu">str_trim</span>(truncT, </span>
<span id="cb36-3"><a href="#cb36-3" aria-hidden="true" tabindex="-1"></a> <span class="at">side =</span> <span class="st">"both"</span></span>
<span id="cb36-4"><a href="#cb36-4" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb36-5"><a href="#cb36-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb36-6"><a href="#cb36-6" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb36-7"><a href="#cb36-7" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet<span class="sc">$</span>truncT2, </span>
<span id="cb36-8"><a href="#cb36-8" aria-hidden="true" tabindex="-1"></a> <span class="at">n =</span> <span class="dv">50</span></span>
<span id="cb36-9"><a href="#cb36-9" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code> [1] "There are two key stages in life. Before you di..."
[2] "@GeekEnby We all deserve a little ray of sunshi..."
[3] "Well, it looks like malt loaf awareness isn’t i..."
[4] "We bow down before all of you wonderful people ..."
[5] "When your new crush starts ghosting you… #GBBO ..."
[6] "About last night… #GBBO https://t.co/GulcsAdnJM"
[7] "Thanks for tweeting along with us tonight on th..."
[8] "Let’s get ready to crumble! It’s crunch time ne..."
[9] "@philringsell @PrueLeith Tres Bon-o. #GBBO http..."
[10] "@Shambom65 True. Absolutely true. #GBBO"
[11] "Disclaimer: This is not a percentage in terms o..."
[12] "It's official! Mint Choc Chip has now been cert..."
[13] "“Although my time in the Bake Off tent may have..."
[14] "No expense was spared to turn the Bake Off Tent..."
[15] "Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR"
[16] "Poor Tom! So gracious in defeat - and we’re so ..."
[17] "He came. He self-judged. He won. Here’s how Sta..."
[18] "One episode into Bake Off 2021 - and George is ..."
[19] "When Jürgen’s victory call home didn’t quite go..."
[20] "Do you have cuppa hot chocolate in a medium-siz..."
[21] "A massive thumbs up for Star Baker Jürgen from ..."
[22] "Jürgen’s ‘Night Time Reading’ Anti-Gravity Show..."
[23] "Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravit..."
[24] "Tom’s Classically Spectacular Anti-Gravity Show..."
[25] "Rochica’s Anti-Gravity Apple Cake Showstopper. ..."
[26] "Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity..."
[27] "Freya’s ‘Flower Potty’ Anti-Gravity Showstopper..."
[28] "Lizzie’s Nana’s Peaches &amp; Cream Anti-Gravit..."
[29] "FACT: The gravitational pull in the Bake Off Te..."
[30] "@courtsthomasx Congratulations! 🥳👼 #GBBO"
[31] "Amanda’s Elderflower &amp; Lemon Surf Explosion..."
[32] "Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstop..."
[33] "Maggie’s Ice Cream Cornet Anti-Gravity Showstop..."
[34] "George’s Greek Table Anti-Gravity Showstopper C..."
[35] "This anti-gravity cake had one job... #GBBO htt..."
[36] "Any Chuckle Brothers homage on primetime televi..."
[37] "Chigs’ ‘Where It All Began’ Anti-Gravity Showst..."
[38] "The pure joy of baking something you’re proud o..."
[39] "Unfortunately Prue2 is already the name of @Pru..."
[40] "😥😥😥 #GBBO https://t.co/8jug1xBlL1"
[41] "The first rule of Bake Off:\nDo not stare back a..."
[42] "@psyche1701 Maybe. #GBBO"
[43] "WISDOMOUS! #GBBO"
[44] "@JadeForster A treat for the whole family. 🥳 #GBBO"
[45] "Anxiously looking at all the new bakers and not..."
[46] "Oh dear. #GBBO https://t.co/4FS3X12AOr"
[47] "1. Mint Choc Chip is the entry level ice cream ..."
[48] "Please do not try this at home. #GBBO https://t..."
[49] "Just to clear up the confusion about Prue and M..."
[50] "@laurajaycrochet *snaps pencil* #GBBO" </code></pre>
</div>
<div id="str_to_upper-str_to_lower-str_to_title" class="section level3">
<h3><code>str_to_upper()</code> / <code>str_to_lower()</code> / <code>str_to_title()</code></h3>
<p>Groß- und Kleinschreibung spielt gerade bei der quantitativen Analyse von Texten keine Rolle. Daher ändert man in der Regel alle Zeichen auf Großbuchstaben (<code>str_to_upper()</code>) oder auf Kleinbuchstaben (<code>str_to_lower</code>). Teste gleich anschließend selbst aus, was die Funktion <code>str_to_title()</code> macht!</p>
<div class="sourceCode" id="cb38"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb38-1"><a href="#cb38-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb38-2"><a href="#cb38-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">truncT2 =</span> <span class="fu">str_to_lower</span>(truncT2</span>
<span id="cb38-3"><a href="#cb38-3" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb38-4"><a href="#cb38-4" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb38-5"><a href="#cb38-5" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb38-6"><a href="#cb38-6" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet<span class="sc">$</span>truncT2, </span>
<span id="cb38-7"><a href="#cb38-7" aria-hidden="true" tabindex="-1"></a> <span class="at">n =</span> <span class="dv">50</span></span>
<span id="cb38-8"><a href="#cb38-8" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code> [1] "there are two key stages in life. before you di..."
[2] "@geekenby we all deserve a little ray of sunshi..."
[3] "well, it looks like malt loaf awareness isn’t i..."
[4] "we bow down before all of you wonderful people ..."
[5] "when your new crush starts ghosting you… #gbbo ..."
[6] "about last night… #gbbo https://t.co/gulcsadnjm"
[7] "thanks for tweeting along with us tonight on th..."
[8] "let’s get ready to crumble! it’s crunch time ne..."
[9] "@philringsell @prueleith tres bon-o. #gbbo http..."
[10] "@shambom65 true. absolutely true. #gbbo"
[11] "disclaimer: this is not a percentage in terms o..."
[12] "it's official! mint choc chip has now been cert..."
[13] "“although my time in the bake off tent may have..."
[14] "no expense was spared to turn the bake off tent..."
[15] "mark our words... 😉 #gbbo https://t.co/5s8w8xjvdr"
[16] "poor tom! so gracious in defeat - and we’re so ..."
[17] "he came. he self-judged. he won. here’s how sta..."
[18] "one episode into bake off 2021 - and george is ..."
[19] "when jürgen’s victory call home didn’t quite go..."
[20] "do you have cuppa hot chocolate in a medium-siz..."
[21] "a massive thumbs up for star baker jürgen from ..."
[22] "jürgen’s ‘night time reading’ anti-gravity show..."
[23] "giuseppe’s ‘jack and the meanstalk’ anti-gravit..."
[24] "tom’s classically spectacular anti-gravity show..."
[25] "rochica’s anti-gravity apple cake showstopper. ..."
[26] "crystelle’s ‘bouq-cake’ of flowers anti-gravity..."
[27] "freya’s ‘flower potty’ anti-gravity showstopper..."
[28] "lizzie’s nana’s peaches &amp; cream anti-gravit..."
[29] "fact: the gravitational pull in the bake off te..."
[30] "@courtsthomasx congratulations! 🥳👼 #gbbo"
[31] "amanda’s elderflower &amp; lemon surf explosion..."
[32] "jairzeno’s ‘kick the can’ anti-gravity showstop..."
[33] "maggie’s ice cream cornet anti-gravity showstop..."
[34] "george’s greek table anti-gravity showstopper c..."
[35] "this anti-gravity cake had one job... #gbbo htt..."
[36] "any chuckle brothers homage on primetime televi..."
[37] "chigs’ ‘where it all began’ anti-gravity showst..."
[38] "the pure joy of baking something you’re proud o..."
[39] "unfortunately prue2 is already the name of @pru..."
[40] "😥😥😥 #gbbo https://t.co/8jug1xbll1"
[41] "the first rule of bake off:\ndo not stare back a..."
[42] "@psyche1701 maybe. #gbbo"
[43] "wisdomous! #gbbo"
[44] "@jadeforster a treat for the whole family. 🥳 #gbbo"
[45] "anxiously looking at all the new bakers and not..."
[46] "oh dear. #gbbo https://t.co/4fs3x12aor"
[47] "1. mint choc chip is the entry level ice cream ..."
[48] "please do not try this at home. #gbbo https://t..."
[49] "just to clear up the confusion about prue and m..."
[50] "@laurajaycrochet *snaps pencil* #gbbo" </code></pre>
<p>Das war es zu den Basis-Funktionen. Jetzt gehen wir über zu Funktionen, die insbesondere in Kombination mit <strong>regular expressions</strong> helfen, Textdaten für die Analyse gut vorzubereiten.</p>
</div>
</div>
<div id="funktionen-mit-regular-expression" class="section level2">
<h2>Funktionen mit Regular Expression</h2>
<p>Mit <strong>regular expression</strong> (<em>regex</em>) können Zeichenkette bestimmt werden, die beliebig eingesetzt werden können. Dabei werden per Code gewisse Muster vorgegeben, mithilfe denen R diese im Text erkennt und die gewünschte Transformation vornimmt. Es ist eine spezifische Art mit Textdaten umzugehen und zu identifizieren.</p>
<p>Eine gute Übersicht gibt es auf <a href="https://de.wikipedia.org/wiki/Regulärer_Ausdruck#Syntax">Wikipedia</a> oder im <a href="https://github.com/rstudio/cheatsheets/raw/master/strings.pdf">Cheat-Sheet von stringr</a></p>
<p>Hier der Ausschnitt aus dem <strong>Cheat-Sheet</strong>.</p>
<div class="figure">
<img src="pics/regex.png" alt="" />
<p class="caption">Regular expressions in R</p>
</div>
<p>Die folgenden Funktionen werden oftmals in Kombination mit <em>regex</em> eingesetzt, um String-Variablen zu bearbeiten und wir werden diese im Folgenden genauer kennenlernen.</p>
<ul>
<li><p><code>str_detect()</code> / <code>str_count()</code></p></li>
<li><p><code>str_extract()</code></p></li>
<li><p><code>str_subset()</code></p></li>
<li><p><code>str_replace()</code></p></li>
</ul>
<div id="str_detect-str_count" class="section level3">
<h3><code>str_detect()</code> / <code>str_count()</code></h3>
<p>Machen wir der einfachheithalber nochmal ein Subsample, dass nur 50 Tweets erhält.</p>
<div class="sourceCode" id="cb40"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb40-1"><a href="#cb40-1" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb40-2"><a href="#cb40-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">filter</span>(id <span class="sc"><</span> <span class="dv">51</span>) <span class="sc">%>%</span> </span>
<span id="cb40-3"><a href="#cb40-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(id,</span>
<span id="cb40-4"><a href="#cb40-4" aria-hidden="true" tabindex="-1"></a> text</span>
<span id="cb40-5"><a href="#cb40-5" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<p>In diesem möchten wir nun die Tweets finden, die das Wort <em>thanks</em> beinhalten. Die Funktion gibt einen <strong>Boolean</strong>-Wert zurück, also <code>TRUE</code> oder <code>FALSE</code>.</p>
<div class="sourceCode" id="cb41"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb41-1"><a href="#cb41-1" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="ot"><-</span> tweet2 <span class="sc">%>%</span> </span>
<span id="cb41-2"><a href="#cb41-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">includesThanks =</span> <span class="fu">str_detect</span>(text, </span>
<span id="cb41-3"><a href="#cb41-3" aria-hidden="true" tabindex="-1"></a> <span class="st">"thanks"</span></span>
<span id="cb41-4"><a href="#cb41-4" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb41-5"><a href="#cb41-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb41-6"><a href="#cb41-6" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb41-7"><a href="#cb41-7" aria-hidden="true" tabindex="-1"></a><span class="fu">table</span>(tweet2<span class="sc">$</span>includesThanks)</span></code></pre></div>
<pre><code>
FALSE
50 </code></pre>
<p>Kein Tweet beinhaltet also <em>thanks</em>, aber was ist mit Tweet 7?</p>
<div class="sourceCode" id="cb43"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb43-1"><a href="#cb43-1" aria-hidden="true" tabindex="-1"></a>tweet2<span class="sc">$</span>text[<span class="dv">7</span>]</span></code></pre></div>
<pre><code>[1] "Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb"</code></pre>
<p><strong>Kleine Denkaufgabe</strong>: Wo könnte das Problem liegen?</p>
<p>Das Problem liegt im großen <code>T</code>, da wir in der Anweisung nicht berücksichtigt haben, dass es uns egal ist, ob es genau die Reihenfolge ist oder ob Groß-/Kleinschreibung unberücksichtigt bleiben soll. Dazu benötigen wir die Hilfsfunktion <code>regex()</code> (Funktion für <strong>regular expressions</strong>), bei der wir im Argument <code>ignore_case = TRUE</code> angeben, dass es egal ist, ob die Buchstaben klein oder groß geschrieben sind, sondern nur das Muster der Reihenfolge vorhanden sein muss.</p>
<div class="sourceCode" id="cb45"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb45-1"><a href="#cb45-1" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="ot"><-</span> tweet2 <span class="sc">%>%</span> </span>
<span id="cb45-2"><a href="#cb45-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">includeThanks =</span> <span class="fu">str_detect</span>(text, </span>
<span id="cb45-3"><a href="#cb45-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"thanks"</span>,</span>
<span id="cb45-4"><a href="#cb45-4" aria-hidden="true" tabindex="-1"></a> <span class="at">ignore_case =</span> <span class="cn">TRUE</span></span>
<span id="cb45-5"><a href="#cb45-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb45-6"><a href="#cb45-6" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb45-7"><a href="#cb45-7" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb45-8"><a href="#cb45-8" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb45-9"><a href="#cb45-9" aria-hidden="true" tabindex="-1"></a><span class="fu">table</span>(tweet2<span class="sc">$</span>includeThanks)</span></code></pre></div>
<pre><code>
FALSE TRUE
49 1 </code></pre>
<p>Nur noch einmal zur Logik von <strong>regular expressions</strong>: In diesem Fall möchten wir das Wort <code>thanks</code> in Tweets suchen. Dazu geben wir in <code>regex()</code> die Buchstabenreihenfolge an, die eben dieses Wort kennzeichen, also <code>thanks</code>. Hätten wir einen Tweet mit dem Wort <code>thanksgiving</code> würde dies in diesem Fall auch als <code>TRUE</code> ausgegeben werden, da es eben auch die Buchstabenreihenfolge beinhaltet.</p>
<div class="sourceCode" id="cb47"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb47-1"><a href="#cb47-1" aria-hidden="true" tabindex="-1"></a>beispiel <span class="ot"><-</span> <span class="fu">c</span>(<span class="st">"Thanks! It means a lot to me"</span>, </span>
<span id="cb47-2"><a href="#cb47-2" aria-hidden="true" tabindex="-1"></a> <span class="st">"I hope I see you on Thanksgiving"</span>, </span>
<span id="cb47-3"><a href="#cb47-3" aria-hidden="true" tabindex="-1"></a> <span class="st">"Maybe next time!"</span>)</span>
<span id="cb47-4"><a href="#cb47-4" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb47-5"><a href="#cb47-5" aria-hidden="true" tabindex="-1"></a><span class="fu">str_detect</span>(beispiel, </span>
<span id="cb47-6"><a href="#cb47-6" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"thanks"</span>, </span>
<span id="cb47-7"><a href="#cb47-7" aria-hidden="true" tabindex="-1"></a> <span class="at">ignore_case =</span> <span class="cn">TRUE</span></span>
<span id="cb47-8"><a href="#cb47-8" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb47-9"><a href="#cb47-9" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] TRUE TRUE FALSE</code></pre>
<p>Um dies jetzt zu umgehen, könnte man einfügen, dass nach dem Ende der Buchstabenreihenfolge ein Leerzeichen folgen muss und davor ein Leerzeichen sein kann oder aber auch nicht (Satzanfang!).</p>
<p>Für Leerzeichen setzt man in <strong>regular expressions</strong> <code>\\s</code> in R. D.h. vor <code>thanks</code> setzen wir <code>\\s</code>. Da wir aber wollen das auch ein Wort am Satzanfang gezählt wird, setzen wir dahinter ein <code>?</code>, was bedeutet, dass die keinmal oder mehr vorkommen kann. Somit hätten wir in der <strong>regular expression</strong>: <code>\\s?thanks</code>. Jetzt wollen wir aber noch Wörter ausschließen, die mit <code>thanks</code> beginnen. Dazu können wir wieder ein Leerzeichen setzen. Machen wir nur das wird kein <code>thanks</code> gezählt, da im ersten Item kein Leerzeichen, sondern ein Satzzeichen folgt. Daher geben wir in der <strong>regular expression</strong> an, dass entweder ein Leerzeichen (<code>\\s</code>) oder ein Satzzeichen (<code>[:punct:]</code>) folgt. Der gesamte <strong>regex</strong>-Ausdruck ist also: <code>\\s?thanks(\\s|[:punct:])</code>. Dies setzen wir nun ein und schauen, ob die Funktion es nun richtig erkennt.</p>
<div class="sourceCode" id="cb49"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb49-1"><a href="#cb49-1" aria-hidden="true" tabindex="-1"></a><span class="fu">str_detect</span>(beispiel, </span>
<span id="cb49-2"><a href="#cb49-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"</span><span class="sc">\\</span><span class="st">s?thanks(</span><span class="sc">\\</span><span class="st">s|[:punct:])"</span>, </span>
<span id="cb49-3"><a href="#cb49-3" aria-hidden="true" tabindex="-1"></a> <span class="at">ignore_case =</span> <span class="cn">TRUE</span></span>
<span id="cb49-4"><a href="#cb49-4" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb49-5"><a href="#cb49-5" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[1] TRUE FALSE FALSE</code></pre>
<p>Wie das Beispiel verdeutlicht, kann es sehr schnell kompliziert werden mit Textdaten. Das ist nicht schlimmes, nur sollte man sich dessen bewusst sein und ziemlich konkret und genau überlegen, wie man Textdaten bearbeitet.</p>
<p>Will man anstatt eines <strong>Boolean</strong>-Wertes die Häufigkeit des Vorkommens einer Buchstabenkette erhalten, nutzt man <code>str_count()</code>. Wir könnten z. B. testen, wie oft der Name <code>"Prue"</code> (eine der zwei Judges) in den Tweets vorkommt.</p>
<div class="sourceCode" id="cb51"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb51-1"><a href="#cb51-1" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="ot"><-</span> tweet2 <span class="sc">%>%</span> </span>
<span id="cb51-2"><a href="#cb51-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">countPrue =</span> <span class="fu">str_count</span>(text, </span>
<span id="cb51-3"><a href="#cb51-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"Prue"</span>, </span>
<span id="cb51-4"><a href="#cb51-4" aria-hidden="true" tabindex="-1"></a> <span class="at">ignore_case =</span> <span class="cn">TRUE</span></span>
<span id="cb51-5"><a href="#cb51-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb51-6"><a href="#cb51-6" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb51-7"><a href="#cb51-7" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb51-8"><a href="#cb51-8" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb51-9"><a href="#cb51-9" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="sc">%>%</span> </span>
<span id="cb51-10"><a href="#cb51-10" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(text, </span>
<span id="cb51-11"><a href="#cb51-11" aria-hidden="true" tabindex="-1"></a> countPrue</span>
<span id="cb51-12"><a href="#cb51-12" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":["text"],"name":[1],"type":["chr"],"align":["left"]},{"label":["countPrue"],"name":[2],"type":["int"],"align":["right"]}],"data":[{"1":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","2":"0"},{"1":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","2":"0"},{"1":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","2":"0"},{"1":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","2":"0"},{"1":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","2":"0"},{"1":"About last night… #GBBO https://t.co/GulcsAdnJM","2":"0"},{"1":"Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb","2":"0"},{"1":"Let’s get ready to crumble! It’s crunch time next Tuesday as Biscuit Week hits the Bake Off Tent! #GBBO https://t.co/xGMRw30WA8","2":"0"},{"1":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","2":"1"},{"1":"@Shambom65 True. Absolutely true. #GBBO","2":"0"},{"1":"Disclaimer: This is not a percentage in terms of flavour balance. It's how many people like Mint Choc Ch... *stares directly to camera* #GBBO","2":"0"},{"1":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","2":"0"},{"1":"“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”\\nHere’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg","2":"0"},{"1":"No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe","2":"0"},{"1":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","2":"0"},{"1":"Poor Tom! So gracious in defeat - and we’re so sad to see him go. But what time we did have with him in the Tent has been utterly fantastic. ❤️ #GBBO https://t.co/qrz9FWe9sc","2":"0"},{"1":"He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk","2":"0"},{"1":"One episode into Bake Off 2021 - and George is already turning into one of the most relatable bakers we’ve ever met. #GBBO https://t.co/pKuPc4f4IZ","2":"0"},{"1":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","2":"0"},{"1":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","2":"0"},{"1":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","2":"0"},{"1":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","2":"0"},{"1":"Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","2":"0"},{"1":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","2":"0"},{"1":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","2":"0"},{"1":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","2":"0"},{"1":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","2":"0"},{"1":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","2":"0"},{"1":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","2":"0"},{"1":"@courtsthomasx Congratulations! 🥳👼 #GBBO","2":"0"},{"1":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","2":"0"},{"1":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","2":"0"},{"1":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","2":"0"},{"1":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","2":"0"},{"1":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","2":"0"},{"1":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","2":"0"},{"1":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","2":"0"},{"1":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","2":"0"},{"1":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","2":"2"},{"1":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","2":"0"},{"1":"The first rule of Bake Off:\\nDo not stare back at Paul\\n\\nThe second rule of Bake Off:\\nDo not stare back at Paul\\n#GBBO https://t.co/XbZqAE5mjA","2":"0"},{"1":"@psyche1701 Maybe. #GBBO","2":"0"},{"1":"WISDOMOUS! #GBBO","2":"0"},{"1":"@JadeForster A treat for the whole family. 🥳 #GBBO","2":"0"},{"1":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","2":"0"},{"1":"Oh dear. #GBBO https://t.co/4FS3X12AOr","2":"0"},{"1":"1. Mint Choc Chip is the entry level ice cream for 93% of the United Kingdom. But please don't Google that.\\n\\n2. \"MagPrue\" can only lead to conspiracy theories.\\n\\n#GBBO https://t.co/95cC26eXOZ","2":"1"},{"1":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","2":"0"},{"1":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","2":"1"},{"1":"@laurajaycrochet *snaps pencil* #GBBO","2":"0"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
</div>
<div id="str_extract" class="section level3">
<h3><code>str_extract()</code></h3>
<p>Mit dieser Funktion kann ein spezifischer Textteil gesucht werden und gleichzeitig extrahiert werden. Wir erhalten dann einen neuen Vektor/Variable, die das erste Vorkommen der gesuchten Kombination enthält. Will man alle Kombinationen extrahieren, die vorliegen, nutzt man einfach <code>str_extract_all()</code>.</p>
<div class="sourceCode" id="cb52"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb52-1"><a href="#cb52-1" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="sc">%>%</span> </span>
<span id="cb52-2"><a href="#cb52-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">extractThanks =</span> <span class="fu">str_extract</span>(text, </span>
<span id="cb52-3"><a href="#cb52-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"thanks"</span>,</span>
<span id="cb52-4"><a href="#cb52-4" aria-hidden="true" tabindex="-1"></a> <span class="at">ignore_case =</span> <span class="cn">TRUE</span></span>
<span id="cb52-5"><a href="#cb52-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb52-6"><a href="#cb52-6" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb52-7"><a href="#cb52-7" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":["id"],"name":[1],"type":["dbl"],"align":["right"]},{"label":["text"],"name":[2],"type":["chr"],"align":["left"]},{"label":["includesThanks"],"name":[3],"type":["lgl"],"align":["right"]},{"label":["includeThanks"],"name":[4],"type":["lgl"],"align":["right"]},{"label":["countPrue"],"name":[5],"type":["int"],"align":["right"]},{"label":["extractThanks"],"name":[6],"type":["chr"],"align":["left"]}],"data":[{"1":"1","2":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"2","2":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"3","2":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"4","2":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"5","2":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"6","2":"About last night… #GBBO https://t.co/GulcsAdnJM","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"7","2":"Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb","3":"FALSE","4":"TRUE","5":"0","6":"Thanks"},{"1":"8","2":"Let’s get ready to crumble! It’s crunch time next Tuesday as Biscuit Week hits the Bake Off Tent! #GBBO https://t.co/xGMRw30WA8","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"9","2":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","3":"FALSE","4":"FALSE","5":"1","6":"NA"},{"1":"10","2":"@Shambom65 True. Absolutely true. #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"11","2":"Disclaimer: This is not a percentage in terms of flavour balance. It's how many people like Mint Choc Ch... *stares directly to camera* #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"12","2":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"13","2":"“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”\\nHere’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"14","2":"No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"15","2":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"16","2":"Poor Tom! So gracious in defeat - and we’re so sad to see him go. But what time we did have with him in the Tent has been utterly fantastic. ❤️ #GBBO https://t.co/qrz9FWe9sc","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"17","2":"He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"18","2":"One episode into Bake Off 2021 - and George is already turning into one of the most relatable bakers we’ve ever met. #GBBO https://t.co/pKuPc4f4IZ","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"19","2":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"20","2":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"21","2":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"22","2":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"23","2":"Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"24","2":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"25","2":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"26","2":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"27","2":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"28","2":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"29","2":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"30","2":"@courtsthomasx Congratulations! 🥳👼 #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"31","2":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"32","2":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"33","2":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"34","2":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"35","2":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"36","2":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"37","2":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"38","2":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"39","2":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","3":"FALSE","4":"FALSE","5":"2","6":"NA"},{"1":"40","2":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"41","2":"The first rule of Bake Off:\\nDo not stare back at Paul\\n\\nThe second rule of Bake Off:\\nDo not stare back at Paul\\n#GBBO https://t.co/XbZqAE5mjA","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"42","2":"@psyche1701 Maybe. #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"43","2":"WISDOMOUS! #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"44","2":"@JadeForster A treat for the whole family. 🥳 #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"45","2":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"46","2":"Oh dear. #GBBO https://t.co/4FS3X12AOr","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"47","2":"1. Mint Choc Chip is the entry level ice cream for 93% of the United Kingdom. But please don't Google that.\\n\\n2. \"MagPrue\" can only lead to conspiracy theories.\\n\\n#GBBO https://t.co/95cC26eXOZ","3":"FALSE","4":"FALSE","5":"1","6":"NA"},{"1":"48","2":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","3":"FALSE","4":"FALSE","5":"0","6":"NA"},{"1":"49","2":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","3":"FALSE","4":"FALSE","5":"1","6":"NA"},{"1":"50","2":"@laurajaycrochet *snaps pencil* #GBBO","3":"FALSE","4":"FALSE","5":"0","6":"NA"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
<p><strong>Zur Erinnerung</strong>: Warum benutzen wir hier die Hilfsfunktion <code>regex()</code>?</p>
<p>Will man zum Beispiel alle <em>mentions</em> in einem Tweet erhalten, nutzt man <code>str_extract_all()</code>. Diese Funktion extrahiert nicht nur das erste Vorkommen, sondern alle Vorkommen. Probieren wir es aus.</p>
<div class="sourceCode" id="cb53"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb53-1"><a href="#cb53-1" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="ot"><-</span> tweet2 <span class="sc">%>%</span> </span>
<span id="cb53-2"><a href="#cb53-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">mentions =</span> <span class="fu">str_extract</span>(text, </span>
<span id="cb53-3"><a href="#cb53-3" aria-hidden="true" tabindex="-1"></a> <span class="st">"@"</span></span>
<span id="cb53-4"><a href="#cb53-4" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb53-5"><a href="#cb53-5" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb53-6"><a href="#cb53-6" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb53-7"><a href="#cb53-7" aria-hidden="true" tabindex="-1"></a>tweet2 <span class="sc">%>%</span> </span>
<span id="cb53-8"><a href="#cb53-8" aria-hidden="true" tabindex="-1"></a> <span class="fu">select</span>(id, </span>
<span id="cb53-9"><a href="#cb53-9" aria-hidden="true" tabindex="-1"></a> text, </span>
<span id="cb53-10"><a href="#cb53-10" aria-hidden="true" tabindex="-1"></a> mentions</span>
<span id="cb53-11"><a href="#cb53-11" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<div data-pagedtable="false">
<script data-pagedtable-source type="application/json">
{"columns":[{"label":["id"],"name":[1],"type":["dbl"],"align":["right"]},{"label":["text"],"name":[2],"type":["chr"],"align":["left"]},{"label":["mentions"],"name":[3],"type":["chr"],"align":["left"]}],"data":[{"1":"1","2":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","3":"NA"},{"1":"2","2":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","3":"@"},{"1":"3","2":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","3":"NA"},{"1":"4","2":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","3":"NA"},{"1":"5","2":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","3":"NA"},{"1":"6","2":"About last night… #GBBO https://t.co/GulcsAdnJM","3":"NA"},{"1":"7","2":"Thanks for tweeting along with us tonight on the return of The Great British Bake Off! You really do make the #GBBO Twitter experience pure joy. ❤️❤️ #GBBO https://t.co/PnlzGRb0Mb","3":"NA"},{"1":"8","2":"Let’s get ready to crumble! It’s crunch time next Tuesday as Biscuit Week hits the Bake Off Tent! #GBBO https://t.co/xGMRw30WA8","3":"NA"},{"1":"9","2":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","3":"@"},{"1":"10","2":"@Shambom65 True. Absolutely true. #GBBO","3":"@"},{"1":"11","2":"Disclaimer: This is not a percentage in terms of flavour balance. It's how many people like Mint Choc Ch... *stares directly to camera* #GBBO","3":"NA"},{"1":"12","2":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","3":"NA"},{"1":"13","2":"“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”\\nHere’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg","3":"NA"},{"1":"14","2":"No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe","3":"NA"},{"1":"15","2":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","3":"NA"},{"1":"16","2":"Poor Tom! So gracious in defeat - and we’re so sad to see him go. But what time we did have with him in the Tent has been utterly fantastic. ❤️ #GBBO https://t.co/qrz9FWe9sc","3":"NA"},{"1":"17","2":"He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk","3":"NA"},{"1":"18","2":"One episode into Bake Off 2021 - and George is already turning into one of the most relatable bakers we’ve ever met. #GBBO https://t.co/pKuPc4f4IZ","3":"NA"},{"1":"19","2":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","3":"NA"},{"1":"20","2":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","3":"NA"},{"1":"21","2":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","3":"NA"},{"1":"22","2":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","3":"NA"},{"1":"23","2":"Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","3":"NA"},{"1":"24","2":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","3":"NA"},{"1":"25","2":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","3":"NA"},{"1":"26","2":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","3":"NA"},{"1":"27","2":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","3":"NA"},{"1":"28","2":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","3":"NA"},{"1":"29","2":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","3":"NA"},{"1":"30","2":"@courtsthomasx Congratulations! 🥳👼 #GBBO","3":"@"},{"1":"31","2":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","3":"NA"},{"1":"32","2":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","3":"NA"},{"1":"33","2":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","3":"NA"},{"1":"34","2":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","3":"NA"},{"1":"35","2":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","3":"NA"},{"1":"36","2":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","3":"NA"},{"1":"37","2":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","3":"NA"},{"1":"38","2":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","3":"NA"},{"1":"39","2":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","3":"@"},{"1":"40","2":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","3":"NA"},{"1":"41","2":"The first rule of Bake Off:\\nDo not stare back at Paul\\n\\nThe second rule of Bake Off:\\nDo not stare back at Paul\\n#GBBO https://t.co/XbZqAE5mjA","3":"NA"},{"1":"42","2":"@psyche1701 Maybe. #GBBO","3":"@"},{"1":"43","2":"WISDOMOUS! #GBBO","3":"NA"},{"1":"44","2":"@JadeForster A treat for the whole family. 🥳 #GBBO","3":"@"},{"1":"45","2":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","3":"NA"},{"1":"46","2":"Oh dear. #GBBO https://t.co/4FS3X12AOr","3":"NA"},{"1":"47","2":"1. Mint Choc Chip is the entry level ice cream for 93% of the United Kingdom. But please don't Google that.\\n\\n2. \"MagPrue\" can only lead to conspiracy theories.\\n\\n#GBBO https://t.co/95cC26eXOZ","3":"NA"},{"1":"48","2":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","3":"NA"},{"1":"49","2":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","3":"NA"},{"1":"50","2":"@laurajaycrochet *snaps pencil* #GBBO","3":"@"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
<p><strong>Denkaufgabe</strong>: Welches Problem haben wir jetzt (wieder(?</p>
<p>Es wird zwar das **<span class="citation">@*</span><em>-Zeichen gefiltert, aber nicht der Text danach, mit dem wir die </em>mention* identifizieren können.</p>
<p>Wir wollen das jetzt mal probieren. Logisch benötigen wir einen Befehl, er uns sagt, dass das @-Zeichen mit den anhängenden Zeichen bis zum nächsten Leerzeichen entnommen werden soll. Bei <strong>regex</strong> gibt es den Unterbefehl <code>\w</code>, mit dem der nachfolgende <em>word character</em> extrahiert wird. Also mit <code>@\\w</code> erhalten wir das @-Zeichen und den ersten Buchstaben der <em>mention</em>. Wenn wir nach dem <code>w</code> noch ein <code>+</code> einfügen, erhält man die nachfolgenden <em>word character</em> bis zum nächsten <em>non-word character</em>.</p>
<div class="sourceCode" id="cb54"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb54-1"><a href="#cb54-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb54-2"><a href="#cb54-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">mention =</span> <span class="fu">str_extract_all</span>(text, </span>
<span id="cb54-3"><a href="#cb54-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"@</span><span class="sc">\\</span><span class="st">w+"</span></span>
<span id="cb54-4"><a href="#cb54-4" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb54-5"><a href="#cb54-5" aria-hidden="true" tabindex="-1"></a> <span class="at">simplify =</span> <span class="cn">FALSE</span></span>
<span id="cb54-6"><a href="#cb54-6" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb54-7"><a href="#cb54-7" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb54-8"><a href="#cb54-8" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb54-9"><a href="#cb54-9" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet<span class="sc">$</span>mention, </span>
<span id="cb54-10"><a href="#cb54-10" aria-hidden="true" tabindex="-1"></a> <span class="at">n =</span> <span class="dv">50</span></span>
<span id="cb54-11"><a href="#cb54-11" aria-hidden="true" tabindex="-1"></a> )</span></code></pre></div>
<pre><code>[[1]]
character(0)
[[2]]
[1] "@GeekEnby"
[[3]]
character(0)
[[4]]
character(0)
[[5]]
character(0)
[[6]]
character(0)
[[7]]
character(0)
[[8]]
character(0)
[[9]]
[1] "@philringsell" "@PrueLeith"
[[10]]
[1] "@Shambom65"
[[11]]
character(0)