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
<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: "";
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
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
<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)
[[12]]
character(0)
[[13]]
character(0)
[[14]]
character(0)
[[15]]
character(0)
[[16]]
character(0)
[[17]]
character(0)
[[18]]
character(0)
[[19]]
character(0)
[[20]]
character(0)
[[21]]
character(0)
[[22]]
character(0)
[[23]]
character(0)
[[24]]
character(0)
[[25]]
character(0)
[[26]]
character(0)
[[27]]
character(0)
[[28]]
character(0)
[[29]]
character(0)
[[30]]
[1] "@courtsthomasx"
[[31]]
character(0)
[[32]]
character(0)
[[33]]
character(0)
[[34]]
character(0)
[[35]]
character(0)
[[36]]
character(0)
[[37]]
character(0)
[[38]]
character(0)
[[39]]
[1] "@PrueLeith"
[[40]]
character(0)
[[41]]
character(0)
[[42]]
[1] "@psyche1701"
[[43]]
character(0)
[[44]]
[1] "@JadeForster"
[[45]]
character(0)
[[46]]
character(0)
[[47]]
character(0)
[[48]]
character(0)
[[49]]
character(0)
[[50]]
[1] "@laurajaycrochet"</code></pre>
<p>Eine Sache muss man hier aber berücksichtigen: <code>str_extract()</code> erstellt eine Liste! Das heißt für jede Zeile im Datensatz erhalten wir eine Liste, in der dann die einzelnen <em>mentions</em> als ein Item gespeichert sind. Das ist fürs Datenhandling nicht ganz optimal.</p>
<div class="sourceCode" id="cb56"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb56-1"><a href="#cb56-1" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>mention[<span class="dv">9</span>][<span class="dv">1</span>]</span></code></pre></div>
<pre><code>[[1]]
[1] "@philringsell" "@PrueLeith" </code></pre>
<p>Um dies wiederum aufzuheben, ist ein weiterer Schritt notwendig, so dass wir so viele Variablen für <code>mentions</code> haben, wie es maximal pro Tweet gibt. Dazu nutzen wir die Funktion <code>unnest_wider()</code> aus <code>tidyr</code>:</p>
<div class="sourceCode" id="cb58"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb58-1"><a href="#cb58-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb58-2"><a href="#cb58-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">unnest_wider</span>(mention)</span>
<span id="cb58-3"><a href="#cb58-3" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb58-4"><a href="#cb58-4" aria-hidden="true" tabindex="-1"></a><span class="fu">head</span>(tweet)</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"]},{"label":["shortT"],"name":[3],"type":["chr"],"align":["left"]},{"label":["truncT"],"name":[4],"type":["chr"],"align":["left"]},{"label":["truncT2"],"name":[5],"type":["chr"],"align":["left"]},{"label":["...1"],"name":[6],"type":["chr"],"align":["left"]},{"label":["...2"],"name":[7],"type":["chr"],"align":["left"]},{"label":["...3"],"name":[8],"type":["chr"],"align":["left"]},{"label":["...4"],"name":[9],"type":["chr"],"align":["left"]},{"label":["...5"],"name":[10],"type":["chr"],"align":["left"]},{"label":["...6"],"name":[11],"type":["chr"],"align":["left"]},{"label":["...7"],"name":[12],"type":["chr"],"align":["left"]},{"label":["...8"],"name":[13],"type":["chr"],"align":["left"]}],"data":[{"1":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","2":"1","3":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","4":"There are two key stages in life. Before you di...","5":"there are two key stages in life. before you di...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","2":"2","3":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","4":"@GeekEnby We all deserve a little ray of sunshi...","5":"@geekenby we all deserve a little ray of sunshi...","6":"@GeekEnby","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","2":"3","3":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","4":"Well, it looks like malt loaf awareness isn’t i...","5":"well, it looks like malt loaf awareness isn’t i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","4":"We bow down before all of you wonderful people ...","5":"we bow down before all of you wonderful people ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","2":"5","3":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","4":"When your new crush starts ghosting you… #GBBO ...","5":"when your new crush starts ghosting you… #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"About last night… #GBBO https://t.co/GulcsAdnJM","2":"6","3":"About last night… #GBBO https://t.co/GulcsAdnJM","4":"About last night… #GBBO https://t.co/GulcsAdnJM","5":"about last night… #gbbo https://t.co/gulcsadnjm","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
<p>Jetzt sollten nur noch die Spaltennamen umbenannt werden mit <code>rename()</code> (aus <code>dplyr</code>):</p>
<div class="sourceCode" id="cb59"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb59-1"><a href="#cb59-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb59-2"><a href="#cb59-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">rename</span>(<span class="st">"mention1"</span> <span class="ot">=</span> <span class="st">"...1"</span>,</span>
<span id="cb59-3"><a href="#cb59-3" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention2"</span> <span class="ot">=</span> <span class="st">"...2"</span>,</span>
<span id="cb59-4"><a href="#cb59-4" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention3"</span> <span class="ot">=</span> <span class="st">"...3"</span>,</span>
<span id="cb59-5"><a href="#cb59-5" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention4"</span> <span class="ot">=</span> <span class="st">"...4"</span>,</span>
<span id="cb59-6"><a href="#cb59-6" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention5"</span> <span class="ot">=</span> <span class="st">"...5"</span>,</span>
<span id="cb59-7"><a href="#cb59-7" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention6"</span> <span class="ot">=</span> <span class="st">"...6"</span>,</span>
<span id="cb59-8"><a href="#cb59-8" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention7"</span> <span class="ot">=</span> <span class="st">"...7"</span>,</span>
<span id="cb59-9"><a href="#cb59-9" aria-hidden="true" tabindex="-1"></a> <span class="st">"mention8"</span> <span class="ot">=</span> <span class="st">"...8"</span></span>
<span id="cb59-10"><a href="#cb59-10" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb59-11"><a href="#cb59-11" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb59-12"><a href="#cb59-12" aria-hidden="true" tabindex="-1"></a>tweet</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"]},{"label":["shortT"],"name":[3],"type":["chr"],"align":["left"]},{"label":["truncT"],"name":[4],"type":["chr"],"align":["left"]},{"label":["truncT2"],"name":[5],"type":["chr"],"align":["left"]},{"label":["mention1"],"name":[6],"type":["chr"],"align":["left"]},{"label":["mention2"],"name":[7],"type":["chr"],"align":["left"]},{"label":["mention3"],"name":[8],"type":["chr"],"align":["left"]},{"label":["mention4"],"name":[9],"type":["chr"],"align":["left"]},{"label":["mention5"],"name":[10],"type":["chr"],"align":["left"]},{"label":["mention6"],"name":[11],"type":["chr"],"align":["left"]},{"label":["mention7"],"name":[12],"type":["chr"],"align":["left"]},{"label":["mention8"],"name":[13],"type":["chr"],"align":["left"]}],"data":[{"1":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","2":"1","3":"There are two key stages in life. Before you discover Malt Loaf and everything afterwards. #GBBO https://t.co/4LSBTfhiR4","4":"There are two key stages in life. Before you di...","5":"there are two key stages in life. before you di...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","2":"2","3":"@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO","4":"@GeekEnby We all deserve a little ray of sunshi...","5":"@geekenby we all deserve a little ray of sunshi...","6":"@GeekEnby","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","2":"3","3":"Well, it looks like malt loaf awareness isn’t in bad shape at all! #GBBO https://t.co/4LSBTfhiR4","4":"Well, it looks like malt loaf awareness isn’t i...","5":"well, it looks like malt loaf awareness isn’t i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"We bow down before all of you wonderful people who joined us last night for the return of #GBBO https://t.co/q5ebtUTMAi","4":"We bow down before all of you wonderful people ...","5":"we bow down before all of you wonderful people ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","2":"5","3":"When your new crush starts ghosting you… #GBBO https://t.co/XwcVnIBfCi","4":"When your new crush starts ghosting you… #GBBO ...","5":"when your new crush starts ghosting you… #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"About last night… #GBBO https://t.co/GulcsAdnJM","2":"6","3":"About last night… #GBBO https://t.co/GulcsAdnJM","4":"About last night… #GBBO https://t.co/GulcsAdnJM","5":"about last night… #gbbo https://t.co/gulcsadnjm","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"Thanks for tweeting along with us tonight on th...","5":"thanks for tweeting along with us tonight on th...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"Let’s get ready to crumble! It’s crunch time ne...","5":"let’s get ready to crumble! it’s crunch time ne...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","2":"9","3":"@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs","4":"@philringsell @PrueLeith Tres Bon-o. #GBBO http...","5":"@philringsell @prueleith tres bon-o. #gbbo http...","6":"@philringsell","7":"@PrueLeith","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Shambom65 True. Absolutely true. #GBBO","2":"10","3":"@Shambom65 True. Absolutely true. #GBBO","4":"@Shambom65 True. Absolutely true. #GBBO","5":"@shambom65 true. absolutely true. #gbbo","6":"@Shambom65","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"Disclaimer: This is not a percentage in terms o...","5":"disclaimer: this is not a percentage in terms o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","2":"12","3":"It's official! Mint Choc Chip has now been certified as being 67.6% Mint. #GBBO https://t.co/vUovHq8iqD","4":"It's official! Mint Choc Chip has now been cert...","5":"it's official! mint choc chip has now been cert...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"“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","4":"“Although my time in the Bake Off tent may have...","5":"“although my time in the bake off tent may have...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"No expense was spared to turn the Bake Off Tent into an anti-gravity zone for tonight’s show. #GBBO https://t.co/8MEF5qemLe","4":"No expense was spared to turn the Bake Off Tent...","5":"no expense was spared to turn the bake off tent...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","2":"15","3":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","4":"Mark our words... 😉 #GBBO https://t.co/5s8w8XjVDR","5":"mark our words... 😉 #gbbo https://t.co/5s8w8xjvdr","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"Poor Tom! So gracious in defeat - and we’re so ...","5":"poor tom! so gracious in defeat - and we’re so ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"He came. He self-judged. He won. Here’s how Star Baker Jürgen conquered Cake Week! #GBBO https://t.co/kKJFeUvAUk","4":"He came. He self-judged. He won. Here’s how Sta...","5":"he came. he self-judged. he won. here’s how sta...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"One episode into Bake Off 2021 - and George is ...","5":"one episode into bake off 2021 - and george is ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","2":"19","3":"When Jürgen’s victory call home didn’t quite go to plan… #GBBO https://t.co/RzgdhqFmnb","4":"When Jürgen’s victory call home didn’t quite go...","5":"when jürgen’s victory call home didn’t quite go...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","2":"20","3":"Do you have cuppa hot chocolate in a medium-sized tinted glass mug? #GBBO https://t.co/xbWbk4JJnL","4":"Do you have cuppa hot chocolate in a medium-siz...","5":"do you have cuppa hot chocolate in a medium-siz...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","2":"21","3":"A massive thumbs up for Star Baker Jürgen from the judges! 👍👍 #GBBO https://t.co/TgZUbqcSSb","4":"A massive thumbs up for Star Baker Jürgen from ...","5":"a massive thumbs up for star baker jürgen from ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","2":"22","3":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/42rFL35omD","4":"Jürgen’s ‘Night Time Reading’ Anti-Gravity Show...","5":"jürgen’s ‘night time reading’ anti-gravity show...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","2":"23","3":"Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/WxwxZquxPi","4":"Giuseppe’s ‘Jack and The Meanstalk’ Anti-Gravit...","5":"giuseppe’s ‘jack and the meanstalk’ anti-gravit...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","2":"24","3":"Tom’s Classically Spectacular Anti-Gravity Showstopper Cake. #GBBO https://t.co/JSdm6M3Zt3","4":"Tom’s Classically Spectacular Anti-Gravity Show...","5":"tom’s classically spectacular anti-gravity show...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","2":"25","3":"Rochica’s Anti-Gravity Apple Cake Showstopper. #GBBO https://t.co/60Vanr8fnB","4":"Rochica’s Anti-Gravity Apple Cake Showstopper. ...","5":"rochica’s anti-gravity apple cake showstopper. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","2":"26","3":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity Showstopper Cake. #GBBO https://t.co/lIlsAPVK6n","4":"Crystelle’s ‘Bouq-cake’ of Flowers Anti-Gravity...","5":"crystelle’s ‘bouq-cake’ of flowers anti-gravity...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","2":"27","3":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/OFrqBxqiWf","4":"Freya’s ‘Flower Potty’ Anti-Gravity Showstopper...","5":"freya’s ‘flower potty’ anti-gravity showstopper...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","2":"28","3":"Lizzie’s Nana’s Peaches & Cream Anti-Gravity Showstopper Cake. #GBBO https://t.co/4t4c1VxxcS","4":"Lizzie’s Nana’s Peaches & Cream Anti-Gravit...","5":"lizzie’s nana’s peaches & cream anti-gravit...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","2":"29","3":"FACT: The gravitational pull in the Bake Off Tent is the strongest on the planet. #GBBO https://t.co/LyC3cPKkFG","4":"FACT: The gravitational pull in the Bake Off Te...","5":"fact: the gravitational pull in the bake off te...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@courtsthomasx Congratulations! 🥳👼 #GBBO","2":"30","3":"@courtsthomasx Congratulations! 🥳👼 #GBBO","4":"@courtsthomasx Congratulations! 🥳👼 #GBBO","5":"@courtsthomasx congratulations! 🥳👼 #gbbo","6":"@courtsthomasx","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","2":"31","3":"Amanda’s Elderflower & Lemon Surf Explosion Anti-Gravity Showstopper Cake. #GBBO https://t.co/6C8pShegFt","4":"Amanda’s Elderflower & Lemon Surf Explosion...","5":"amanda’s elderflower & lemon surf explosion...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","2":"32","3":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/M2ntxYuy8X","4":"Jairzeno’s ‘Kick The Can’ Anti-Gravity Showstop...","5":"jairzeno’s ‘kick the can’ anti-gravity showstop...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","2":"33","3":"Maggie’s Ice Cream Cornet Anti-Gravity Showstopper Cake. #GBBO https://t.co/qyWu2RSCOi","4":"Maggie’s Ice Cream Cornet Anti-Gravity Showstop...","5":"maggie’s ice cream cornet anti-gravity showstop...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","2":"34","3":"George’s Greek Table Anti-Gravity Showstopper Cake. #GBBO https://t.co/Yt0tSlogb2","4":"George’s Greek Table Anti-Gravity Showstopper C...","5":"george’s greek table anti-gravity showstopper c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","2":"35","3":"This anti-gravity cake had one job... #GBBO https://t.co/pSMD8uILn4","4":"This anti-gravity cake had one job... #GBBO htt...","5":"this anti-gravity cake had one job... #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","2":"36","3":"Any Chuckle Brothers homage on primetime television is music to our ears. ❤️❤️ #GBBO https://t.co/ZZmdn49fJQ","4":"Any Chuckle Brothers homage on primetime televi...","5":"any chuckle brothers homage on primetime televi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","2":"37","3":"Chigs’ ‘Where It All Began’ Anti-Gravity Showstopper Cake. #GBBO https://t.co/1scORW3clT","4":"Chigs’ ‘Where It All Began’ Anti-Gravity Showst...","5":"chigs’ ‘where it all began’ anti-gravity showst...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","2":"38","3":"The pure joy of baking something you’re proud of. Can’t be beaten. #GBBO https://t.co/yB6TTaWcZS","4":"The pure joy of baking something you’re proud o...","5":"the pure joy of baking something you’re proud o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","2":"39","3":"Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn","4":"Unfortunately Prue2 is already the name of @Pru...","5":"unfortunately prue2 is already the name of @pru...","6":"@PrueLeith","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","2":"40","3":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","4":"😥😥😥 #GBBO https://t.co/8jug1xBlL1","5":"😥😥😥 #gbbo https://t.co/8jug1xbll1","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"The first rule of Bake Off:\\nDo not stare back a...","5":"the first rule of bake off:\\ndo not stare back a...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@psyche1701 Maybe. #GBBO","2":"42","3":"@psyche1701 Maybe. #GBBO","4":"@psyche1701 Maybe. #GBBO","5":"@psyche1701 maybe. #gbbo","6":"@psyche1701","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"WISDOMOUS! #GBBO","2":"43","3":"WISDOMOUS! #GBBO","4":"WISDOMOUS! #GBBO","5":"wisdomous! #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@JadeForster A treat for the whole family. 🥳 #GBBO","2":"44","3":"@JadeForster A treat for the whole family. 🥳 #GBBO","4":"@JadeForster A treat for the whole family. 🥳 #GBBO","5":"@jadeforster a treat for the whole family. 🥳 #gbbo","6":"@JadeForster","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","2":"45","3":"Anxiously looking at all the new bakers and not wanting any of them to go. #GBBO https://t.co/O2YguY0MWm","4":"Anxiously looking at all the new bakers and not...","5":"anxiously looking at all the new bakers and not...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Oh dear. #GBBO https://t.co/4FS3X12AOr","2":"46","3":"Oh dear. #GBBO https://t.co/4FS3X12AOr","4":"Oh dear. #GBBO https://t.co/4FS3X12AOr","5":"oh dear. #gbbo https://t.co/4fs3x12aor","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"1. Mint Choc Chip is the entry level ice cream ...","5":"1. mint choc chip is the entry level ice cream ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","2":"48","3":"Please do not try this at home. #GBBO https://t.co/iGwsPuwZBG","4":"Please do not try this at home. #GBBO https://t...","5":"please do not try this at home. #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","2":"49","3":"Just to clear up the confusion about Prue and Maggie... #GBBO https://t.co/qmm6CGIHS6","4":"Just to clear up the confusion about Prue and M...","5":"just to clear up the confusion about prue and m...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@laurajaycrochet *snaps pencil* #GBBO","2":"50","3":"@laurajaycrochet *snaps pencil* #GBBO","4":"@laurajaycrochet *snaps pencil* #GBBO","5":"@laurajaycrochet *snaps pencil* #gbbo","6":"@laurajaycrochet","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Mint Choc Chip Ice Cream? #GBBO","2":"51","3":"Mint Choc Chip Ice Cream? #GBBO","4":"Mint Choc Chip Ice Cream? #GBBO","5":"mint choc chip ice cream? #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"CONTROVERSIAL!!! #GBBO https://t.co/OBHidOZCRz","2":"52","3":"CONTROVERSIAL!!! #GBBO https://t.co/OBHidOZCRz","4":"CONTROVERSIAL!!! #GBBO https://t.co/OBHidOZCRz","5":"controversial!!! #gbbo https://t.co/obhidozcrz","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It certainly was a kind of magic. #GBBO https://t.co/FytDtVF6ZT","2":"53","3":"It certainly was a kind of magic. #GBBO https://t.co/FytDtVF6ZT","4":"It certainly was a kind of magic. #GBBO https:/...","5":"it certainly was a kind of magic. #gbbo https:/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@randallwrites Not in line with the currant climate of acceptance for all is it?","2":"54","3":"@randallwrites Not in line with the currant climate of acceptance for all is it?","4":"@randallwrites Not in line with the currant cli...","5":"@randallwrites not in line with the currant cli...","6":"@randallwrites","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Due to popular demand… we’ve giffed up THAT Prue and Paul moment. #GBBO https://t.co/3o02vFa7tU","2":"55","3":"Due to popular demand… we’ve giffed up THAT Prue and Paul moment. #GBBO https://t.co/3o02vFa7tU","4":"Due to popular demand… we’ve giffed up THAT Pru...","5":"due to popular demand… we’ve giffed up that pru...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/8j2aIL148h","2":"56","3":"Relatable. #GBBO https://t.co/8j2aIL148h","4":"Relatable. #GBBO https://t.co/8j2aIL148h","5":"relatable. #gbbo https://t.co/8j2ail148h","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"Like a bake out of hell, I'll be scone 'til the mornin' comes...\" #GBBO https://t.co/ExtMCyV1nr","2":"57","3":"\"Like a bake out of hell, I'll be scone 'til the mornin' comes...\" #GBBO https://t.co/ExtMCyV1nr","4":"\"Like a bake out of hell, I'll be scone 'til th...","5":"\"like a bake out of hell, i'll be scone 'til th...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"BREAKING NEWS: Violence has broken out in the Bake Off Tent! #GBBO https://t.co/p9hHrFZqJh","2":"58","3":"BREAKING NEWS: Violence has broken out in the Bake Off Tent! #GBBO https://t.co/p9hHrFZqJh","4":"BREAKING NEWS: Violence has broken out in the B...","5":"breaking news: violence has broken out in the b...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every day. #GBBO https://t.co/uFgmRbi9Vf","2":"59","3":"Every day. #GBBO https://t.co/uFgmRbi9Vf","4":"Every day. #GBBO https://t.co/uFgmRbi9Vf","5":"every day. #gbbo https://t.co/ufgmrbi9vf","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Now this would really be going for The Treble. #GBBO https://t.co/A0g0KtvWIv","2":"60","3":"Now this would really be going for The Treble. #GBBO https://t.co/A0g0KtvWIv","4":"Now this would really be going for The Treble. ...","5":"now this would really be going for the treble. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Film. One word. One syllable. #GBBO https://t.co/J4ooIe5Z7u","2":"61","3":"Film. One word. One syllable. #GBBO https://t.co/J4ooIe5Z7u","4":"Film. One word. One syllable. #GBBO https://t.c...","5":"film. one word. one syllable. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🎵 IS IT MY IMAGINASHEEUNNN 🎵 #GBBO https://t.co/CKlKBiiEzQ","2":"62","3":"🎵 IS IT MY IMAGINASHEEUNNN 🎵 #GBBO https://t.co/CKlKBiiEzQ","4":"🎵 IS IT MY IMAGINASHEEUNNN 🎵 #GBBO https://t.co...","5":"🎵 is it my imaginasheeunnn 🎵 #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"If you stare at this malt loaf for more than 15 seconds you start to see a Shetland Pony. #GBBO https://t.co/RpA1GSTVaC","4":"If you stare at this malt loaf for more than 15...","5":"if you stare at this malt loaf for more than 15...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"Prue’s not so sure many of you know what a malt...","5":"prue’s not so sure many of you know what a malt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"This Twitter feed is going to turn into a fan account for Giuseppe’s eyebrows. #GBBO https://t.co/IQTjyrJxBV","2":"65","3":"This Twitter feed is going to turn into a fan account for Giuseppe’s eyebrows. #GBBO https://t.co/IQTjyrJxBV","4":"This Twitter feed is going to turn into a fan a...","5":"this twitter feed is going to turn into a fan a...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😮😮😮 #GBBO https://t.co/0nn2bDErPU","2":"66","3":"😮😮😮 #GBBO https://t.co/0nn2bDErPU","4":"😮😮😮 #GBBO https://t.co/0nn2bDErPU","5":"😮😮😮 #gbbo https://t.co/0nn2bderpu","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@carol_ann54 We do seriously respect your integrity for sticking with the healthy option. #GBBO https://t.co/S3aLrdef5H","2":"67","3":"@carol_ann54 We do seriously respect your integrity for sticking with the healthy option. #GBBO https://t.co/S3aLrdef5H","4":"@carol_ann54 We do seriously respect your integ...","5":"@carol_ann54 we do seriously respect your integ...","6":"@carol_ann54","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Lizzie should have claimed her mini rolls were inspired by Salvador Dali. #GBBO https://t.co/elx0ZtROrC","2":"68","3":"Lizzie should have claimed her mini rolls were inspired by Salvador Dali. #GBBO https://t.co/elx0ZtROrC","4":"Lizzie should have claimed her mini rolls were ...","5":"lizzie should have claimed her mini rolls were ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"How to sum up your feelings on modern life. #GBBO https://t.co/ITY4oIydZ3","2":"69","3":"How to sum up your feelings on modern life. #GBBO https://t.co/ITY4oIydZ3","4":"How to sum up your feelings on modern life. #GB...","5":"how to sum up your feelings on modern life. #gb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There are self checkouts in supermarkets. Why not self judging on Bake Off? #GBBO https://t.co/DSbB48CnGt","2":"70","3":"There are self checkouts in supermarkets. Why not self judging on Bake Off? #GBBO https://t.co/DSbB48CnGt","4":"There are self checkouts in supermarkets. Why n...","5":"there are self checkouts in supermarkets. why n...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"“They’re a little bit drunk”\\n- Amanda #GBBO https://t.co/GjsIAlSN94","2":"71","3":"“They’re a little bit drunk”\\n- Amanda #GBBO https://t.co/GjsIAlSN94","4":"“They’re a little bit drunk”\\n- Amanda #GBBO htt...","5":"“they’re a little bit drunk”\\n- amanda #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Don’t blink when you’re near these mini rolls!! 😱😱 #GBBO https://t.co/C2NdpVtPDi","2":"72","3":"Don’t blink when you’re near these mini rolls!! 😱😱 #GBBO https://t.co/C2NdpVtPDi","4":"Don’t blink when you’re near these mini rolls!!...","5":"don’t blink when you’re near these mini rolls!!...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s important to cover your crack in the Bake Off Tent. #GBBO https://t.co/9tq9Zc6hlF","2":"73","3":"It’s important to cover your crack in the Bake Off Tent. #GBBO https://t.co/9tq9Zc6hlF","4":"It’s important to cover your crack in the Bake ...","5":"it’s important to cover your crack in the bake ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@beckythomas_ We're happy that you're happy! #GBBO","2":"74","3":"@beckythomas_ We're happy that you're happy! #GBBO","4":"@beckythomas_ We're happy that you're happy! #GBBO","5":"@beckythomas_ we're happy that you're happy! #gbbo","6":"@beckythomas_","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Emma_Parkin Fine work. #GBBO https://t.co/QrKF801UyO","2":"75","3":"@Emma_Parkin Fine work. #GBBO https://t.co/QrKF801UyO","4":"@Emma_Parkin Fine work. #GBBO https://t.co/QrKF...","5":"@emma_parkin fine work. #gbbo https://t.co/qrkf...","6":"@Emma_Parkin","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When the Bake Off ad break hits and the kitchen snack hunt begins. #GBBO https://t.co/TyipjxYVfK","2":"76","3":"When the Bake Off ad break hits and the kitchen snack hunt begins. #GBBO https://t.co/TyipjxYVfK","4":"When the Bake Off ad break hits and the kitchen...","5":"when the bake off ad break hits and the kitchen...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"The poor Bake Off Carpet didn’t even make it to...","5":"the poor bake off carpet didn’t even make it to...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Toxicolly Thankin' you! #GBBO","2":"78","3":"@Toxicolly Thankin' you! #GBBO","4":"@Toxicolly Thankin' you! #GBBO","5":"@toxicolly thankin' you! #gbbo","6":"@Toxicolly","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"George is us at any point over the last 18 months. #GBBO https://t.co/dSyPEfLIhl","2":"79","3":"George is us at any point over the last 18 months. #GBBO https://t.co/dSyPEfLIhl","4":"George is us at any point over the last 18 mont...","5":"george is us at any point over the last 18 mont...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Say hello to the world’s happiest sponge. 😊 #GBBO https://t.co/ApUAiNuIjC","2":"80","3":"Say hello to the world’s happiest sponge. 😊 #GBBO https://t.co/ApUAiNuIjC","4":"Say hello to the world’s happiest sponge. 😊 #GB...","5":"say hello to the world’s happiest sponge. 😊 #gb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jürgen’s milk shake brings all the cakes to the tent. #GBBO https://t.co/FynJ114fDc","2":"81","3":"Jürgen’s milk shake brings all the cakes to the tent. #GBBO https://t.co/FynJ114fDc","4":"Jürgen’s milk shake brings all the cakes to the...","5":"jürgen’s milk shake brings all the cakes to the...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hands up if you’re a lockdown baker like Chigs! #GBBO https://t.co/6kbQp3RZEb","2":"82","3":"Hands up if you’re a lockdown baker like Chigs! #GBBO https://t.co/6kbQp3RZEb","4":"Hands up if you’re a lockdown baker like Chigs!...","5":"hands up if you’re a lockdown baker like chigs!...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"“It is I, Leclerc!”\\n#GBBO #AlloAllo https://t.co/bUTCp9Klnh","2":"83","3":"“It is I, Leclerc!”\\n#GBBO #AlloAllo https://t.co/bUTCp9Klnh","4":"“It is I, Leclerc!”\\n#GBBO #AlloAllo https://t.c...","5":"“it is i, leclerc!”\\n#gbbo #alloallo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🙂🙂🙂🙂🙂🙂 #GBBO https://t.co/7FsNfsEQ7c","2":"84","3":"🙂🙂🙂🙂🙂🙂 #GBBO https://t.co/7FsNfsEQ7c","4":"🙂🙂🙂🙂🙂🙂 #GBBO https://t.co/7FsNfsEQ7c","5":"🙂🙂🙂🙂🙂🙂 #gbbo https://t.co/7fsnfseq7c","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Cannot be unseen. #GBBO https://t.co/fzVEeL9ok4","2":"85","3":"Cannot be unseen. #GBBO https://t.co/fzVEeL9ok4","4":"Cannot be unseen. #GBBO https://t.co/fzVEeL9ok4","5":"cannot be unseen. #gbbo https://t.co/fzveel9ok4","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Mullets are the best medicine. #GBBO https://t.co/msM8iLSTYa","2":"86","3":"Mullets are the best medicine. #GBBO https://t.co/msM8iLSTYa","4":"Mullets are the best medicine. #GBBO https://t....","5":"mullets are the best medicine. #gbbo https://t....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Baking life. #GBBO https://t.co/fyAOe4mZXw","2":"87","3":"Baking life. #GBBO https://t.co/fyAOe4mZXw","4":"Baking life. #GBBO https://t.co/fyAOe4mZXw","5":"baking life. #gbbo https://t.co/fyaoe4mzxw","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s all about to kick off in the Bake Off Tent! #GBBO https://t.co/3rAjUh0IcK","2":"88","3":"It’s all about to kick off in the Bake Off Tent! #GBBO https://t.co/3rAjUh0IcK","4":"It’s all about to kick off in the Bake Off Tent...","5":"it’s all about to kick off in the bake off tent...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@CabinClassBoy We would but Pet Bunny's agent is a NIGHTMARE to negotiate with... #GBBO","2":"89","3":"@CabinClassBoy We would but Pet Bunny's agent is a NIGHTMARE to negotiate with... #GBBO","4":"@CabinClassBoy We would but Pet Bunny's agent i...","5":"@cabinclassboy we would but pet bunny's agent i...","6":"@CabinClassBoy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Same, Maggie. Same. #GBBO https://t.co/GzSHtvu989","2":"90","3":"Same, Maggie. Same. #GBBO https://t.co/GzSHtvu989","4":"Same, Maggie. Same. #GBBO https://t.co/GzSHtvu989","5":"same, maggie. same. #gbbo https://t.co/gzshtvu989","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"@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","4":"@TheMizzCCB \"Mini Rolls pack a punch\" according...","5":"@themizzccb \"mini rolls pack a punch\" according...","6":"@TheMizzCCB","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"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","4":"Spinoff TV series pitch: Matt Lucas sings well-...","5":"spinoff tv series pitch: matt lucas sings well-...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life over the past 18 months. #GBBO https://t.co/51ZWaE6Qgp","2":"93","3":"Life over the past 18 months. #GBBO https://t.co/51ZWaE6Qgp","4":"Life over the past 18 months. #GBBO https://t.c...","5":"life over the past 18 months. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"George is already way too relatable. #GBBO https://t.co/IN5sxHwEDy","2":"94","3":"George is already way too relatable. #GBBO https://t.co/IN5sxHwEDy","4":"George is already way too relatable. #GBBO http...","5":"george is already way too relatable. #gbbo http...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well said, Maggie! #GBBO https://t.co/sGtO6c7G2g","2":"95","3":"Well said, Maggie! #GBBO https://t.co/sGtO6c7G2g","4":"Well said, Maggie! #GBBO https://t.co/sGtO6c7G2g","5":"well said, maggie! #gbbo https://t.co/sgto6c7g2g","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Spoilers, Noel! Spoilers! #GBBO https://t.co/BTl31GkTh4","2":"96","3":"Spoilers, Noel! Spoilers! #GBBO https://t.co/BTl31GkTh4","4":"Spoilers, Noel! Spoilers! #GBBO https://t.co/BT...","5":"spoilers, noel! spoilers! #gbbo https://t.co/bt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@nickopotamus We are pre-watershed, you know. #GBBO","2":"97","3":"@nickopotamus We are pre-watershed, you know. #GBBO","4":"@nickopotamus We are pre-watershed, you know. #...","5":"@nickopotamus we are pre-watershed, you know. #...","6":"@nickopotamus","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@S_M_A_B_S Imagine waking up with a mullet too... #GBBO","2":"98","3":"@S_M_A_B_S Imagine waking up with a mullet too... #GBBO","4":"@S_M_A_B_S Imagine waking up with a mullet too....","5":"@s_m_a_b_s imagine waking up with a mullet too....","6":"@S_M_A_B_S","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"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","3":"The bakers have arrived! Here’s a handy guide to who is who in the Bake Off Tent 2021. #GBBO https://t.co/wFKbn3IOFt","4":"The bakers have arrived! Here’s a handy guide t...","5":"the bakers have arrived! here’s a handy guide t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"To be revisited in your dreams/nightmares later. #GBBO https://t.co/Oe713kNwTr","2":"100","3":"To be revisited in your dreams/nightmares later. #GBBO https://t.co/Oe713kNwTr","4":"To be revisited in your dreams/nightmares later...","5":"to be revisited in your dreams/nightmares later...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The Bake Off Squirrel not believing the scenes he is witnessing at the start of Bake Off. #GBBO https://t.co/59uJELmzwQ","2":"101","3":"The Bake Off Squirrel not believing the scenes he is witnessing at the start of Bake Off. #GBBO https://t.co/59uJELmzwQ","4":"The Bake Off Squirrel not believing the scenes ...","5":"the bake off squirrel not believing the scenes ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The Tent is open! Welcome to The Great British Bake Off 2021! #GBBO https://t.co/9PxxLG3eOY","2":"102","3":"The Tent is open! Welcome to The Great British Bake Off 2021! #GBBO https://t.co/9PxxLG3eOY","4":"The Tent is open! Welcome to The Great British ...","5":"the tent is open! welcome to the great british ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@HelenTWrites We have the utmost respect for your health kick. Bravo Helen, bravo! #GBBO https://t.co/D0PeyEmucz","2":"103","3":"@HelenTWrites We have the utmost respect for your health kick. Bravo Helen, bravo! #GBBO https://t.co/D0PeyEmucz","4":"@HelenTWrites We have the utmost respect for yo...","5":"@helentwrites we have the utmost respect for yo...","6":"@HelenTWrites","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@k_louise123 We salute your assertive boundary setting skills. 🙏#GBBO","2":"104","3":"@k_louise123 We salute your assertive boundary setting skills. 🙏#GBBO","4":"@k_louise123 We salute your assertive boundary ...","5":"@k_louise123 we salute your assertive boundary ...","6":"@k_louise123","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@CoronaSinger Bravo! #GBBO","2":"105","3":"@CoronaSinger Bravo! #GBBO","4":"@CoronaSinger Bravo! #GBBO","5":"@coronasinger bravo! #gbbo","6":"@CoronaSinger","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"106","3":"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","4":"Dear Bake Off fans, grab a few nibbles and plea...","5":"dear bake off fans, grab a few nibbles and plea...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Right! Right? #GBBO https://t.co/InywhOthDK","2":"107","3":"Right! Right? #GBBO https://t.co/InywhOthDK","4":"Right! Right? #GBBO https://t.co/InywhOthDK","5":"right! right? #gbbo https://t.co/inywhothdk","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not long to go until we’re back on your tellies! #GBBO https://t.co/fltyAo4jEL","2":"108","3":"Not long to go until we’re back on your tellies! #GBBO https://t.co/fltyAo4jEL","4":"Not long to go until we’re back on your tellies...","5":"not long to go until we’re back on your tellies...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@laurajwilshaw_ @fretterz14 We've missed this 3000. #GBBO https://t.co/B9rvy4cU0j","2":"109","3":"@laurajwilshaw_ @fretterz14 We've missed this 3000. #GBBO https://t.co/B9rvy4cU0j","4":"@laurajwilshaw_ @fretterz14 We've missed this 3...","5":"@laurajwilshaw_ @fretterz14 we've missed this 3...","6":"@laurajwilshaw_","7":"@fretterz14","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@laurajwilshaw_ @fretterz14 The universe is in balance again. Welcome back. #GBBO","2":"110","3":"@laurajwilshaw_ @fretterz14 The universe is in balance again. Welcome back. #GBBO","4":"@laurajwilshaw_ @fretterz14 The universe is in ...","5":"@laurajwilshaw_ @fretterz14 the universe is in ...","6":"@laurajwilshaw_","7":"@fretterz14","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@kirstybaillie @RealMattLucas Nooooooo! Good luck avoiding spoilers Kirsty! #GBBO","2":"111","3":"@kirstybaillie @RealMattLucas Nooooooo! Good luck avoiding spoilers Kirsty! #GBBO","4":"@kirstybaillie @RealMattLucas Nooooooo! Good lu...","5":"@kirstybaillie @realmattlucas nooooooo! good lu...","6":"@kirstybaillie","7":"@RealMattLucas","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Are you ready to meet our twelve new bakers?\\nThe Great British Bake Off. 8pm. @Channel4. #GBBO https://t.co/QstjMCOJ3r","2":"112","3":"Are you ready to meet our twelve new bakers?\\nThe Great British Bake Off. 8pm. @Channel4. #GBBO https://t.co/QstjMCOJ3r","4":"Are you ready to meet our twelve new bakers?\\nTh...","5":"are you ready to meet our twelve new bakers?\\nth...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@lisagibbs84 Welcome back! #GBBO https://t.co/77TanTJydD","2":"113","3":"@lisagibbs84 Welcome back! #GBBO https://t.co/77TanTJydD","4":"@lisagibbs84 Welcome back! #GBBO https://t.co/7...","5":"@lisagibbs84 welcome back! #gbbo https://t.co/7...","6":"@lisagibbs84","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"114","3":"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","4":"We first fired up our little Bake Off Twitter f...","5":"we first fired up our little bake off twitter f...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"115","3":"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","4":"All good things come to those who bake. Not lon...","5":"all good things come to those who bake. not lon...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@EllenvWallace Our first percentage answer. Also, well done! #GBBO","2":"116","3":"@EllenvWallace Our first percentage answer. Also, well done! #GBBO","4":"@EllenvWallace Our first percentage answer. Als...","5":"@ellenvwallace our first percentage answer. als...","6":"@EllenvWallace","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Guapaish @Channel4 Sieve and let sieve, as they* say. 👍\\n\\n*Only this account. #GBBO","2":"117","3":"@Guapaish @Channel4 Sieve and let sieve, as they* say. 👍\\n\\n*Only this account. #GBBO","4":"@Guapaish @Channel4 Sieve and let sieve, as the...","5":"@guapaish @channel4 sieve and let sieve, as the...","6":"@Guapaish","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@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","2":"118","3":"@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","4":"@TomButler Pssst! Paul has been bread since 201...","5":"@tombutler pssst! paul has been bread since 201...","6":"@TomButler","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@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","2":"119","3":"@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","4":"@SeykortTheresa WHAT IS GOING ON? WHAT NEXT? HM...","5":"@seykorttheresa what is going on? what next? hm...","6":"@SeykortTheresa","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@SmoggyThorpes @Channel4 Brilliant. Simply brilliant. #GBBO https://t.co/oePYu9ui9t","2":"120","3":"@SmoggyThorpes @Channel4 Brilliant. Simply brilliant. #GBBO https://t.co/oePYu9ui9t","4":"@SmoggyThorpes @Channel4 Brilliant. Simply bril...","5":"@smoggythorpes @channel4 brilliant. simply bril...","6":"@SmoggyThorpes","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Guapaish @Channel4 Please, nobody grill Lesley. We are all equally entitled to our opinions.","2":"121","3":"@Guapaish @Channel4 Please, nobody grill Lesley. We are all equally entitled to our opinions.","4":"@Guapaish @Channel4 Please, nobody grill Lesley...","5":"@guapaish @channel4 please, nobody grill lesley...","6":"@Guapaish","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@pawswithprose @Channel4 \"Dear God, it's beautiful.\" - Jacobim Mugatu #GBBO https://t.co/Ec2gfsLNPD","2":"122","3":"@pawswithprose @Channel4 \"Dear God, it's beautiful.\" - Jacobim Mugatu #GBBO https://t.co/Ec2gfsLNPD","4":"@pawswithprose @Channel4 \"Dear God, it's beauti...","5":"@pawswithprose @channel4 \"dear god, it's beauti...","6":"@pawswithprose","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Ahead of the return of #GBBO, get to know all of the bakers stepping into the Tent of Dreams tonight! https://t.co/sFdLTwr513","2":"123","3":"Ahead of the return of #GBBO, get to know all of the bakers stepping into the Tent of Dreams tonight! https://t.co/sFdLTwr513","4":"Ahead of the return of #GBBO, get to know all o...","5":"ahead of the return of #gbbo, get to know all o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@revkatebottley Amazing. #GBBO https://t.co/huoWrjPzWD","2":"124","3":"@revkatebottley Amazing. #GBBO https://t.co/huoWrjPzWD","4":"@revkatebottley Amazing. #GBBO https://t.co/huo...","5":"@revkatebottley amazing. #gbbo https://t.co/huo...","6":"@revkatebottley","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"A thing of beauty is a joy forever. Or 10 weeks of televised competitive baking.\" - John Keats #GBBO https://t.co/uqOXGQLEKs","2":"125","3":"\"A thing of beauty is a joy forever. Or 10 weeks of televised competitive baking.\" - John Keats #GBBO https://t.co/uqOXGQLEKs","4":"\"A thing of beauty is a joy forever. Or 10 week...","5":"\"a thing of beauty is a joy forever. or 10 week...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@chton Skull Island. We don't like to talk about it. Or make Ice Cream Sundaes for King Kong. Not anymore. #GBBO","2":"126","3":"@chton Skull Island. We don't like to talk about it. Or make Ice Cream Sundaes for King Kong. Not anymore. #GBBO","4":"@chton Skull Island. We don't like to talk abou...","5":"@chton skull island. we don't like to talk abou...","6":"@chton","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@scottygb To you too, Scott! #GBBO https://t.co/dXqENEQSuU","2":"127","3":"@scottygb To you too, Scott! #GBBO https://t.co/dXqENEQSuU","4":"@scottygb To you too, Scott! #GBBO https://t.co...","5":"@scottygb to you too, scott! #gbbo https://t.co...","6":"@scottygb","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"As cherries go, this may well be the biggest we've ever seen. Big shout out to Glasgow! #GBBO https://t.co/ysq0ERVdTY","2":"128","3":"As cherries go, this may well be the biggest we've ever seen. Big shout out to Glasgow! #GBBO https://t.co/ysq0ERVdTY","4":"As cherries go, this may well be the biggest we...","5":"as cherries go, this may well be the biggest we...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Obviously we won't be taking part. #GBBO","2":"129","3":"Obviously we won't be taking part. #GBBO","4":"Obviously we won't be taking part. #GBBO","5":"obviously we won't be taking part. #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"130","3":"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","4":"We’re gonna try something new - a #GBBO Sweepst...","5":"we’re gonna try something new - a #gbbo sweepst...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"All roads lead to the Tent of Dreams!\\n\\nThe Great British Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/rwWuYJOxQB","2":"131","3":"All roads lead to the Tent of Dreams!\\n\\nThe Great British Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/rwWuYJOxQB","4":"All roads lead to the Tent of Dreams!\\n\\nThe Grea...","5":"all roads lead to the tent of dreams!\\n\\nthe grea...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We can’t wait for you to meet this lovely lot tonight! #GBBO https://t.co/OYesLaQKrp","2":"132","3":"We can’t wait for you to meet this lovely lot tonight! #GBBO https://t.co/OYesLaQKrp","4":"We can’t wait for you to meet this lovely lot t...","5":"we can’t wait for you to meet this lovely lot t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@therealsarc True, true... #GBBO https://t.co/jbYG7vnAJk","2":"133","3":"@therealsarc True, true... #GBBO https://t.co/jbYG7vnAJk","4":"@therealsarc True, true... #GBBO https://t.co/j...","5":"@therealsarc true, true... #gbbo https://t.co/j...","6":"@therealsarc","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The Tent Of Dreams reopens tonight! Please form an orderly queue... #GBBO https://t.co/Y5BmTiQtSf https://t.co/OnspqoIuh8","2":"134","3":"The Tent Of Dreams reopens tonight! Please form an orderly queue... #GBBO https://t.co/Y5BmTiQtSf https://t.co/OnspqoIuh8","4":"The Tent Of Dreams reopens tonight! Please form...","5":"the tent of dreams reopens tonight! please form...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We're so glad we read this correctly. #GBBO https://t.co/e6scmKpLzZ","2":"135","3":"We're so glad we read this correctly. #GBBO https://t.co/e6scmKpLzZ","4":"We're so glad we read this correctly. #GBBO htt...","5":"we're so glad we read this correctly. #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@AndreaMart1n Respect! #GBBO","2":"136","3":"@AndreaMart1n Respect! #GBBO","4":"@AndreaMart1n Respect! #GBBO","5":"@andreamart1n respect! #gbbo","6":"@AndreaMart1n","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@YannyBakes ALL the points Yan, have all the points! #GBBO","2":"137","3":"@YannyBakes ALL the points Yan, have all the points! #GBBO","4":"@YannyBakes ALL the points Yan, have all the po...","5":"@yannybakes all the points yan, have all the po...","6":"@YannyBakes","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We aren't technically doing a Beatles pun contest, but this is... fab. 🥳🙏 ❤️ #GBBO https://t.co/ceXNzxlq1Y","2":"138","3":"We aren't technically doing a Beatles pun contest, but this is... fab. 🥳🙏 ❤️ #GBBO https://t.co/ceXNzxlq1Y","4":"We aren't technically doing a Beatles pun conte...","5":"we aren't technically doing a beatles pun conte...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"You don't know how lucky you are...\" #GBBO https://t.co/HeGMbV39kJ","2":"139","3":"\"You don't know how lucky you are...\" #GBBO https://t.co/HeGMbV39kJ","4":"\"You don't know how lucky you are...\" #GBBO htt...","5":"\"you don't know how lucky you are...\" #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"PS We're now back tonight!","2":"140","3":"PS We're now back tonight!","4":"PS We're now back tonight!","5":"ps we're now back tonight!","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@CatherineHewins @alesterowen @thisgirlgrows Fussy... or just 100% correct? 😉 #GBBO","2":"141","3":"@CatherineHewins @alesterowen @thisgirlgrows Fussy... or just 100% correct? 😉 #GBBO","4":"@CatherineHewins @alesterowen @thisgirlgrows Fu...","5":"@catherinehewins @alesterowen @thisgirlgrows fu...","6":"@CatherineHewins","7":"@alesterowen","8":"@thisgirlgrows","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We feel a spin-off coming on... #GBBO https://t.co/wZQk2JY79R","2":"142","3":"We feel a spin-off coming on... #GBBO https://t.co/wZQk2JY79R","4":"We feel a spin-off coming on... #GBBO https://t...","5":"we feel a spin-off coming on... #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"● Here Comes The Bun ☀️\\n● Let It Brie 👼\\n● Norwegian Pud 🎶\\n\\n#GBBO https://t.co/Q4KiFXMvrS","2":"143","3":"● Here Comes The Bun ☀️\\n● Let It Brie 👼\\n● Norwegian Pud 🎶\\n\\n#GBBO https://t.co/Q4KiFXMvrS","4":"● Here Comes The Bun ☀️\\n● Let It Brie 👼\\n● Norwe...","5":"● here comes the bun ☀️\\n● let it brie 👼\\n● norwe...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you remember a new series of The Great British Bake Off starts tonight. #GBBO https://t.co/S9ToL689dw","2":"144","3":"When you remember a new series of The Great British Bake Off starts tonight. #GBBO https://t.co/S9ToL689dw","4":"When you remember a new series of The Great Bri...","5":"when you remember a new series of the great bri...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"145","3":"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","4":"If there's a more perfect description of the pu...","5":"if there's a more perfect description of the pu...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"Yesterday, \\n Our first show seemed so far away...\" #GBBO https://t.co/Xgr2Rg9gn8","2":"146","3":"\"Yesterday, \\n Our first show seemed so far away...\" #GBBO https://t.co/Xgr2Rg9gn8","4":"\"Yesterday, \\n Our first show seemed so far awa...","5":"\"yesterday, \\n our first show seemed so far awa...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"147","3":"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","4":"Here we dough! Join us tonight from 8pm on @Cha...","5":"here we dough! join us tonight from 8pm on @cha...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not long now... #GBBO https://t.co/hpjgMjpuFx","2":"148","3":"Not long now... #GBBO https://t.co/hpjgMjpuFx","4":"Not long now... #GBBO https://t.co/hpjgMjpuFx","5":"not long now... #gbbo https://t.co/hpjgmjpufx","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s that special time of year known as Bake Off Eve... #GBBO https://t.co/cnfT8gqHqh","2":"149","3":"It’s that special time of year known as Bake Off Eve... #GBBO https://t.co/cnfT8gqHqh","4":"It’s that special time of year known as Bake Of...","5":"it’s that special time of year known as bake of...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@iambrooke 🙏🙏🙏🙏 #GBBO","2":"150","3":"@iambrooke 🙏🙏🙏🙏 #GBBO","4":"@iambrooke 🙏🙏🙏🙏 #GBBO","5":"@iambrooke 🙏🙏🙏🙏 #gbbo","6":"@iambrooke","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@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","2":"151","3":"@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","4":"@19Sunflowers We trying to concoct a Stephen \"T...","5":"@19sunflowers we trying to concoct a stephen \"t...","6":"@19Sunflowers","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@stephenhardie Be the miracle, Stephen. 🥐🙏😉 #GBBO","2":"152","3":"@stephenhardie Be the miracle, Stephen. 🥐🙏😉 #GBBO","4":"@stephenhardie Be the miracle, Stephen. 🥐🙏😉 #GBBO","5":"@stephenhardie be the miracle, stephen. 🥐🙏😉 #gbbo","6":"@stephenhardie","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@colettem1983 We totally know but unfortunately can't share that information right now. *Opens web browser*... #GBBO","2":"153","3":"@colettem1983 We totally know but unfortunately can't share that information right now. *Opens web browser*... #GBBO","4":"@colettem1983 We totally know but unfortunately...","5":"@colettem1983 we totally know but unfortunately...","6":"@colettem1983","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@slhattersley To be honest, it's as much of a challenge as it is a question. 😉 #GBBO","2":"154","3":"@slhattersley To be honest, it's as much of a challenge as it is a question. 😉 #GBBO","4":"@slhattersley To be honest, it's as much of a c...","5":"@slhattersley to be honest, it's as much of a c...","6":"@slhattersley","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@jonwatt876 Loving your work here Jon. Respect. 🙏 #GBBO","2":"155","3":"@jonwatt876 Loving your work here Jon. Respect. 🙏 #GBBO","4":"@jonwatt876 Loving your work here Jon. Respect....","5":"@jonwatt876 loving your work here jon. respect....","6":"@jonwatt876","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"156","3":"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","4":"As a new series of Bake Off arrives, we want to...","5":"as a new series of bake off arrives, we want to...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@patmunn @noelfielding11 @PaulHollywood @RealMattLucas @PrueLeith You have no idea how much we uhmmed and aaahed about that. #GBBO","2":"157","3":"@patmunn @noelfielding11 @PaulHollywood @RealMattLucas @PrueLeith You have no idea how much we uhmmed and aaahed about that. #GBBO","4":"@patmunn @noelfielding11 @PaulHollywood @RealMa...","5":"@patmunn @noelfielding11 @paulhollywood @realma...","6":"@patmunn","7":"@noelfielding11","8":"@PaulHollywood","9":"@RealMattLucas","10":"@PrueLeith","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"158","3":"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","4":"If Bake Off were #Seinfeld who would be who?\\n\\nS...","5":"if bake off were #seinfeld who would be who?\\n\\ns...","6":"@noelfielding11","7":"@PaulHollywood","8":"@RealMattLucas","9":"@PrueLeith","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When it hits you that new Bake Off starts TOMORROW. #MondayMotivation #GBBO https://t.co/cKRpPWFacj","2":"159","3":"When it hits you that new Bake Off starts TOMORROW. #MondayMotivation #GBBO https://t.co/cKRpPWFacj","4":"When it hits you that new Bake Off starts TOMOR...","5":"when it hits you that new bake off starts tomor...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"One more sleep! \\n🍞🥖🍰🍪🍩\\n#GBBO https://t.co/Nhk2IH8leS","2":"160","3":"One more sleep! \\n🍞🥖🍰🍪🍩\\n#GBBO https://t.co/Nhk2IH8leS","4":"One more sleep! \\n🍞🥖🍰🍪🍩\\n#GBBO https://t.co/Nhk2I...","5":"one more sleep! \\n🍞🥖🍰🍪🍩\\n#gbbo https://t.co/nhk2i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🍞🍞🥖🥖🍰🍰🍪🍪🍩🍩\\n#GBBO https://t.co/x89qpT84f1","2":"161","3":"🍞🍞🥖🥖🍰🍰🍪🍪🍩🍩\\n#GBBO https://t.co/x89qpT84f1","4":"🍞🍞🥖🥖🍰🍰🍪🍪🍩🍩\\n#GBBO https://t.co/x89qpT84f1","5":"🍞🍞🥖🥖🍰🍰🍪🍪🍩🍩\\n#gbbo https://t.co/x89qpt84f1","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🍩🍩🍩\\n🍞🍞🍞\\n🥖🥖🥖\\n🍰🍰🍰\\n🍪🍪🍪\\n#GBBO https://t.co/HbJypCnpyk","2":"162","3":"🍩🍩🍩\\n🍞🍞🍞\\n🥖🥖🥖\\n🍰🍰🍰\\n🍪🍪🍪\\n#GBBO https://t.co/HbJypCnpyk","4":"🍩🍩🍩\\n🍞🍞🍞\\n🥖🥖🥖\\n🍰🍰🍰\\n🍪🍪🍪\\n#GBBO https://t.co/HbJypCnpyk","5":"🍩🍩🍩\\n🍞🍞🍞\\n🥖🥖🥖\\n🍰🍰🍰\\n🍪🍪🍪\\n#gbbo https://t.co/hbjypcnpyk","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Prepare to enter the Tent of Dreams once more…\\n\\nThe Great British Bake Off returns.\\nTuesday. 8pm. @Channel4. #GBBO https://t.co/tpW8o2RScJ","2":"163","3":"Prepare to enter the Tent of Dreams once more…\\n\\nThe Great British Bake Off returns.\\nTuesday. 8pm. @Channel4. #GBBO https://t.co/tpW8o2RScJ","4":"Prepare to enter the Tent of Dreams once more…\\n...","5":"prepare to enter the tent of dreams once more…\\n...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🍪🍪🍪🍪\\n🍩🍩🍩🍩\\n🍞🍞🍞🍞\\n🥖🥖🥖🥖\\n🍰🍰🍰🍰\\n#GBBO https://t.co/Z51EPWhwNS","2":"164","3":"🍪🍪🍪🍪\\n🍩🍩🍩🍩\\n🍞🍞🍞🍞\\n🥖🥖🥖🥖\\n🍰🍰🍰🍰\\n#GBBO https://t.co/Z51EPWhwNS","4":"🍪🍪🍪🍪\\n🍩🍩🍩🍩\\n🍞🍞🍞🍞\\n🥖🥖🥖🥖\\n🍰🍰🍰🍰\\n#GBBO https://t.co/Z51...","5":"🍪🍪🍪🍪\\n🍩🍩🍩🍩\\n🍞🍞🍞🍞\\n🥖🥖🥖🥖\\n🍰🍰🍰🍰\\n#gbbo https://t.co/z51...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖\\n#GBBO https://t.co/bNjspgf6dX","2":"165","3":"🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖\\n#GBBO https://t.co/bNjspgf6dX","4":"🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖\\n#GBBO https://t.c...","5":"🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖\\n#gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Is your bake worthy of An Extra Slice? Find out with this handy guide. #GBBO #ExtraSlice https://t.co/ckzAxW1cE0","2":"166","3":"Is your bake worthy of An Extra Slice? Find out with this handy guide. #GBBO #ExtraSlice https://t.co/ckzAxW1cE0","4":"Is your bake worthy of An Extra Slice? Find out...","5":"is your bake worthy of an extra slice? find out...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞🍞\\n#GBBO https://t.co/GzKDHLKJ3r","2":"167","3":"🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞🍞\\n#GBBO https://t.co/GzKDHLKJ3r","4":"🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞🍞\\n#GBBO https:...","5":"🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩\\n🍞🍞🍞🍞🍞🍞\\n#gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"168","3":"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","4":"At 8pm next week… it’s time for us to set foot ...","5":"at 8pm next week… it’s time for us to set foot ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"169","3":"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","4":"There’s a lot at stake in the upcoming series o...","5":"there’s a lot at stake in the upcoming series o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🍞🍞🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩🍩\\n#GBBO https://t.co/sFQpHzuf7W","2":"170","3":"🍞🍞🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩🍩\\n#GBBO https://t.co/sFQpHzuf7W","4":"🍞🍞🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩🍩\\n#GBBO h...","5":"🍞🍞🍞🍞🍞🍞🍞\\n🥖🥖🥖🥖🥖🥖🥖\\n🍰🍰🍰🍰🍰🍰🍰\\n🍪🍪🍪🍪🍪🍪🍪\\n🍩🍩🍩🍩🍩🍩🍩\\n#gbbo h...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"171","3":"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","4":"Meet Tom, a software developer who loves to sin...","5":"meet tom, a software developer who loves to sin...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"172","3":"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","4":"Meet Rochica, a junior business partner in HR. ...","5":"meet rochica, a junior business partner in hr. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"173","3":"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","4":"Meet Maggie, a retired nurse and midwife who lo...","5":"meet maggie, a retired nurse and midwife who lo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"174","3":"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","4":"Meet Lizzie, a car production operative with a ...","5":"meet lizzie, a car production operative with a ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"175","3":"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","4":"Meet Jürgen, a trombonist from the Black Forest...","5":"meet jürgen, a trombonist from the black forest...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"176","3":"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","4":"Meet Jairzeno, he’s a huge fan of Caribbean spi...","5":"meet jairzeno, he’s a huge fan of caribbean spi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Meet Giuseppe, he’s a chief engineer. His Italian flavoured bakes make his three sons cheer. #GBBO https://t.co/mAh9FDZWAG","2":"177","3":"Meet Giuseppe, he’s a chief engineer. His Italian flavoured bakes make his three sons cheer. #GBBO https://t.co/mAh9FDZWAG","4":"Meet Giuseppe, he’s a chief engineer. His Itali...","5":"meet giuseppe, he’s a chief engineer. his itali...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"178","3":"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","4":"Meet George, he loves baking classic recipes fr...","5":"meet george, he loves baking classic recipes fr...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Meet Freya, she’s a psychology student. Her plant-based baking is nothing less than prudent. #GBBO https://t.co/YxVpXyBVyb","2":"179","3":"Meet Freya, she’s a psychology student. Her plant-based baking is nothing less than prudent. #GBBO https://t.co/YxVpXyBVyb","4":"Meet Freya, she’s a psychology student. Her pla...","5":"meet freya, she’s a psychology student. her pla...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Meet Crystelle, she’s in an online choir. May her bakes sing loud and truly inspire. #GBBO https://t.co/FpQnYZOGne","2":"180","3":"Meet Crystelle, she’s in an online choir. May her bakes sing loud and truly inspire. #GBBO https://t.co/FpQnYZOGne","4":"Meet Crystelle, she’s in an online choir. May h...","5":"meet crystelle, she’s in an online choir. may h...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Meet Chigs, who loves to jump from the sky. Brave indeed, but we’d rather eat pie. #GBBO https://t.co/GU3hU7OCXp","2":"181","3":"Meet Chigs, who loves to jump from the sky. Brave indeed, but we’d rather eat pie. #GBBO https://t.co/GU3hU7OCXp","4":"Meet Chigs, who loves to jump from the sky. Bra...","5":"meet chigs, who loves to jump from the sky. bra...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"182","3":"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","4":"Meet Amanda, who swims outdoors and works as a ...","5":"meet amanda, who swims outdoors and works as a ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"183","3":"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","4":"It’s time to roll out the bread carpet and say ...","5":"it’s time to roll out the bread carpet and say ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Please give a warm welcome to the Bake Off Class of 2021! #GBBO https://t.co/kTBOwyFy21","2":"184","3":"Please give a warm welcome to the Bake Off Class of 2021! #GBBO https://t.co/kTBOwyFy21","4":"Please give a warm welcome to the Bake Off Clas...","5":"please give a warm welcome to the bake off clas...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"185","3":"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","4":"Dear Twitter, something rather tasty is baking ...","5":"dear twitter, something rather tasty is baking ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"186","3":"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","4":"In need of some #MondayMotivation? Today is the...","5":"in need of some #mondaymotivation? today is the...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"187","3":"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","4":"A bake for every time of year, the official GBB...","5":"a bake for every time of year, the official gbb...","6":"@PaulHollywood","7":"@PrueLeith","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"188","3":"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","4":"Craving a certain spinoff show that’s a cut abo...","5":"craving a certain spinoff show that’s a cut abo...","6":"@Channel4","7":"@tomallencomedy","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bake a date in your diaries - we're back! #GBBO https://t.co/zHVC5y0ABp","2":"189","3":"Bake a date in your diaries - we're back! #GBBO https://t.co/zHVC5y0ABp","4":"Bake a date in your diaries - we're back! #GBBO...","5":"bake a date in your diaries - we're back! #gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Loaf is in the air...\\n\\nThe Great British Bake Off. Coming Soon. #GBBO https://t.co/34ERXP54U1","2":"190","3":"Loaf is in the air...\\n\\nThe Great British Bake Off. Coming Soon. #GBBO https://t.co/34ERXP54U1","4":"Loaf is in the air...\\n\\nThe Great British Bake O...","5":"loaf is in the air...\\n\\nthe great british bake o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Getting up on Monday mornings like https://t.co/rKOTwkve5T","2":"191","3":"Getting up on Monday mornings like https://t.co/rKOTwkve5T","4":"Getting up on Monday mornings like https://t.co...","5":"getting up on monday mornings like https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"192","3":"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","4":"It’s all over for this series of Bake Off: The ...","5":"it’s all over for this series of bake off: the ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"193","3":"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","4":"Do you have what it bakes to sweep our judges' ...","5":"do you have what it bakes to sweep our judges' ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"194","3":"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","4":"Are you part of a duo that can bake up treats t...","5":"are you part of a duo that can bake up treats t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"In case you missed the moment the winners were revealed on last night’s Bake Off: The Professionals… https://t.co/1mzMDEIax7","2":"195","3":"In case you missed the moment the winners were revealed on last night’s Bake Off: The Professionals… https://t.co/1mzMDEIax7","4":"In case you missed the moment the winners were ...","5":"in case you missed the moment the winners were ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"196","3":"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","4":"Thanks for watching this series of Bake Off: Th...","5":"thanks for watching this series of bake off: th...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Delightful.❤️#GBBO https://t.co/xGDMrlogmH","2":"197","3":"Delightful.❤️#GBBO https://t.co/xGDMrlogmH","4":"Delightful.❤️#GBBO https://t.co/xGDMrlogmH","5":"delightful.❤️#gbbo https://t.co/xgdmrlogmh","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@DannsMrs Steady now. 😉 #GBBO","2":"198","3":"@DannsMrs Steady now. 😉 #GBBO","4":"@DannsMrs Steady now. 😉 #GBBO","5":"@dannsmrs steady now. 😉 #gbbo","6":"@DannsMrs","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The moment Michael & Andrew were crowned winners of Bake Off: The Professionals 2021. #GBBO https://t.co/93xqPYl1CN","2":"199","3":"The moment Michael & Andrew were crowned winners of Bake Off: The Professionals 2021. #GBBO https://t.co/93xqPYl1CN","4":"The moment Michael & Andrew were crowned wi...","5":"the moment michael & andrew were crowned wi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"• 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","2":"200","3":"• 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","4":"• Thanks for the lovely words! 🥳\\n• Thanks to yo...","5":"• thanks for the lovely words! 🥳\\n• thanks to yo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you realise there’s no Bake Off Pros to look forward to next Tuesday night on @Channel4… #GBBO https://t.co/VSXheJanfp","2":"201","3":"When you realise there’s no Bake Off Pros to look forward to next Tuesday night on @Channel4… #GBBO https://t.co/VSXheJanfp","4":"When you realise there’s no Bake Off Pros to lo...","5":"when you realise there’s no bake off pros to lo...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Showpieces fit for The Final! Our three pastry chef teams gave it their all until the end. #GBBO https://t.co/tKbAPlLIsk","2":"202","3":"Showpieces fit for The Final! Our three pastry chef teams gave it their all until the end. #GBBO https://t.co/tKbAPlLIsk","4":"Showpieces fit for The Final! Our three pastry ...","5":"showpieces fit for the final! our three pastry ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Spin-off? The Great British Surf Off? The Great British Wipe Out? 🤔#GBBO #GBSO #GBWO https://t.co/7mJ2DaOHBr","2":"203","3":"Spin-off? The Great British Surf Off? The Great British Wipe Out? 🤔#GBBO #GBSO #GBWO https://t.co/7mJ2DaOHBr","4":"Spin-off? The Great British Surf Off? The Great...","5":"spin-off? the great british surf off? the great...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😳😳😳 #GBBO https://t.co/bQtpa23wxU","2":"204","3":"😳😳😳 #GBBO https://t.co/bQtpa23wxU","4":"😳😳😳 #GBBO https://t.co/bQtpa23wxU","5":"😳😳😳 #gbbo https://t.co/bqtpa23wxu","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"This is how Michael & Andrew baked their way to victory in The Final of Bake Off: The Professionals 2021… #GBBO https://t.co/11yEKnrAVm","2":"205","3":"This is how Michael & Andrew baked their way to victory in The Final of Bake Off: The Professionals 2021… #GBBO https://t.co/11yEKnrAVm","4":"This is how Michael & Andrew baked their wa...","5":"this is how michael & andrew baked their wa...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"They’re shocked, but Michael & Andrew really earned their success. Bravo! 👏👏 #GBBO https://t.co/NqmkIKDEgn","2":"206","3":"They’re shocked, but Michael & Andrew really earned their success. Bravo! 👏👏 #GBBO https://t.co/NqmkIKDEgn","4":"They’re shocked, but Michael & Andrew reall...","5":"they’re shocked, but michael & andrew reall...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Seconded! 🥳 #GBBO https://t.co/BhohJGCytf","2":"207","3":"Seconded! 🥳 #GBBO https://t.co/BhohJGCytf","4":"Seconded! 🥳 #GBBO https://t.co/BhohJGCytf","5":"seconded! 🥳 #gbbo https://t.co/bhohjgcytf","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Huge credit to Julien & Elise for all of their incredible creations during this series of Bake Off Pros. 👏👏 #GBBO https://t.co/a4LnJZdWuc","2":"208","3":"Huge credit to Julien & Elise for all of their incredible creations during this series of Bake Off Pros. 👏👏 #GBBO https://t.co/a4LnJZdWuc","4":"Huge credit to Julien & Elise for all of th...","5":"huge credit to julien & elise for all of th...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done to Kevin & Maria Vittoria for all their amazing work throughout the series! 👏👏 #GBBO https://t.co/Mnui4c0DzH","2":"209","3":"Well done to Kevin & Maria Vittoria for all their amazing work throughout the series! 👏👏 #GBBO https://t.co/Mnui4c0DzH","4":"Well done to Kevin & Maria Vittoria for all...","5":"well done to kevin & maria vittoria for all...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Congratulations to Michael & Andrew - winners of Bake Off: The Professionals 2021! 👏👏 #GBBO https://t.co/aoSNGehiiB","2":"210","3":"Congratulations to Michael & Andrew - winners of Bake Off: The Professionals 2021! 👏👏 #GBBO https://t.co/aoSNGehiiB","4":"Congratulations to Michael & Andrew - winne...","5":"congratulations to michael & andrew - winne...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Quoted without comment. #GBBO https://t.co/5pO8E27LI7","2":"211","3":"Quoted without comment. #GBBO https://t.co/5pO8E27LI7","4":"Quoted without comment. #GBBO https://t.co/5pO8...","5":"quoted without comment. #gbbo https://t.co/5po8...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Default expression for the last 18 months. #GBBO https://t.co/TwBUMXyUUR","2":"212","3":"Default expression for the last 18 months. #GBBO https://t.co/TwBUMXyUUR","4":"Default expression for the last 18 months. #GBB...","5":"default expression for the last 18 months. #gbb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/2sGDx841X7","2":"213","3":"Relatable. #GBBO https://t.co/2sGDx841X7","4":"Relatable. #GBBO https://t.co/2sGDx841X7","5":"relatable. #gbbo https://t.co/2sgdx841x7","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"*snaps wooden spoon* #GBBO https://t.co/HTF82I0tER","2":"214","3":"*snaps wooden spoon* #GBBO https://t.co/HTF82I0tER","4":"*snaps wooden spoon* #GBBO https://t.co/HTF82I0tER","5":"*snaps wooden spoon* #gbbo https://t.co/htf82i0ter","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We knew The Final was going to be tense but… #GBBO https://t.co/jKb1NEohh8","2":"215","3":"We knew The Final was going to be tense but… #GBBO https://t.co/jKb1NEohh8","4":"We knew The Final was going to be tense but… #G...","5":"we knew the final was going to be tense but… #g...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"216","3":"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","4":"Now even THE CHEFS are making baking puns. It’s...","5":"now even the chefs are making baking puns. it’s...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hats off to our Bake Off Pros Finalists - what wonderful, wearable creations! #GBBO https://t.co/FeibJP40G1","2":"217","3":"Hats off to our Bake Off Pros Finalists - what wonderful, wearable creations! #GBBO https://t.co/FeibJP40G1","4":"Hats off to our Bake Off Pros Finalists - what ...","5":"hats off to our bake off pros finalists - what ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@LadyMaher Our stash has melted. #GBBO","2":"218","3":"@LadyMaher Our stash has melted. #GBBO","4":"@LadyMaher Our stash has melted. #GBBO","5":"@ladymaher our stash has melted. #gbbo","6":"@LadyMaher","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The moment you spot that first red flag when dating someone… #GBBO https://t.co/vROt5FccP3","2":"219","3":"The moment you spot that first red flag when dating someone… #GBBO https://t.co/vROt5FccP3","4":"The moment you spot that first red flag when da...","5":"the moment you spot that first red flag when da...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@veefeeley #GBBO https://t.co/oZqfqjxBYD","2":"220","3":"@veefeeley #GBBO https://t.co/oZqfqjxBYD","4":"@veefeeley #GBBO https://t.co/oZqfqjxBYD","5":"@veefeeley #gbbo https://t.co/ozqfqjxbyd","6":"@veefeeley","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If in doubt, style it out. #GBBO https://t.co/zW2eq9vnLJ","2":"221","3":"If in doubt, style it out. #GBBO https://t.co/zW2eq9vnLJ","4":"If in doubt, style it out. #GBBO https://t.co/z...","5":"if in doubt, style it out. #gbbo https://t.co/z...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Flappy V doesn’t come for free. #GBBO https://t.co/e763afEFzW","2":"222","3":"Flappy V doesn’t come for free. #GBBO https://t.co/e763afEFzW","4":"Flappy V doesn’t come for free. #GBBO https://t...","5":"flappy v doesn’t come for free. #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"OMG! This totally works! #Chenoît #GBBO https://t.co/qxzhPz0wS9","2":"223","3":"OMG! This totally works! #Chenoît #GBBO https://t.co/qxzhPz0wS9","4":"OMG! This totally works! #Chenoît #GBBO https:/...","5":"omg! this totally works! #chenoît #gbbo https:/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Good luck to all three teams in the final challenge of the series! Who are you tipping for victory? #GBBO https://t.co/7tKFAMhL9p","2":"224","3":"Good luck to all three teams in the final challenge of the series! Who are you tipping for victory? #GBBO https://t.co/7tKFAMhL9p","4":"Good luck to all three teams in the final chall...","5":"good luck to all three teams in the final chall...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Rita Hayworth gave good face. #GBBO https://t.co/dh1ISVCwVo","2":"225","3":"Rita Hayworth gave good face. #GBBO https://t.co/dh1ISVCwVo","4":"Rita Hayworth gave good face. #GBBO https://t.c...","5":"rita hayworth gave good face. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When it’s July and you see a Christmas-themed item in a shop… #GBBO https://t.co/zyD7HlaABC","2":"226","3":"When it’s July and you see a Christmas-themed item in a shop… #GBBO https://t.co/zyD7HlaABC","4":"When it’s July and you see a Christmas-themed i...","5":"when it’s july and you see a christmas-themed i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"A rosebud to make your mouth water. 😛 #GBBO https://t.co/w0evyZ1oM6","2":"227","3":"A rosebud to make your mouth water. 😛 #GBBO https://t.co/w0evyZ1oM6","4":"A rosebud to make your mouth water. 😛 #GBBO htt...","5":"a rosebud to make your mouth water. 😛 #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It doesn’t bode well for a nougat if you literally can’t cut it with a sharp knife. #GBBO https://t.co/qoSjDSkl1B","2":"228","3":"It doesn’t bode well for a nougat if you literally can’t cut it with a sharp knife. #GBBO https://t.co/qoSjDSkl1B","4":"It doesn’t bode well for a nougat if you litera...","5":"it doesn’t bode well for a nougat if you litera...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hair loss treatments are working well for Zippy. #GBBO https://t.co/AqnsF0hRlu","2":"229","3":"Hair loss treatments are working well for Zippy. #GBBO https://t.co/AqnsF0hRlu","4":"Hair loss treatments are working well for Zippy...","5":"hair loss treatments are working well for zippy...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"And when you wake up tomorrow all your pillows will have disappeared. #GBBO https://t.co/fLykPKWLeE","2":"230","3":"And when you wake up tomorrow all your pillows will have disappeared. #GBBO https://t.co/fLykPKWLeE","4":"And when you wake up tomorrow all your pillows ...","5":"and when you wake up tomorrow all your pillows ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not convinced by the latest UFO footage declassified by the Pentagon. #GBBO https://t.co/L3bd6lAETI","2":"231","3":"Not convinced by the latest UFO footage declassified by the Pentagon. #GBBO https://t.co/L3bd6lAETI","4":"Not convinced by the latest UFO footage declass...","5":"not convinced by the latest ufo footage declass...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every time. #GBBO https://t.co/2CKIEZCP3u","2":"232","3":"Every time. #GBBO https://t.co/2CKIEZCP3u","4":"Every time. #GBBO https://t.co/2CKIEZCP3u","5":"every time. #gbbo https://t.co/2ckiezcp3u","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@LynnKnight01 Phew! I mean, we admire your dedication but even we thought \"Wow. Lynne REALLY means business here.\" #GBBO","2":"233","3":"@LynnKnight01 Phew! I mean, we admire your dedication but even we thought \"Wow. Lynne REALLY means business here.\" #GBBO","4":"@LynnKnight01 Phew! I mean, we admire your dedi...","5":"@lynnknight01 phew! i mean, we admire your dedi...","6":"@LynnKnight01","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"234","3":"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","4":"Here we go folks - welcome to The Final of Bake...","5":"here we go folks - welcome to the final of bake...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's like sneezing and keeping your eyes open, only much lower stakes. #GBBO https://t.co/bobNC66SdW","2":"235","3":"It's like sneezing and keeping your eyes open, only much lower stakes. #GBBO https://t.co/bobNC66SdW","4":"It's like sneezing and keeping your eyes open, ...","5":"it's like sneezing and keeping your eyes open, ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@WTairu Gracias! #GBBO","2":"236","3":"@WTairu Gracias! #GBBO","4":"@WTairu Gracias! #GBBO","5":"@wtairu gracias! #gbbo","6":"@WTairu","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's almost time! Which team will win? #GBBO https://t.co/6Lmh9XHmzt https://t.co/XMWXkczwcC","2":"237","3":"It's almost time! Which team will win? #GBBO https://t.co/6Lmh9XHmzt https://t.co/XMWXkczwcC","4":"It's almost time! Which team will win? #GBBO ht...","5":"it's almost time! which team will win? #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"URGENT: Nobody switch off the Olymp-OH! You mean change channels! As you were. #GBBO https://t.co/RZKZrQHG6E","2":"238","3":"URGENT: Nobody switch off the Olymp-OH! You mean change channels! As you were. #GBBO https://t.co/RZKZrQHG6E","4":"URGENT: Nobody switch off the Olymp-OH! You mea...","5":"urgent: nobody switch off the olymp-oh! you mea...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"All good things... #GBBO https://t.co/6PmqCpgOxN","2":"239","3":"All good things... #GBBO https://t.co/6PmqCpgOxN","4":"All good things... #GBBO https://t.co/6PmqCpgOxN","5":"all good things... #gbbo https://t.co/6pmqcpgoxn","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Deep breaths. The Final of Bake Off Pros is almost upon us… #GBBO https://t.co/Xd6dD8g2Ch","2":"240","3":"Deep breaths. The Final of Bake Off Pros is almost upon us… #GBBO https://t.co/Xd6dD8g2Ch","4":"Deep breaths. The Final of Bake Off Pros is alm...","5":"deep breaths. the final of bake off pros is alm...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@janet_faz Love the word \"giddy\"! #GBBO","2":"241","3":"@janet_faz Love the word \"giddy\"! #GBBO","4":"@janet_faz Love the word \"giddy\"! #GBBO","5":"@janet_faz love the word \"giddy\"! #gbbo","6":"@janet_faz","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not long to go now... #GBBO https://t.co/Y0OGtyTHAA","2":"242","3":"Not long to go now... #GBBO https://t.co/Y0OGtyTHAA","4":"Not long to go now... #GBBO https://t.co/Y0OGty...","5":"not long to go now... #gbbo https://t.co/y0ogty...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"243","3":"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","4":"Trying to release that tension ahead of what pr...","5":"trying to release that tension ahead of what pr...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@LynnKnight01 We can ask for no more than this. Thank you. #GBBO","2":"244","3":"@LynnKnight01 We can ask for no more than this. Thank you. #GBBO","4":"@LynnKnight01 We can ask for no more than this....","5":"@lynnknight01 we can ask for no more than this....","6":"@LynnKnight01","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@artoostacetoo 8pm! It is The Final tonight so you have [checks watch] 1 hour to cram view every episode so far. #GBBO","2":"245","3":"@artoostacetoo 8pm! It is The Final tonight so you have [checks watch] 1 hour to cram view every episode so far. #GBBO","4":"@artoostacetoo 8pm! It is The Final tonight so ...","5":"@artoostacetoo 8pm! it is the final tonight so ...","6":"@artoostacetoo","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"246","3":"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","4":"Twelve teams started the competition. Just thre...","5":"twelve teams started the competition. just thre...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"247","3":"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","4":"It’s the grand final of Bake Off: The Professio...","5":"it’s the grand final of bake off: the professio...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you remember there’s the grand Final of Bake Off Pros to look forward to tonight! #GBBO https://t.co/IOrq448xbl","2":"248","3":"When you remember there’s the grand Final of Bake Off Pros to look forward to tonight! #GBBO https://t.co/IOrq448xbl","4":"When you remember there’s the grand Final of Ba...","5":"when you remember there’s the grand final of ba...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"249","3":"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","4":"Just three teams remain to battle it out in ton...","5":"just three teams remain to battle it out in ton...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s the grand final of Bake Off: The Professionals this Tuesday! You don’t want to miss it… #GBBO https://t.co/rKtA8dSvYS","2":"250","3":"It’s the grand final of Bake Off: The Professionals this Tuesday! You don’t want to miss it… #GBBO https://t.co/rKtA8dSvYS","4":"It’s the grand final of Bake Off: The Professio...","5":"it’s the grand final of bake off: the professio...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Welcome to another new week. Good luck. #MondayMotivation #GBBO https://t.co/dvu2eEQc2N","2":"251","3":"Welcome to another new week. Good luck. #MondayMotivation #GBBO https://t.co/dvu2eEQc2N","4":"Welcome to another new week. Good luck. #Monday...","5":"welcome to another new week. good luck. #monday...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"252","3":"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","4":"Attention pastry chefs! Applications are now op...","5":"attention pastry chefs! applications are now op...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If only. #GBBO https://t.co/gi47RDFTID","2":"253","3":"If only. #GBBO https://t.co/gi47RDFTID","4":"If only. #GBBO https://t.co/gi47RDFTID","5":"if only. #gbbo https://t.co/gi47rdftid","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When the heat gets too much… #heatwave #GBBO https://t.co/tNtIcgl9Ua","2":"254","3":"When the heat gets too much… #heatwave #GBBO https://t.co/tNtIcgl9Ua","4":"When the heat gets too much… #heatwave #GBBO ht...","5":"when the heat gets too much… #heatwave #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Checking the weather forecast and seeing another hot night in store… #heatwave #GBBO https://t.co/i9evodRDnM","2":"255","3":"Checking the weather forecast and seeing another hot night in store… #heatwave #GBBO https://t.co/i9evodRDnM","4":"Checking the weather forecast and seeing anothe...","5":"checking the weather forecast and seeing anothe...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"256","3":"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","4":"Thanks for joining us on the penultimate #GBBO ...","5":"thanks for joining us on the penultimate #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"257","3":"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","4":"Can you believe it’s the Final of Bake Off Pros...","5":"can you believe it’s the final of bake off pros...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"258","3":"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","4":"Well done to the three teams who have made it t...","5":"well done to the three teams who have made it t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@skippity_doo Sorry! #GBBO","2":"259","3":"@skippity_doo Sorry! #GBBO","4":"@skippity_doo Sorry! #GBBO","5":"@skippity_doo sorry! #gbbo","6":"@skippity_doo","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Until next week, let's not say \"au revoir, no. Let's just say \"a-choux\". #GBBO https://t.co/yGZgxG0r3M","2":"260","3":"Until next week, let's not say \"au revoir, no. Let's just say \"a-choux\". #GBBO https://t.co/yGZgxG0r3M","4":"Until next week, let's not say \"au revoir, no. ...","5":"until next week, let's not say \"au revoir, no. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life. #GBBO https://t.co/PaxgujVW6f","2":"261","3":"Life. #GBBO https://t.co/PaxgujVW6f","4":"Life. #GBBO https://t.co/PaxgujVW6f","5":"life. #gbbo https://t.co/paxgujvw6f","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's gonna be tense! #GBBO https://t.co/9HMVAbfbuY","2":"262","3":"It's gonna be tense! #GBBO https://t.co/9HMVAbfbuY","4":"It's gonna be tense! #GBBO https://t.co/9HMVAbfbuY","5":"it's gonna be tense! #gbbo https://t.co/9hmvabfbuy","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If you go down to the woods today… #GBBO https://t.co/6cB7RMCubO","2":"263","3":"If you go down to the woods today… #GBBO https://t.co/6cB7RMCubO","4":"If you go down to the woods today… #GBBO https:...","5":"if you go down to the woods today… #gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When baking a chocolate tree goes wrong… #GBBO https://t.co/iwtza028kl","2":"264","3":"When baking a chocolate tree goes wrong… #GBBO https://t.co/iwtza028kl","4":"When baking a chocolate tree goes wrong… #GBBO ...","5":"when baking a chocolate tree goes wrong… #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"265","3":"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","4":"We’re sad to say goodbye to Geanina & Georg...","5":"we’re sad to say goodbye to geanina & georg...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done to Kevin & Maria Vittoria - our Semi Final winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/VP8OEusJzX","2":"266","3":"Well done to Kevin & Maria Vittoria - our Semi Final winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/VP8OEusJzX","4":"Well done to Kevin & Maria Vittoria - our S...","5":"well done to kevin & maria vittoria - our s...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Baked with pure imagination. #GBBO https://t.co/hKTgSHsyfp","2":"267","3":"Baked with pure imagination. #GBBO https://t.co/hKTgSHsyfp","4":"Baked with pure imagination. #GBBO https://t.co...","5":"baked with pure imagination. #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When Teddy Bears’ Picnic goes wrong… #GBBO https://t.co/irLj7srAYy","2":"268","3":"When Teddy Bears’ Picnic goes wrong… #GBBO https://t.co/irLj7srAYy","4":"When Teddy Bears’ Picnic goes wrong… #GBBO http...","5":"when teddy bears’ picnic goes wrong… #gbbo http...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Inside the dreams of a Bake Off fan. #GBBO https://t.co/JwNdpV6lau","2":"269","3":"Inside the dreams of a Bake Off fan. #GBBO https://t.co/JwNdpV6lau","4":"Inside the dreams of a Bake Off fan. #GBBO http...","5":"inside the dreams of a bake off fan. #gbbo http...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you check Twitter and see all the Bake Off Innuendo. #GBBO https://t.co/3sivaLaHNB","2":"270","3":"When you check Twitter and see all the Bake Off Innuendo. #GBBO https://t.co/3sivaLaHNB","4":"When you check Twitter and see all the Bake Off...","5":"when you check twitter and see all the bake off...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Stunning! The Teddy Bears’ Picnic Showpiece from Julien & Elise. #GBBO https://t.co/sM0xxSV0ws","2":"271","3":"Stunning! The Teddy Bears’ Picnic Showpiece from Julien & Elise. #GBBO https://t.co/sM0xxSV0ws","4":"Stunning! The Teddy Bears’ Picnic Showpiece fro...","5":"stunning! the teddy bears’ picnic showpiece fro...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If you could send a message back in time to your 2019 self… #GBBO https://t.co/fYlgK97GCI","2":"272","3":"If you could send a message back in time to your 2019 self… #GBBO https://t.co/fYlgK97GCI","4":"If you could send a message back in time to you...","5":"if you could send a message back in time to you...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"273","3":"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","4":"We’re aware of accusations made in the media th...","5":"we’re aware of accusations made in the media th...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The world doesn’t appreciate what an amazing invention candy floss is. #GBBO https://t.co/unc3eUpxJu","2":"274","3":"The world doesn’t appreciate what an amazing invention candy floss is. #GBBO https://t.co/unc3eUpxJu","4":"The world doesn’t appreciate what an amazing in...","5":"the world doesn’t appreciate what an amazing in...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Beware a bear on a swing. Always ends in tears. #GBBO https://t.co/Y3GFRwWzgp","2":"275","3":"Beware a bear on a swing. Always ends in tears. #GBBO https://t.co/Y3GFRwWzgp","4":"Beware a bear on a swing. Always ends in tears....","5":"beware a bear on a swing. always ends in tears....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Good grief. #GBBO https://t.co/rEZvJzIz4h","2":"276","3":"Good grief. #GBBO https://t.co/rEZvJzIz4h","4":"Good grief. #GBBO https://t.co/rEZvJzIz4h","5":"good grief. #gbbo https://t.co/rezvjziz4h","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Get in my mouth! #GBBO https://t.co/MkvHMLDwPc","2":"277","3":"Get in my mouth! #GBBO https://t.co/MkvHMLDwPc","4":"Get in my mouth! #GBBO https://t.co/MkvHMLDwPc","5":"get in my mouth! #gbbo https://t.co/mkvhmldwpc","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"278","3":"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","4":"After the cancellation of Noel’s House Party in...","5":"after the cancellation of noel’s house party in...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You had us at Chocolate Bears. 😜 #GBBO https://t.co/6ny3MIvsTK","2":"279","3":"You had us at Chocolate Bears. 😜 #GBBO https://t.co/6ny3MIvsTK","4":"You had us at Chocolate Bears. 😜 #GBBO https://...","5":"you had us at chocolate bears. 😜 #gbbo https://...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"For this week’s Showpiece, the chefs must recreate Madonna’s Blond Ambition Tour from 1990. #GBBO https://t.co/8lwr0bOY61","2":"280","3":"For this week’s Showpiece, the chefs must recreate Madonna’s Blond Ambition Tour from 1990. #GBBO https://t.co/8lwr0bOY61","4":"For this week’s Showpiece, the chefs must recre...","5":"for this week’s showpiece, the chefs must recre...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bake your way to a banging body. #GBBO @liamcbakes https://t.co/SEvhdjZwnf","2":"281","3":"Bake your way to a banging body. #GBBO @liamcbakes https://t.co/SEvhdjZwnf","4":"Bake your way to a banging body. #GBBO @liamcba...","5":"bake your way to a banging body. #gbbo @liamcba...","6":"@liamcbakes","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The sentiment we need right now. ❤️❤️ #GBBO https://t.co/Z7y6zMAvcv","2":"282","3":"The sentiment we need right now. ❤️❤️ #GBBO https://t.co/Z7y6zMAvcv","4":"The sentiment we need right now. ❤️❤️ #GBBO htt...","5":"the sentiment we need right now. ❤️❤️ #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The stunning miniature treats from our Bake Off Pros semi finalists. Which ones would you tuck into first? #GBBO https://t.co/K8oA3AqiI3","2":"283","3":"The stunning miniature treats from our Bake Off Pros semi finalists. Which ones would you tuck into first? #GBBO https://t.co/K8oA3AqiI3","4":"The stunning miniature treats from our Bake Off...","5":"the stunning miniature treats from our bake off...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"💅 #GBBO https://t.co/fZQHcOWOxg","2":"284","3":"💅 #GBBO https://t.co/fZQHcOWOxg","4":"💅 #GBBO https://t.co/fZQHcOWOxg","5":"💅 #gbbo https://t.co/fzqhcowoxg","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Cowpats? @tomallencomedy’s really put his foot in it! 🐮🐮🐮 #GBBO https://t.co/na7LbqR70C","2":"285","3":"Cowpats? @tomallencomedy’s really put his foot in it! 🐮🐮🐮 #GBBO https://t.co/na7LbqR70C","4":"Cowpats? @tomallencomedy’s really put his foot ...","5":"cowpats? @tomallencomedy’s really put his foot ...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When a great bake really hits the spot... #GBBO https://t.co/Z0UIkY513S","2":"286","3":"When a great bake really hits the spot... #GBBO https://t.co/Z0UIkY513S","4":"When a great bake really hits the spot... #GBBO...","5":"when a great bake really hits the spot... #gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"To celebrate the 25th anniversary of the @SpiceGirls, our two presenters have become one. #GBBO @tomallencomedy @liamcbakes https://t.co/gnaxtFdzcy","2":"287","3":"To celebrate the 25th anniversary of the @SpiceGirls, our two presenters have become one. #GBBO @tomallencomedy @liamcbakes https://t.co/gnaxtFdzcy","4":"To celebrate the 25th anniversary of the @Spice...","5":"to celebrate the 25th anniversary of the @spice...","6":"@SpiceGirls","7":"@tomallencomedy","8":"@liamcbakes","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Some things look so damn tasty they make hunger irrelevant. #GBBO https://t.co/XCtLk2Hxni","2":"288","3":"Some things look so damn tasty they make hunger irrelevant. #GBBO https://t.co/XCtLk2Hxni","4":"Some things look so damn tasty they make hunger...","5":"some things look so damn tasty they make hunger...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@WatchingTVnFilm No joke... #GBBO https://t.co/PEFtmhoebu","2":"289","3":"@WatchingTVnFilm No joke... #GBBO https://t.co/PEFtmhoebu","4":"@WatchingTVnFilm No joke... #GBBO https://t.co/...","5":"@watchingtvnfilm no joke... #gbbo https://t.co/...","6":"@WatchingTVnFilm","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We’re getting serious Liam Neeson in Taken vibes from Benoit tonight. #GBBO https://t.co/y4CO4gCgiM","2":"290","3":"We’re getting serious Liam Neeson in Taken vibes from Benoit tonight. #GBBO https://t.co/y4CO4gCgiM","4":"We’re getting serious Liam Neeson in Taken vibe...","5":"we’re getting serious liam neeson in taken vibe...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's Bake Off O' Clock! ⏰🥳#GBBO https://t.co/2q61ljV6iQ","2":"291","3":"It's Bake Off O' Clock! ⏰🥳#GBBO https://t.co/2q61ljV6iQ","4":"It's Bake Off O' Clock! ⏰🥳#GBBO https://t.co/2q...","5":"it's bake off o' clock! ⏰🥳#gbbo https://t.co/2q...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"And breathe... #GBBO https://t.co/T1gEH0r5so","2":"292","3":"And breathe... #GBBO https://t.co/T1gEH0r5so","4":"And breathe... #GBBO https://t.co/T1gEH0r5so","5":"and breathe... #gbbo https://t.co/t1geh0r5so","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Proof that our bakers truly are a batch of good eggs. #GBBO https://t.co/MiHoYhZT5a","2":"293","3":"Proof that our bakers truly are a batch of good eggs. #GBBO https://t.co/MiHoYhZT5a","4":"Proof that our bakers truly are a batch of good...","5":"proof that our bakers truly are a batch of good...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not long to go now! Who are you hoping makes it through to next week’s Final? #GBBO https://t.co/OIdVydIbBO","2":"294","3":"Not long to go now! Who are you hoping makes it through to next week’s Final? #GBBO https://t.co/OIdVydIbBO","4":"Not long to go now! Who are you hoping makes it...","5":"not long to go now! who are you hoping makes it...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"295","3":"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","4":"The Euros and Wimbledon may be over, but it’s n...","5":"the euros and wimbledon may be over, but it’s n...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We hope @tomallencomedy has been doing some catching practice ahead of tonight’s Bake Off Pros Semi Final! #GBBO https://t.co/nKcKfJGRZS","2":"296","3":"We hope @tomallencomedy has been doing some catching practice ahead of tonight’s Bake Off Pros Semi Final! #GBBO https://t.co/nKcKfJGRZS","4":"We hope @tomallencomedy has been doing some cat...","5":"we hope @tomallencomedy has been doing some cat...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"297","3":"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","4":"One thing's éclair, life would be twice as nice...","5":"one thing's éclair, life would be twice as nice...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Coming up in the Semi Final of Bake Off Pros tonight… #GBBO https://t.co/3fVvmhSwfO","2":"298","3":"Coming up in the Semi Final of Bake Off Pros tonight… #GBBO https://t.co/3fVvmhSwfO","4":"Coming up in the Semi Final of Bake Off Pros to...","5":"coming up in the semi final of bake off pros to...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We really need a Benoit Alarm Clock to wake us on a Monday morning. #MondayMotivation #GBBO https://t.co/dApnuvc5C5","2":"299","3":"We really need a Benoit Alarm Clock to wake us on a Monday morning. #MondayMotivation #GBBO https://t.co/dApnuvc5C5","4":"We really need a Benoit Alarm Clock to wake us ...","5":"we really need a benoit alarm clock to wake us ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you check the weekend forecast and it’s ☀️☀️☀️ https://t.co/bxxjSXD3G6","2":"300","3":"When you check the weekend forecast and it’s ☀️☀️☀️ https://t.co/bxxjSXD3G6","4":"When you check the weekend forecast and it’s ☀️...","5":"when you check the weekend forecast and it’s ☀️...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Inside your head after doing too much doomscrolling. https://t.co/shE9vTebhb","2":"301","3":"Inside your head after doing too much doomscrolling. https://t.co/shE9vTebhb","4":"Inside your head after doing too much doomscrol...","5":"inside your head after doing too much doomscrol...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Thanks for tweeting with us on Bake Off Pros. We hate farewells, so over to Benoit… #GBBO https://t.co/7g1q8lvaIN","2":"302","3":"Thanks for tweeting with us on Bake Off Pros. We hate farewells, so over to Benoit… #GBBO https://t.co/7g1q8lvaIN","4":"Thanks for tweeting with us on Bake Off Pros. W...","5":"thanks for tweeting with us on bake off pros. w...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@ConnorT1912 There's an innuendo in this tweet? We'll have to get to the bottom of this. #GBBO","2":"303","3":"@ConnorT1912 There's an innuendo in this tweet? We'll have to get to the bottom of this. #GBBO","4":"@ConnorT1912 There's an innuendo in this tweet?...","5":"@connort1912 there's an innuendo in this tweet?...","6":"@ConnorT1912","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"304","3":"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","4":"Are you ready for this Semi? Here’s what lies i...","5":"are you ready for this semi? here’s what lies i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@VicCollins89 Why thank you! Yes, all the socials. Versatility is everything. 😉#GBBO","2":"305","3":"@VicCollins89 Why thank you! Yes, all the socials. Versatility is everything. 😉#GBBO","4":"@VicCollins89 Why thank you! Yes, all the socia...","5":"@viccollins89 why thank you! yes, all the socia...","6":"@VicCollins89","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/h4e1pFn85M","2":"306","3":"Relatable. #GBBO https://t.co/h4e1pFn85M","4":"Relatable. #GBBO https://t.co/h4e1pFn85M","5":"relatable. #gbbo https://t.co/h4e1pfn85m","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@DelightfulDame Perhaps our favourite reply, ever. #GBBO","2":"307","3":"@DelightfulDame Perhaps our favourite reply, ever. #GBBO","4":"@DelightfulDame Perhaps our favourite reply, ev...","5":"@delightfuldame perhaps our favourite reply, ev...","6":"@DelightfulDame","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"D - delicious\\nI - impressive\\nS - spectacular\\nC - creative\\nO - ohmygodineedcakenow\\n#GBBO https://t.co/ElZt59NHed","2":"308","3":"D - delicious\\nI - impressive\\nS - spectacular\\nC - creative\\nO - ohmygodineedcakenow\\n#GBBO https://t.co/ElZt59NHed","4":"D - delicious\\nI - impressive\\nS - spectacular\\nC ...","5":"d - delicious\\ni - impressive\\ns - spectacular\\nc ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You’ve got to fight.\\nFor your right.\\nTo https://t.co/YWx73oFEJO","2":"309","3":"You’ve got to fight.\\nFor your right.\\nTo https://t.co/YWx73oFEJO","4":"You’ve got to fight.\\nFor your right.\\nTo https:/...","5":"you’ve got to fight.\\nfor your right.\\nto https:/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Anjipowerr @PrestigePatiss Thanks for joining us! #GBBO https://t.co/4Rz2FAigcN","2":"310","3":"@Anjipowerr @PrestigePatiss Thanks for joining us! #GBBO https://t.co/4Rz2FAigcN","4":"@Anjipowerr @PrestigePatiss Thanks for joining ...","5":"@anjipowerr @prestigepatiss thanks for joining ...","6":"@Anjipowerr","7":"@PrestigePatiss","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Ah, we miss those days of youth when eating was so much simpler. And accompanied by aeroplane noises. #GBBO @tomallencomedy https://t.co/9ShZKI8mjW","2":"311","3":"Ah, we miss those days of youth when eating was so much simpler. And accompanied by aeroplane noises. #GBBO @tomallencomedy https://t.co/9ShZKI8mjW","4":"Ah, we miss those days of youth when eating was...","5":"ah, we miss those days of youth when eating was...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"312","3":"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","4":"They’ve come so far and it’s sad to see them go...","5":"they’ve come so far and it’s sad to see them go...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done to Michael & Andrew - winners of the Quarter Final on Bake Off: The Professionals! #GBBO https://t.co/UGzqBczWWS","2":"313","3":"Well done to Michael & Andrew - winners of the Quarter Final on Bake Off: The Professionals! #GBBO https://t.co/UGzqBczWWS","4":"Well done to Michael & Andrew - winners of ...","5":"well done to michael & andrew - winners of ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The perfect gif to sum up society does not exi-\\n#GBBO https://t.co/onDHuMYegT","2":"314","3":"The perfect gif to sum up society does not exi-\\n#GBBO https://t.co/onDHuMYegT","4":"The perfect gif to sum up society does not exi-...","5":"the perfect gif to sum up society does not exi-...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Please milk responsibly, people.🥛 #GBBO https://t.co/vHfYPTTLLQ","2":"315","3":"Please milk responsibly, people.🥛 #GBBO https://t.co/vHfYPTTLLQ","4":"Please milk responsibly, people.🥛 #GBBO https:/...","5":"please milk responsibly, people.🥛 #gbbo https:/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"How every anecdote over the last year ends… #GBBO https://t.co/V9d6ueLrT2","2":"316","3":"How every anecdote over the last year ends… #GBBO https://t.co/V9d6ueLrT2","4":"How every anecdote over the last year ends… #GB...","5":"how every anecdote over the last year ends… #gb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Why is this gif so mesmerising? #GBBO https://t.co/HWfqwU1UXN","2":"317","3":"Why is this gif so mesmerising? #GBBO https://t.co/HWfqwU1UXN","4":"Why is this gif so mesmerising? #GBBO https://t...","5":"why is this gif so mesmerising? #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Unlikely. #GBBO https://t.co/vbYLA6jJHG","2":"318","3":"Unlikely. #GBBO https://t.co/vbYLA6jJHG","4":"Unlikely. #GBBO https://t.co/vbYLA6jJHG","5":"unlikely. #gbbo https://t.co/vbyla6jjhg","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"319","3":"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","4":"Little treats with huge appeal. Here are the pe...","5":"little treats with huge appeal. here are the pe...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"320","3":"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","4":"Is there something you should dough? We’re prou...","5":"is there something you should dough? we’re prou...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"A perfect pun on every con-seive-able level. Bravo. #GBBO https://t.co/9xF4MM8ThO","2":"321","3":"A perfect pun on every con-seive-able level. Bravo. #GBBO https://t.co/9xF4MM8ThO","4":"A perfect pun on every con-seive-able level. Br...","5":"a perfect pun on every con-seive-able level. br...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"*BREAKING NEWS*\\nCamera operator stuck in Chocolate Showpiece.\\nRescue effort underway.\\n#GBBO https://t.co/zGy8n23AOx","2":"322","3":"*BREAKING NEWS*\\nCamera operator stuck in Chocolate Showpiece.\\nRescue effort underway.\\n#GBBO https://t.co/zGy8n23AOx","4":"*BREAKING NEWS*\\nCamera operator stuck in Chocol...","5":"*breaking news*\\ncamera operator stuck in chocol...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Everyday sayings but with a Bake Off twist. #GBBO https://t.co/fQbD0CEgcR","2":"323","3":"Everyday sayings but with a Bake Off twist. #GBBO https://t.co/fQbD0CEgcR","4":"Everyday sayings but with a Bake Off twist. #GB...","5":"everyday sayings but with a bake off twist. #gb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Imagine a world without Cakesperts... #GBBO https://t.co/enuoZg3fgh","2":"324","3":"Imagine a world without Cakesperts... #GBBO https://t.co/enuoZg3fgh","4":"Imagine a world without Cakesperts... #GBBO htt...","5":"imagine a world without cakesperts... #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Boom sha-sha-shake the Cherish! 😂😂😂 #GBBO @BenoitBlin_MCA @cherish_finden https://t.co/eqT4Cuu1Tl","2":"325","3":"Boom sha-sha-shake the Cherish! 😂😂😂 #GBBO @BenoitBlin_MCA @cherish_finden https://t.co/eqT4Cuu1Tl","4":"Boom sha-sha-shake the Cherish! 😂😂😂 #GBBO @Beno...","5":"boom sha-sha-shake the cherish! 😂😂😂 #gbbo @beno...","6":"@BenoitBlin_MCA","7":"@cherish_finden","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@susikaam Thank you! #GBBO","2":"326","3":"@susikaam Thank you! #GBBO","4":"@susikaam Thank you! #GBBO","5":"@susikaam thank you! #gbbo","6":"@susikaam","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@AnnekaRice Thank you so much! #GBBO","2":"327","3":"@AnnekaRice Thank you so much! #GBBO","4":"@AnnekaRice Thank you so much! #GBBO","5":"@annekarice thank you so much! #gbbo","6":"@AnnekaRice","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"328","3":"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","4":"Tempted to venture into Black Forest Gateau ter...","5":"tempted to venture into black forest gateau ter...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We always try to rise to the - ahem - challenge. 😉 #GBBO https://t.co/wDBtgmdNjf","2":"329","3":"We always try to rise to the - ahem - challenge. 😉 #GBBO https://t.co/wDBtgmdNjf","4":"We always try to rise to the - ahem - challenge...","5":"we always try to rise to the - ahem - challenge...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@onmoonlitshores Resistance is Choux-tile. 😉#GBBO","2":"330","3":"@onmoonlitshores Resistance is Choux-tile. 😉#GBBO","4":"@onmoonlitshores Resistance is Choux-tile. 😉#GBBO","5":"@onmoonlitshores resistance is choux-tile. 😉#gbbo","6":"@onmoonlitshores","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You can always rely on our Twitter feed to deliver the latest in cutting edge cultural references. #GBBO #DoctorWho https://t.co/hYwhLyjdc6","2":"331","3":"You can always rely on our Twitter feed to deliver the latest in cutting edge cultural references. #GBBO #DoctorWho https://t.co/hYwhLyjdc6","4":"You can always rely on our Twitter feed to deli...","5":"you can always rely on our twitter feed to deli...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"End of thread. #GBBO","2":"332","3":"End of thread. #GBBO","4":"End of thread. #GBBO","5":"end of thread. #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Where’s Wally as Bake Off Bakes: A Thread\\n#GBBO https://t.co/TG7n08EZdH","2":"333","3":"Where’s Wally as Bake Off Bakes: A Thread\\n#GBBO https://t.co/TG7n08EZdH","4":"Where’s Wally as Bake Off Bakes: A Thread\\n#GBBO...","5":"where’s wally as bake off bakes: a thread\\n#gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Craving cake more than ever before... #GBBO https://t.co/TqvYf8HazY","2":"334","3":"Craving cake more than ever before... #GBBO https://t.co/TqvYf8HazY","4":"Craving cake more than ever before... #GBBO htt...","5":"craving cake more than ever before... #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Too soon. #GBBO https://t.co/tYoDfwh4d2","2":"335","3":"Too soon. #GBBO https://t.co/tYoDfwh4d2","4":"Too soon. #GBBO https://t.co/tYoDfwh4d2","5":"too soon. #gbbo https://t.co/tyodfwh4d2","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"They'll never break Benoit. #GBBO https://t.co/y7L9czEs9H https://t.co/QITXoBQxwl","2":"336","3":"They'll never break Benoit. #GBBO https://t.co/y7L9czEs9H https://t.co/QITXoBQxwl","4":"They'll never break Benoit. #GBBO https://t.co/...","5":"they'll never break benoit. #gbbo https://t.co/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hopelessly devoted to choux.\\nWe’re getting a very T-Bird vibe from Benoit tonight! #GBBO https://t.co/Efqer4lmzN","2":"337","3":"Hopelessly devoted to choux.\\nWe’re getting a very T-Bird vibe from Benoit tonight! #GBBO https://t.co/Efqer4lmzN","4":"Hopelessly devoted to choux.\\nWe’re getting a ve...","5":"hopelessly devoted to choux.\\nwe’re getting a ve...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Walking onto the dancefloor for the first time when it’s safe to go boogie again. 🕺 #GBBO @tomallencomedy https://t.co/vBlLUm5zz5","2":"338","3":"Walking onto the dancefloor for the first time when it’s safe to go boogie again. 🕺 #GBBO @tomallencomedy https://t.co/vBlLUm5zz5","4":"Walking onto the dancefloor for the first time ...","5":"walking onto the dancefloor for the first time ...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"339","3":"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","4":"It’s almost crunch time for these five pastry c...","5":"it’s almost crunch time for these five pastry c...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@veetee39 May your team enjoy glorious victory!⚽️#GBBO","2":"340","3":"@veetee39 May your team enjoy glorious victory!⚽️#GBBO","4":"@veetee39 May your team enjoy glorious victory!...","5":"@veetee39 may your team enjoy glorious victory!...","6":"@veetee39","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you realise Bake Off Pros doesn’t clash with the football tonight! #GBBO https://t.co/k0Ek0S8uAO","2":"341","3":"When you realise Bake Off Pros doesn’t clash with the football tonight! #GBBO https://t.co/k0Ek0S8uAO","4":"When you realise Bake Off Pros doesn’t clash wi...","5":"when you realise bake off pros doesn’t clash wi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you remember there’s a Bake Off Pros Quarter Final on telly tonight! #GBBO https://t.co/r2bVfCG3rt","2":"342","3":"When you remember there’s a Bake Off Pros Quarter Final on telly tonight! #GBBO https://t.co/r2bVfCG3rt","4":"When you remember there’s a Bake Off Pros Quart...","5":"when you remember there’s a bake off pros quart...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"343","3":"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","4":"Just five teams of pastry chefs remain. Which f...","5":"just five teams of pastry chefs remain. which f...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The baking battle intensifies tonight on @Channel4 as it’s Quarter Final time on Bake Off: The Professionals! #GBBO https://t.co/BkYmlIWs6l","2":"344","3":"The baking battle intensifies tonight on @Channel4 as it’s Quarter Final time on Bake Off: The Professionals! #GBBO https://t.co/BkYmlIWs6l","4":"The baking battle intensifies tonight on @Chann...","5":"the baking battle intensifies tonight on @chann...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When it hits you that it’s Saturday tomorrow. #FridayFeeling https://t.co/j5OOWhLE38","2":"345","3":"When it hits you that it’s Saturday tomorrow. #FridayFeeling https://t.co/j5OOWhLE38","4":"When it hits you that it’s Saturday tomorrow. #...","5":"when it hits you that it’s saturday tomorrow. #...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every time #ENG play a knockout football match. #ENGDEN #EURO2020 https://t.co/VuPs2SFkVf","2":"346","3":"Every time #ENG play a knockout football match. #ENGDEN #EURO2020 https://t.co/VuPs2SFkVf","4":"Every time #ENG play a knockout football match....","5":"every time #eng play a knockout football match....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Getting stressed ahead of the #ENGDEN match like https://t.co/gLVfFDvByb","2":"347","3":"Getting stressed ahead of the #ENGDEN match like https://t.co/gLVfFDvByb","4":"Getting stressed ahead of the #ENGDEN match lik...","5":"getting stressed ahead of the #engden match lik...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Old habits die hard. #WednesdayWisdom #GBBO https://t.co/yfxnrtNAE1","2":"348","3":"Old habits die hard. #WednesdayWisdom #GBBO https://t.co/yfxnrtNAE1","4":"Old habits die hard. #WednesdayWisdom #GBBO htt...","5":"old habits die hard. #wednesdaywisdom #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"349","3":"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","4":"It’s almost Quarter Final time on Bake Off: The...","5":"it’s almost quarter final time on bake off: the...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🎵 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","2":"350","3":"🎵 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","4":"🎵 This means nothing to me, ohhh viennoiseries!...","5":"🎵 this means nothing to me, ohhh viennoiseries!...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The future, according to pastry chefs. #GBBO https://t.co/U7Jkw3gWq3","2":"351","3":"The future, according to pastry chefs. #GBBO https://t.co/U7Jkw3gWq3","4":"The future, according to pastry chefs. #GBBO ht...","5":"the future, according to pastry chefs. #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"352","3":"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","4":"We’re sad to say farewell to Keiron and Rebecca...","5":"we’re sad to say farewell to keiron and rebecca...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bravo to Kevin & Maria Vittoria - our winners of The Final Six on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/Zx8TXI6yPq","2":"353","3":"Bravo to Kevin & Maria Vittoria - our winners of The Final Six on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/Zx8TXI6yPq","4":"Bravo to Kevin & Maria Vittoria - our winne...","5":"bravo to kevin & maria vittoria - our winne...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"354","3":"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","4":"The blown sugar Showpieces from our Final Six p...","5":"the blown sugar showpieces from our final six p...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Question: Has anyone tried to eat Hundreds & Thousands... with chopsticks? #GBBO https://t.co/FRiGvarNam","2":"355","3":"Question: Has anyone tried to eat Hundreds & Thousands... with chopsticks? #GBBO https://t.co/FRiGvarNam","4":"Question: Has anyone tried to eat Hundreds &...","5":"question: has anyone tried to eat hundreds &...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Wecouldntpossiblyanswerthisbecause-like-we'restillridingamadsugarhigh.NoReason. #GBBO https://t.co/QiN2hn2PRP","2":"356","3":"Wecouldntpossiblyanswerthisbecause-like-we'restillridingamadsugarhigh.NoReason. #GBBO https://t.co/QiN2hn2PRP","4":"Wecouldntpossiblyanswerthisbecause-like-we'rest...","5":"wecouldntpossiblyanswerthisbecause-like-we'rest...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/n2teogBjNO","2":"357","3":"Relatable. #GBBO https://t.co/n2teogBjNO","4":"Relatable. #GBBO https://t.co/n2teogBjNO","5":"relatable. #gbbo https://t.co/n2teogbjno","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The pastry chefs will stop at nothing to impress the judges. #GBBO https://t.co/jMK32gRNoK","2":"358","3":"The pastry chefs will stop at nothing to impress the judges. #GBBO https://t.co/jMK32gRNoK","4":"The pastry chefs will stop at nothing to impres...","5":"the pastry chefs will stop at nothing to impres...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We hope everyone who has had a tough day is taking a well-deserved breather this evening. #GBBO https://t.co/q16SPinklm","2":"359","3":"We hope everyone who has had a tough day is taking a well-deserved breather this evening. #GBBO https://t.co/q16SPinklm","4":"We hope everyone who has had a tough day is tak...","5":"we hope everyone who has had a tough day is tak...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Huge if true. #GBBO https://t.co/JUzUU8gDar","2":"360","3":"Huge if true. #GBBO https://t.co/JUzUU8gDar","4":"Huge if true. #GBBO https://t.co/JUzUU8gDar","5":"huge if true. #gbbo https://t.co/juzuu8gdar","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@ICUStat We're not even sure we should have asked... 😉#GBBO","2":"361","3":"@ICUStat We're not even sure we should have asked... 😉#GBBO","4":"@ICUStat We're not even sure we should have ask...","5":"@icustat we're not even sure we should have ask...","6":"@ICUStat","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"That's right, it was Benoit all along... #GBBO","2":"362","3":"That's right, it was Benoit all along... #GBBO","4":"That's right, it was Benoit all along... #GBBO","5":"that's right, it was benoit all along... #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Brutal. #GBBO https://t.co/AkmQMcq3bU","2":"363","3":"Brutal. #GBBO https://t.co/AkmQMcq3bU","4":"Brutal. #GBBO https://t.co/AkmQMcq3bU","5":"brutal. #gbbo https://t.co/akmqmcq3bu","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Or give the 'love it' treatment to! 😂 #GBBO https://t.co/Eaw6NucRPX","2":"364","3":"Or give the 'love it' treatment to! 😂 #GBBO https://t.co/Eaw6NucRPX","4":"Or give the 'love it' treatment to! 😂 #GBBO htt...","5":"or give the 'love it' treatment to! 😂 #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@haaannahrose_ We're not just here for the noisy things in life... #GBBO","2":"365","3":"@haaannahrose_ We're not just here for the noisy things in life... #GBBO","4":"@haaannahrose_ We're not just here for the nois...","5":"@haaannahrose_ we're not just here for the nois...","6":"@haaannahrose_","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Good question! What could Cherish have in store for chefs who pleasure her palate? #GBBO https://t.co/rmDEY8lsmr","2":"366","3":"Good question! What could Cherish have in store for chefs who pleasure her palate? #GBBO https://t.co/rmDEY8lsmr","4":"Good question! What could Cherish have in store...","5":"good question! what could cherish have in store...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There’s a time and a place for everything. #GBBO https://t.co/2DIud5IZX2","2":"367","3":"There’s a time and a place for everything. #GBBO https://t.co/2DIud5IZX2","4":"There’s a time and a place for everything. #GBB...","5":"there’s a time and a place for everything. #gbb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not heard that said in a kitchen before. #GBBO https://t.co/TGfoYK9Cet","2":"368","3":"Not heard that said in a kitchen before. #GBBO https://t.co/TGfoYK9Cet","4":"Not heard that said in a kitchen before. #GBBO ...","5":"not heard that said in a kitchen before. #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every time you have to wait for more than five minutes in a restaurant for your meal. #GBBO https://t.co/4Vk2gbEKtK","2":"369","3":"Every time you have to wait for more than five minutes in a restaurant for your meal. #GBBO https://t.co/4Vk2gbEKtK","4":"Every time you have to wait for more than five ...","5":"every time you have to wait for more than five ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Breathtaking. #GBBO https://t.co/y17jvkxv4F","2":"370","3":"Breathtaking. #GBBO https://t.co/y17jvkxv4F","4":"Breathtaking. #GBBO https://t.co/y17jvkxv4F","5":"breathtaking. #gbbo https://t.co/y17jvkxv4f","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s all kicking off tonight on Bake Off Pros. #GBBO https://t.co/yejWpe0MWM","2":"371","3":"It’s all kicking off tonight on Bake Off Pros. #GBBO https://t.co/yejWpe0MWM","4":"It’s all kicking off tonight on Bake Off Pros. ...","5":"it’s all kicking off tonight on bake off pros. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The Great WandaVision Meme Off. #GBBO https://t.co/zPBED8HGKB","2":"372","3":"The Great WandaVision Meme Off. #GBBO https://t.co/zPBED8HGKB","4":"The Great WandaVision Meme Off. #GBBO https://t...","5":"the great wandavision meme off. #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The moments before and after you tap Video On at the start of a meeting. #GBBO https://t.co/t9tnT4eQdA","2":"373","3":"The moments before and after you tap Video On at the start of a meeting. #GBBO https://t.co/t9tnT4eQdA","4":"The moments before and after you tap Video On a...","5":"the moments before and after you tap video on a...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"These six pastry chef duos are about to hit @Channel4 at 8pm! Who are you tipping for glory tonight? #GBBO https://t.co/zE1VowLUd3","2":"374","3":"These six pastry chef duos are about to hit @Channel4 at 8pm! Who are you tipping for glory tonight? #GBBO https://t.co/zE1VowLUd3","4":"These six pastry chef duos are about to hit @Ch...","5":"these six pastry chef duos are about to hit @ch...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"375","3":"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","4":"We’re a little too giddy with excitement about ...","5":"we’re a little too giddy with excitement about ...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Tension and artistry are top of our ingredients list for tonight’s Bake Off Pros at 8pm! #GBBO https://t.co/7MiuyIttCz","2":"376","3":"Tension and artistry are top of our ingredients list for tonight’s Bake Off Pros at 8pm! #GBBO https://t.co/7MiuyIttCz","4":"Tension and artistry are top of our ingredients...","5":"tension and artistry are top of our ingredients...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"377","3":"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","4":"Heat One: Done\\nHeat Two: Done\\n\\nNow it’s time fo...","5":"heat one: done\\nheat two: done\\n\\nnow it’s time fo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"378","3":"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","4":"Futuristic Jungle Showpieces are on the menu to...","5":"futuristic jungle showpieces are on the menu to...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The only reaction to Monday mornings. #MondayMotivation #GBBO https://t.co/L54iNHCQ9t","2":"379","3":"The only reaction to Monday mornings. #MondayMotivation #GBBO https://t.co/L54iNHCQ9t","4":"The only reaction to Monday mornings. #MondayMo...","5":"the only reaction to monday mornings. #mondaymo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Getting ready to watch England vs Ukraine tonight. #ENGUKR #EURO2020 https://t.co/3lHPe84imE","2":"380","3":"Getting ready to watch England vs Ukraine tonight. #ENGUKR #EURO2020 https://t.co/3lHPe84imE","4":"Getting ready to watch England vs Ukraine tonig...","5":"getting ready to watch england vs ukraine tonig...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Sliding into a #EURO2020 Quarter Final weekend like… #FridayFeeling #GBBO https://t.co/YKrgHhBf6j","2":"381","3":"Sliding into a #EURO2020 Quarter Final weekend like… #FridayFeeling #GBBO https://t.co/YKrgHhBf6j","4":"Sliding into a #EURO2020 Quarter Final weekend ...","5":"sliding into a #euro2020 quarter final weekend ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"382","3":"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","4":"The truly shocking (in a good way!) Showpieces ...","5":"the truly shocking (in a good way!) showpieces ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Honest dating. #GBBO https://t.co/vtRb7vsKKz","2":"383","3":"Honest dating. #GBBO https://t.co/vtRb7vsKKz","4":"Honest dating. #GBBO https://t.co/vtRb7vsKKz","5":"honest dating. #gbbo https://t.co/vtrb7vskkz","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Always look on the bright side of life. #ThursdayThoughts #GBBO https://t.co/5pW1PJX8aG","2":"384","3":"Always look on the bright side of life. #ThursdayThoughts #GBBO https://t.co/5pW1PJX8aG","4":"Always look on the bright side of life. #Thursd...","5":"always look on the bright side of life. #thursd...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Don’t give up. #ThursdayThoughts #GBBO https://t.co/jbuEjhn8HU","2":"385","3":"Don’t give up. #ThursdayThoughts #GBBO https://t.co/jbuEjhn8HU","4":"Don’t give up. #ThursdayThoughts #GBBO https://...","5":"don’t give up. #thursdaythoughts #gbbo https://...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"386","3":"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","4":"These shortbreads will make you feel jammy! If ...","5":"these shortbreads will make you feel jammy! if ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The Silence Of The Blins. 🦋 #GBBO https://t.co/KfjLDcwZvK","2":"387","3":"The Silence Of The Blins. 🦋 #GBBO https://t.co/KfjLDcwZvK","4":"The Silence Of The Blins. 🦋 #GBBO https://t.co/...","5":"the silence of the blins. 🦋 #gbbo https://t.co/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What goes up… \\n😢😢😢😢😢😢\\n#GBBO https://t.co/U1CHB7h6ow","2":"388","3":"What goes up… \\n😢😢😢😢😢😢\\n#GBBO https://t.co/U1CHB7h6ow","4":"What goes up… \\n😢😢😢😢😢😢\\n#GBBO https://t.co/U1CHB7...","5":"what goes up… \\n😢😢😢😢😢😢\\n#gbbo https://t.co/u1chb7...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Appearances can deceive. #WednesdayWisdom #GBBO https://t.co/SHDocAD0CL","2":"389","3":"Appearances can deceive. #WednesdayWisdom #GBBO https://t.co/SHDocAD0CL","4":"Appearances can deceive. #WednesdayWisdom #GBBO...","5":"appearances can deceive. #wednesdaywisdom #gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"390","3":"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","4":"Thanks for joining us for Bake Off Pros! We’ll ...","5":"thanks for joining us for bake off pros! we’ll ...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"391","3":"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","4":"Oh sugar! Join us next week as the top three te...","5":"oh sugar! join us next week as the top three te...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"392","3":"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","4":"Our pastry chefs were given just two and a half...","5":"our pastry chefs were given just two and a half...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Adulthood. #GBBO https://t.co/wm1taBarne","2":"393","3":"Adulthood. #GBBO https://t.co/wm1taBarne","4":"Adulthood. #GBBO https://t.co/wm1taBarne","5":"adulthood. #gbbo https://t.co/wm1tabarne","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"394","3":"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","4":"The biggest shock of today wasn't the #ENGGER f...","5":"the biggest shock of today wasn't the #engger f...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Be afraid. Be very afraid. Brace yourselves for the House Of Horrors Showpieces from Bake Off: The Professionals! 💀🦇🕷😱 #GBBO https://t.co/qxgosW1jFu","2":"395","3":"Be afraid. Be very afraid. Brace yourselves for the House Of Horrors Showpieces from Bake Off: The Professionals! 💀🦇🕷😱 #GBBO https://t.co/qxgosW1jFu","4":"Be afraid. Be very afraid. Brace yourselves for...","5":"be afraid. be very afraid. brace yourselves for...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Benoit going full on Hannibal Lecter is quite something. #GBBO @BenoitBlin_MCA https://t.co/gU9OlcChjh","2":"396","3":"Benoit going full on Hannibal Lecter is quite something. #GBBO @BenoitBlin_MCA https://t.co/gU9OlcChjh","4":"Benoit going full on Hannibal Lecter is quite s...","5":"benoit going full on hannibal lecter is quite s...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"397","3":"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","4":"Well done to the pastry chef duos who have nego...","5":"well done to the pastry chef duos who have nego...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Geanina & George. More than just a pastry chef team. ❤️❤️ #GBBO https://t.co/xAZiW6d4Kj","2":"398","3":"Geanina & George. More than just a pastry chef team. ❤️❤️ #GBBO https://t.co/xAZiW6d4Kj","4":"Geanina & George. More than just a pastry c...","5":"geanina & george. more than just a pastry c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"399","3":"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","4":"We’re sad to say farewell to Stefano and Sara. ...","5":"we’re sad to say farewell to stefano and sara. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Congratulations to Lerrick and Lineker for their victory in Heat Two Week Three of Bake Off Pros! #GBBO https://t.co/Wbsmn9STGB","2":"400","3":"Congratulations to Lerrick and Lineker for their victory in Heat Two Week Three of Bake Off Pros! #GBBO https://t.co/Wbsmn9STGB","4":"Congratulations to Lerrick and Lineker for thei...","5":"congratulations to lerrick and lineker for thei...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Interesting! #GBBO https://t.co/1fDgn15KTN","2":"401","3":"Interesting! #GBBO https://t.co/1fDgn15KTN","4":"Interesting! #GBBO https://t.co/1fDgn15KTN","5":"interesting! #gbbo https://t.co/1fdgn15ktn","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Standard. #GBBO https://t.co/YK9jDHXJj0","2":"402","3":"Standard. #GBBO https://t.co/YK9jDHXJj0","4":"Standard. #GBBO https://t.co/YK9jDHXJj0","5":"standard. #gbbo https://t.co/yk9jdhxjj0","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jagshemash. #GBBO https://t.co/cz51tFhIgQ","2":"403","3":"Jagshemash. #GBBO https://t.co/cz51tFhIgQ","4":"Jagshemash. #GBBO https://t.co/cz51tFhIgQ","5":"jagshemash. #gbbo https://t.co/cz51tfhigq","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s just not cricket! #GBBO @BenoitBlin_MCA https://t.co/sZaa9ao9aa","2":"404","3":"It’s just not cricket! #GBBO @BenoitBlin_MCA https://t.co/sZaa9ao9aa","4":"It’s just not cricket! #GBBO @BenoitBlin_MCA ht...","5":"it’s just not cricket! #gbbo @benoitblin_mca ht...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The incredible Dracula inspired Showpiece from Geanina and George. 🏰 #GBBO https://t.co/cQxO4OuiRP","2":"405","3":"The incredible Dracula inspired Showpiece from Geanina and George. 🏰 #GBBO https://t.co/cQxO4OuiRP","4":"The incredible Dracula inspired Showpiece from ...","5":"the incredible dracula inspired showpiece from ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"Rita Hayworth gave good face.\" #GBBO https://t.co/6qEoqhiikt","2":"406","3":"\"Rita Hayworth gave good face.\" #GBBO https://t.co/6qEoqhiikt","4":"\"Rita Hayworth gave good face.\" #GBBO https://t...","5":"\"rita hayworth gave good face.\" #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's not like we've already been through enough today... #GBBO https://t.co/rNmxtPs6WR","2":"407","3":"It's not like we've already been through enough today... #GBBO https://t.co/rNmxtPs6WR","4":"It's not like we've already been through enough...","5":"it's not like we've already been through enough...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jordan Pickford would have saved this… #ENGGER #EURO2020 #GBBO https://t.co/1wllh1nA66","2":"408","3":"Jordan Pickford would have saved this… #ENGGER #EURO2020 #GBBO https://t.co/1wllh1nA66","4":"Jordan Pickford would have saved this… #ENGGER ...","5":"jordan pickford would have saved this… #engger ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The pastry chefs are running about so fast we’ve installed a speed camera in the kitchen. #GBBO https://t.co/WJUyiujBMR","2":"409","3":"The pastry chefs are running about so fast we’ve installed a speed camera in the kitchen. #GBBO https://t.co/WJUyiujBMR","4":"The pastry chefs are running about so fast we’v...","5":"the pastry chefs are running about so fast we’v...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Dessert decisions. #GBBO https://t.co/DaKfhj6N6B","2":"410","3":"Dessert decisions. #GBBO https://t.co/DaKfhj6N6B","4":"Dessert decisions. #GBBO https://t.co/DaKfhj6N6B","5":"dessert decisions. #gbbo https://t.co/dakfhj6n6b","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hats off to our camera operators. 👏🎥👏#GBBO https://t.co/8Tc8brDCvf","2":"411","3":"Hats off to our camera operators. 👏🎥👏#GBBO https://t.co/8Tc8brDCvf","4":"Hats off to our camera operators. 👏🎥👏#GBBO http...","5":"hats off to our camera operators. 👏🎥👏#gbbo http...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Truth. #GBBO https://t.co/lAXepFosVB","2":"412","3":"Truth. #GBBO https://t.co/lAXepFosVB","4":"Truth. #GBBO https://t.co/lAXepFosVB","5":"truth. #gbbo https://t.co/laxepfosvb","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Salted Caramel Crickets on Bake Off! Would you indulge?\\nRT - No\\n❤️ - Yes\\n#GBBO https://t.co/Cdx7NpXyXx","2":"413","3":"Salted Caramel Crickets on Bake Off! Would you indulge?\\nRT - No\\n❤️ - Yes\\n#GBBO https://t.co/Cdx7NpXyXx","4":"Salted Caramel Crickets on Bake Off! Would you ...","5":"salted caramel crickets on bake off! would you ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you see Jack Grealish on the bench again this Saturday... #EURO2020 #ENGGER #GBBO https://t.co/SYXDo5aaEv","2":"414","3":"When you see Jack Grealish on the bench again this Saturday... #EURO2020 #ENGGER #GBBO https://t.co/SYXDo5aaEv","4":"When you see Jack Grealish on the bench again t...","5":"when you see jack grealish on the bench again t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"How to measure a successful day in 2020/21 #GBBO https://t.co/fNnMbOSjVD","2":"415","3":"How to measure a successful day in 2020/21 #GBBO https://t.co/fNnMbOSjVD","4":"How to measure a successful day in 2020/21 #GBB...","5":"how to measure a successful day in 2020/21 #gbb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What we really love about Benoit is his subtlety. #GBBO https://t.co/1iM0lL8eZ6","2":"416","3":"What we really love about Benoit is his subtlety. #GBBO https://t.co/1iM0lL8eZ6","4":"What we really love about Benoit is his subtlet...","5":"what we really love about benoit is his subtlet...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Cherish: “If I walk past a pastry shop this cake would catch my attention straight away” #GBBO https://t.co/6p2xzXqlXu","2":"417","3":"Cherish: “If I walk past a pastry shop this cake would catch my attention straight away” #GBBO https://t.co/6p2xzXqlXu","4":"Cherish: “If I walk past a pastry shop this cak...","5":"cherish: “if i walk past a pastry shop this cak...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Get in my veins! #GBBO https://t.co/1SN20EI7Se","2":"418","3":"Get in my veins! #GBBO https://t.co/1SN20EI7Se","4":"Get in my veins! #GBBO https://t.co/1SN20EI7Se","5":"get in my veins! #gbbo https://t.co/1sn20ei7se","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We hasten to add, this is a rhetorical question. #GBBO","2":"419","3":"We hasten to add, this is a rhetorical question. #GBBO","4":"We hasten to add, this is a rhetorical question...","5":"we hasten to add, this is a rhetorical question...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Proof that baking is the ultimate way to burn calories. #GBBO https://t.co/PakUFWRvr1","2":"420","3":"Proof that baking is the ultimate way to burn calories. #GBBO https://t.co/PakUFWRvr1","4":"Proof that baking is the ultimate way to burn c...","5":"proof that baking is the ultimate way to burn c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Watching the England game after Sterling scored... #ENGGER #EURO2020 #GBBO https://t.co/erWKSulGxU","2":"421","3":"Watching the England game after Sterling scored... #ENGGER #EURO2020 #GBBO https://t.co/erWKSulGxU","4":"Watching the England game after Sterling scored...","5":"watching the england game after sterling scored...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Watching the England game before Sterling scored... #ENGGER #EURO2020 #GBBO https://t.co/hGffVqGQLE","2":"422","3":"Watching the England game before Sterling scored... #ENGGER #EURO2020 #GBBO https://t.co/hGffVqGQLE","4":"Watching the England game before Sterling score...","5":"watching the england game before sterling score...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It happens to a lot of teams, honestly. It's a combination of pressure and stress. #GBBO https://t.co/wLaTF5HDsp","2":"423","3":"It happens to a lot of teams, honestly. It's a combination of pressure and stress. #GBBO https://t.co/wLaTF5HDsp","4":"It happens to a lot of teams, honestly. It's a ...","5":"it happens to a lot of teams, honestly. it's a ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What’s going on here then? 👀 #GBBO https://t.co/wbYCTfaOps","2":"424","3":"What’s going on here then? 👀 #GBBO https://t.co/wbYCTfaOps","4":"What’s going on here then? 👀 #GBBO https://t.co...","5":"what’s going on here then? 👀 #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Standard reaction to seeing recent newspaper front pages. 👀 #GBBO https://t.co/4xEfjfDA3l","2":"425","3":"Standard reaction to seeing recent newspaper front pages. 👀 #GBBO https://t.co/4xEfjfDA3l","4":"Standard reaction to seeing recent newspaper fr...","5":"standard reaction to seeing recent newspaper fr...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Is it possible to eat an illustration? 🤤 #GBBO https://t.co/n4lG3xHt2m","2":"426","3":"Is it possible to eat an illustration? 🤤 #GBBO https://t.co/n4lG3xHt2m","4":"Is it possible to eat an illustration? 🤤 #GBBO ...","5":"is it possible to eat an illustration? 🤤 #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Today is a good day. #GBBO https://t.co/cC6CfxkLsg","2":"427","3":"Today is a good day. #GBBO https://t.co/cC6CfxkLsg","4":"Today is a good day. #GBBO https://t.co/cC6CfxkLsg","5":"today is a good day. #gbbo https://t.co/cc6cfxklsg","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The horror, the horror.\\nWelcome to a very spooky Bake Off Pros! \\n@liamcbakes @tomallencomedy #GBBO https://t.co/MRyiHb35K6","2":"428","3":"The horror, the horror.\\nWelcome to a very spooky Bake Off Pros! \\n@liamcbakes @tomallencomedy #GBBO https://t.co/MRyiHb35K6","4":"The horror, the horror.\\nWelcome to a very spook...","5":"the horror, the horror.\\nwelcome to a very spook...","6":"@liamcbakes","7":"@tomallencomedy","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jack Grealish after coming on today. #ENGGER #EURO2020 #GBBO https://t.co/xgm0qW9UqL","2":"429","3":"Jack Grealish after coming on today. #ENGGER #EURO2020 #GBBO https://t.co/xgm0qW9UqL","4":"Jack Grealish after coming on today. #ENGGER #E...","5":"jack grealish after coming on today. #engger #e...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Clearly the power of this tweet reverse-jinxed the penalty scenario. 😎 #ENGGER #GBBO https://t.co/fzGCQotZ2g","2":"430","3":"Clearly the power of this tweet reverse-jinxed the penalty scenario. 😎 #ENGGER #GBBO https://t.co/fzGCQotZ2g","4":"Clearly the power of this tweet reverse-jinxed ...","5":"clearly the power of this tweet reverse-jinxed ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"431","3":"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","4":"If you have any fingernails left to gnaw on, jo...","5":"if you have any fingernails left to gnaw on, jo...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@inyourwarmth 🙏 #GBBO","2":"432","3":"@inyourwarmth 🙏 #GBBO","4":"@inyourwarmth 🙏 #GBBO","5":"@inyourwarmth 🙏 #gbbo","6":"@inyourwarmth","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Preciou53411925 We'll make and eggs-ception tonight, eh? 😉⚽️🧁 #GBBO","2":"433","3":"@Preciou53411925 We'll make and eggs-ception tonight, eh? 😉⚽️🧁 #GBBO","4":"@Preciou53411925 We'll make and eggs-ception to...","5":"@preciou53411925 we'll make and eggs-ception to...","6":"@Preciou53411925","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It's coming scone. (Pron: \"sk-own\".) #GBBO","2":"434","3":"It's coming scone. (Pron: \"sk-own\".) #GBBO","4":"It's coming scone. (Pron: \"sk-own\".) #GBBO","5":"it's coming scone. (pron: \"sk-own\".) #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"YEEEEEEEEES! [regains composure] Where we were we? Ah yes, Bake Off: The Professionals. Tonight, 8pm. #GBBO https://t.co/7R2pYgKP4Y","2":"435","3":"YEEEEEEEEES! [regains composure] Where we were we? Ah yes, Bake Off: The Professionals. Tonight, 8pm. #GBBO https://t.co/7R2pYgKP4Y","4":"YEEEEEEEEES! [regains composure] Where we were ...","5":"yeeeeeeeees! [regains composure] where we were ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If it goes to penalties… #ENGGER #GBBO https://t.co/md30WrlFqB","2":"436","3":"If it goes to penalties… #ENGGER #GBBO https://t.co/md30WrlFqB","4":"If it goes to penalties… #ENGGER #GBBO https://...","5":"if it goes to penalties… #engger #gbbo https://...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"437","3":"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","4":"There’s some horror in store tonight - and it’s...","5":"there’s some horror in store tonight - and it’s...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Getting in the mood for tonight’s horror-themed Bake Off Pros! #GBBO https://t.co/jk8VualCgi","2":"438","3":"Getting in the mood for tonight’s horror-themed Bake Off Pros! #GBBO https://t.co/jk8VualCgi","4":"Getting in the mood for tonight’s horror-themed...","5":"getting in the mood for tonight’s horror-themed...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"439","3":"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","4":"It’s all to play for tonight as a place in the ...","5":"it’s all to play for tonight as a place in the ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When the caffeine kicks in on a Monday morning… #MondayMotivation #GBBO @tomallencomedy https://t.co/pj5cUE51cU","2":"440","3":"When the caffeine kicks in on a Monday morning… #MondayMotivation #GBBO @tomallencomedy https://t.co/pj5cUE51cU","4":"When the caffeine kicks in on a Monday morning…...","5":"when the caffeine kicks in on a monday morning…...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Shimmying into the weekend like...\\n#GBBO @liamcbakes @tomallencomedy https://t.co/eQ2YdKzd5v","2":"441","3":"Shimmying into the weekend like...\\n#GBBO @liamcbakes @tomallencomedy https://t.co/eQ2YdKzd5v","4":"Shimmying into the weekend like...\\n#GBBO @liamc...","5":"shimmying into the weekend like...\\n#gbbo @liamc...","6":"@liamcbakes","7":"@tomallencomedy","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"442","3":"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","4":"Bake to the future! Here are the tremendous tim...","5":"bake to the future! here are the tremendous tim...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"*BREAKING NEWS* The government has appointed a new Student Tsar to tackle a certain kind of behaviour at universities… #GBBO https://t.co/7fLHlIDgC4","2":"443","3":"*BREAKING NEWS* The government has appointed a new Student Tsar to tackle a certain kind of behaviour at universities… #GBBO https://t.co/7fLHlIDgC4","4":"*BREAKING NEWS* The government has appointed a ...","5":"*breaking news* the government has appointed a ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Trying to remember how to dance again - it’s been so long! \\n#GBBO @tomallencomedy @liamcbakes https://t.co/TsMLVK2xbV","2":"444","3":"Trying to remember how to dance again - it’s been so long! \\n#GBBO @tomallencomedy @liamcbakes https://t.co/TsMLVK2xbV","4":"Trying to remember how to dance again - it’s be...","5":"trying to remember how to dance again - it’s be...","6":"@tomallencomedy","7":"@liamcbakes","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The only way to sign off after spilling epic gossip in the group chat. #GBBO https://t.co/4X5490JTOb","2":"445","3":"The only way to sign off after spilling epic gossip in the group chat. #GBBO https://t.co/4X5490JTOb","4":"The only way to sign off after spilling epic go...","5":"the only way to sign off after spilling epic go...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Working life. #GBBO https://t.co/0FSeMz6wD8","2":"446","3":"Working life. #GBBO https://t.co/0FSeMz6wD8","4":"Working life. #GBBO https://t.co/0FSeMz6wD8","5":"working life. #gbbo https://t.co/0fsemz6wd8","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When your hayfever gets so bad you retrain your eyebrow to act as an anti-pollen defence shield. #GBBO https://t.co/SwFHC1Mlke","2":"447","3":"When your hayfever gets so bad you retrain your eyebrow to act as an anti-pollen defence shield. #GBBO https://t.co/SwFHC1Mlke","4":"When your hayfever gets so bad you retrain your...","5":"when your hayfever gets so bad you retrain your...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@_holamanola @OfficialKat https://t.co/hXWz8tAR9P","2":"448","3":"@_holamanola @OfficialKat https://t.co/hXWz8tAR9P","4":"@_holamanola @OfficialKat https://t.co/hXWz8tAR9P","5":"@_holamanola @officialkat https://t.co/hxwz8tar9p","6":"@_holamanola","7":"@OfficialKat","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@NoorAlmuzaffar @OfficialKat @JamesAcastor 😉 https://t.co/HLqSDTxLxu","2":"449","3":"@NoorAlmuzaffar @OfficialKat @JamesAcastor 😉 https://t.co/HLqSDTxLxu","4":"@NoorAlmuzaffar @OfficialKat @JamesAcastor 😉 ht...","5":"@nooralmuzaffar @officialkat @jamesacastor 😉 ht...","6":"@NoorAlmuzaffar","7":"@OfficialKat","8":"@JamesAcastor","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"450","3":"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","4":"Thanks for joining us on the Bake Off Pros twee...","5":"thanks for joining us on the bake off pros twee...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@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","2":"451","3":"@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","4":"@OfficialKat We have WandaVision playing in the...","5":"@officialkat we have wandavision playing in the...","6":"@OfficialKat","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The horror, the horror! Book a spot behind your sofa next week for a very spooky Bake Off Pros… #GBBO https://t.co/ef41dGxm7K","2":"452","3":"The horror, the horror! Book a spot behind your sofa next week for a very spooky Bake Off Pros… #GBBO https://t.co/ef41dGxm7K","4":"The horror, the horror! Book a spot behind your...","5":"the horror, the horror! book a spot behind your...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"453","3":"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","4":"Use your illusion! Here are the magical miniatu...","5":"use your illusion! here are the magical miniatu...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"9½ Bakes #GBBO https://t.co/JFZTujrQQN","2":"454","3":"9½ Bakes #GBBO https://t.co/JFZTujrQQN","4":"9½ Bakes #GBBO https://t.co/JFZTujrQQN","5":"9½ bakes #gbbo https://t.co/jfztujrqqn","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"455","3":"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","4":"Go bake to the future with the time travel them...","5":"go bake to the future with the time travel them...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done to our wonderful Heat Two Week Two winners Geanina & George! #GBBO https://t.co/eW1WscalKm","2":"456","3":"Well done to our wonderful Heat Two Week Two winners Geanina & George! #GBBO https://t.co/eW1WscalKm","4":"Well done to our wonderful Heat Two Week Two wi...","5":"well done to our wonderful heat two week two wi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"457","3":"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","4":"Thanks for being so much fun on the show, Nessi...","5":"thanks for being so much fun on the show, nessi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Can you IMAGINE if we'd have tweeted this in 1990? #GBBO","2":"458","3":"Can you IMAGINE if we'd have tweeted this in 1990? #GBBO","4":"Can you IMAGINE if we'd have tweeted this in 19...","5":"can you imagine if we'd have tweeted this in 19...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"FACT: The strongest muscle ever found on a human body is the one that controls Benoit’s eyebrow. #GBBO https://t.co/8vnFtUtqtU","2":"459","3":"FACT: The strongest muscle ever found on a human body is the one that controls Benoit’s eyebrow. #GBBO https://t.co/8vnFtUtqtU","4":"FACT: The strongest muscle ever found on a huma...","5":"fact: the strongest muscle ever found on a huma...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Great Scott! No clock tower is complete without Dr Emmett Brown hanging down from it. #GBBO #BackToTheFuture https://t.co/9io6tfjKNQ","2":"460","3":"Great Scott! No clock tower is complete without Dr Emmett Brown hanging down from it. #GBBO #BackToTheFuture https://t.co/9io6tfjKNQ","4":"Great Scott! No clock tower is complete without...","5":"great scott! no clock tower is complete without...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bit of a harsh judging process if true. #GBBO https://t.co/Ag6qIhFJGk","2":"461","3":"Bit of a harsh judging process if true. #GBBO https://t.co/Ag6qIhFJGk","4":"Bit of a harsh judging process if true. #GBBO h...","5":"bit of a harsh judging process if true. #gbbo h...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"I am Locutus, of BattenBorg. #GBBO https://t.co/aoU3Gbc5j8","2":"462","3":"\"I am Locutus, of BattenBorg. #GBBO https://t.co/aoU3Gbc5j8","4":"\"I am Locutus, of BattenBorg. #GBBO https://t.c...","5":"\"i am locutus, of battenborg. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Your working life when the Euros are on. #GBBO #Euro2020 #CZEENG #CROSCO https://t.co/naNvHwacz4","2":"463","3":"Your working life when the Euros are on. #GBBO #Euro2020 #CZEENG #CROSCO https://t.co/naNvHwacz4","4":"Your working life when the Euros are on. #GBBO ...","5":"your working life when the euros are on. #gbbo ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We are our own worst critics. #GBBO https://t.co/qRH42jH6Ah","2":"464","3":"We are our own worst critics. #GBBO https://t.co/qRH42jH6Ah","4":"We are our own worst critics. #GBBO https://t.c...","5":"we are our own worst critics. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Resistance is useless. #GBBO https://t.co/7l2HOM8N4C","2":"465","3":"Resistance is useless. #GBBO https://t.co/7l2HOM8N4C","4":"Resistance is useless. #GBBO https://t.co/7l2HO...","5":"resistance is useless. #gbbo https://t.co/7l2ho...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The life of a pastry chef. #GBBO https://t.co/jMAZHyFT4U","2":"466","3":"The life of a pastry chef. #GBBO https://t.co/jMAZHyFT4U","4":"The life of a pastry chef. #GBBO https://t.co/j...","5":"the life of a pastry chef. #gbbo https://t.co/j...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The baking is off the scale tonight! #GBBO 🐟🐟🐟 https://t.co/LZAKlsdwM8","2":"467","3":"The baking is off the scale tonight! #GBBO 🐟🐟🐟 https://t.co/LZAKlsdwM8","4":"The baking is off the scale tonight! #GBBO 🐟🐟🐟 ...","5":"the baking is off the scale tonight! #gbbo 🐟🐟🐟 ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@StevenJohnHamp1 You refer, of course, to our spin-off show Galaxy Que... ah. #GBBO","2":"468","3":"@StevenJohnHamp1 You refer, of course, to our spin-off show Galaxy Que... ah. #GBBO","4":"@StevenJohnHamp1 You refer, of course, to our s...","5":"@stevenjohnhamp1 you refer, of course, to our s...","6":"@StevenJohnHamp1","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/SHhSuFgFnY","2":"469","3":"Relatable. #GBBO https://t.co/SHhSuFgFnY","4":"Relatable. #GBBO https://t.co/SHhSuFgFnY","5":"relatable. #gbbo https://t.co/shhsufgfny","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Choux. Shoes. We can’t get enough of them! #GBBO https://t.co/CQiXOcFdz3","2":"470","3":"Choux. Shoes. We can’t get enough of them! #GBBO https://t.co/CQiXOcFdz3","4":"Choux. Shoes. We can’t get enough of them! #GBB...","5":"choux. shoes. we can’t get enough of them! #gbb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"FYI \"Pointy Eclairs\" is a technical baking term. #GBBO https://t.co/JciWUVsFmY","2":"471","3":"FYI \"Pointy Eclairs\" is a technical baking term. #GBBO https://t.co/JciWUVsFmY","4":"FYI \"Pointy Eclairs\" is a technical baking term...","5":"fyi \"pointy eclairs\" is a technical baking term...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Some words are simply too much of a mouthful. #GBBO @tomallencomedy https://t.co/oLRxRdpLsJ","2":"472","3":"Some words are simply too much of a mouthful. #GBBO @tomallencomedy https://t.co/oLRxRdpLsJ","4":"Some words are simply too much of a mouthful. #...","5":"some words are simply too much of a mouthful. #...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@MrsCruz1999 https://t.co/1mkxElS2F9","2":"473","3":"@MrsCruz1999 https://t.co/1mkxElS2F9","4":"@MrsCruz1999 https://t.co/1mkxElS2F9","5":"@mrscruz1999 https://t.co/1mkxels2f9","6":"@MrsCruz1999","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What your TV sees when you’re watching #GBBO and desperate to get your hands on the bakes. https://t.co/PgWHURrQQm","2":"474","3":"What your TV sees when you’re watching #GBBO and desperate to get your hands on the bakes. https://t.co/PgWHURrQQm","4":"What your TV sees when you’re watching #GBBO an...","5":"what your tv sees when you’re watching #gbbo an...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You refer, of course, to our new spin-off show Unidentified GP? #GBBO https://t.co/3u4XvnxCk6","2":"475","3":"You refer, of course, to our new spin-off show Unidentified GP? #GBBO https://t.co/3u4XvnxCk6","4":"You refer, of course, to our new spin-off show ...","5":"you refer, of course, to our new spin-off show ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There’s a certain ‘je ne sais quoi’ about a firm, young carrot cake. #GBBO https://t.co/uud02dcFWE","2":"476","3":"There’s a certain ‘je ne sais quoi’ about a firm, young carrot cake. #GBBO https://t.co/uud02dcFWE","4":"There’s a certain ‘je ne sais quoi’ about a fir...","5":"there’s a certain ‘je ne sais quoi’ about a fir...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@sarahmas Sincere apologies. 🥲 #GBBO","2":"477","3":"@sarahmas Sincere apologies. 🥲 #GBBO","4":"@sarahmas Sincere apologies. 🥲 #GBBO","5":"@sarahmas sincere apologies. 🥲 #gbbo","6":"@sarahmas","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"478","3":"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","4":"A new species has been discovered on Bake Off P...","5":"a new species has been discovered on bake off p...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"No treble. #GBBO https://t.co/PrBYnyEXJd","2":"479","3":"No treble. #GBBO https://t.co/PrBYnyEXJd","4":"No treble. #GBBO https://t.co/PrBYnyEXJd","5":"no treble. #gbbo https://t.co/prbynyexjd","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@amrfarid140 @areej_abuali We're not sure we can do anything about this either! #GBBO","2":"480","3":"@amrfarid140 @areej_abuali We're not sure we can do anything about this either! #GBBO","4":"@amrfarid140 @areej_abuali We're not sure we ca...","5":"@amrfarid140 @areej_abuali we're not sure we ca...","6":"@amrfarid140","7":"@areej_abuali","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hi everyone! #GBBO 🤞👋🥳 https://t.co/KWMEzA6St8","2":"481","3":"Hi everyone! #GBBO 🤞👋🥳 https://t.co/KWMEzA6St8","4":"Hi everyone! #GBBO 🤞👋🥳 https://t.co/KWMEzA6St8","5":"hi everyone! #gbbo 🤞👋🥳 https://t.co/kwmeza6st8","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You don’t need to be watching the Euros to see some incredible saves this summer! #GBBO #Euro2020 https://t.co/2UxbPJfSB6","2":"482","3":"You don’t need to be watching the Euros to see some incredible saves this summer! #GBBO #Euro2020 https://t.co/2UxbPJfSB6","4":"You don’t need to be watching the Euros to see ...","5":"you don’t need to be watching the euros to see ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Working Title: Spider-Man: No Way Cone. #GBBO https://t.co/7aekC5PJNv","2":"483","3":"Working Title: Spider-Man: No Way Cone. #GBBO https://t.co/7aekC5PJNv","4":"Working Title: Spider-Man: No Way Cone. #GBBO h...","5":"working title: spider-man: no way cone. #gbbo h...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Carrot illusion cakes are worth rooting for. #GBBO https://t.co/9qYu8IlEJY","2":"484","3":"Carrot illusion cakes are worth rooting for. #GBBO https://t.co/9qYu8IlEJY","4":"Carrot illusion cakes are worth rooting for. #G...","5":"carrot illusion cakes are worth rooting for. #g...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"👊👊👊👊 #GBBO https://t.co/YUIgNyLt3b","2":"485","3":"👊👊👊👊 #GBBO https://t.co/YUIgNyLt3b","4":"👊👊👊👊 #GBBO https://t.co/YUIgNyLt3b","5":"👊👊👊👊 #gbbo https://t.co/yuignylt3b","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you make a rare effort to hit your five a day and want the world to know. #GBBO https://t.co/EaHSzRlxIr","2":"486","3":"When you make a rare effort to hit your five a day and want the world to know. #GBBO https://t.co/EaHSzRlxIr","4":"When you make a rare effort to hit your five a ...","5":"when you make a rare effort to hit your five a ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life is a battlefield. #GBBO https://t.co/IT3GBWWrwH","2":"487","3":"Life is a battlefield. #GBBO https://t.co/IT3GBWWrwH","4":"Life is a battlefield. #GBBO https://t.co/IT3GB...","5":"life is a battlefield. #gbbo https://t.co/it3gb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The worlds of Bake Off and Doctor Who meet at last! Is this… canon? #GBBO @LiamcBakes @tomallencomedy https://t.co/CJlLnM9IWV","2":"488","3":"The worlds of Bake Off and Doctor Who meet at last! Is this… canon? #GBBO @LiamcBakes @tomallencomedy https://t.co/CJlLnM9IWV","4":"The worlds of Bake Off and Doctor Who meet at l...","5":"the worlds of bake off and doctor who meet at l...","6":"@LiamcBakes","7":"@tomallencomedy","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Right baking lovers, let’s do this! #GBBO https://t.co/scy7h4G9V6","2":"489","3":"Right baking lovers, let’s do this! #GBBO https://t.co/scy7h4G9V6","4":"Right baking lovers, let’s do this! #GBBO https...","5":"right baking lovers, let’s do this! #gbbo https...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@susikaam @Channel4 We're just grateful you're finding the EXTRA TIME (eh? EH?!?) to watch our show, Sue! #GBBO #NobelPrizeForWordPlayCandidate","2":"490","3":"@susikaam @Channel4 We're just grateful you're finding the EXTRA TIME (eh? EH?!?) to watch our show, Sue! #GBBO #NobelPrizeForWordPlayCandidate","4":"@susikaam @Channel4 We're just grateful you're ...","5":"@susikaam @channel4 we're just grateful you're ...","6":"@susikaam","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"491","3":"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","4":"If you hear any cheering after 8pm tonight, it’...","5":"if you hear any cheering after 8pm tonight, it’...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@nualasalter Something must fill the void and that something is competitive bakery. #GBBO","2":"492","3":"@nualasalter Something must fill the void and that something is competitive bakery. #GBBO","4":"@nualasalter Something must fill the void and t...","5":"@nualasalter something must fill the void and t...","6":"@nualasalter","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s all kicking off at 8pm tonight… #GBBO https://t.co/fJWwsHTRWB","2":"493","3":"It’s all kicking off at 8pm tonight… #GBBO https://t.co/fJWwsHTRWB","4":"It’s all kicking off at 8pm tonight… #GBBO http...","5":"it’s all kicking off at 8pm tonight… #gbbo http...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"494","3":"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","4":"What your baking brain tells you if you have pl...","5":"what your baking brain tells you if you have pl...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"495","3":"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","4":"As Heat Two Week Two of Bake Off Pros hits @Cha...","5":"as heat two week two of bake off pros hits @cha...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bake Off: The Professionals\\nTonight. 8pm. @Channel4. \\n(Also available afterwards on @All4 😉😉)","2":"496","3":"Bake Off: The Professionals\\nTonight. 8pm. @Channel4. \\n(Also available afterwards on @All4 😉😉)","4":"Bake Off: The Professionals\\nTonight. 8pm. @Chan...","5":"bake off: the professionals\\ntonight. 8pm. @chan...","6":"@Channel4","7":"@All4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"497","3":"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","4":"Tonight at 8pm the people of England and Scotla...","5":"tonight at 8pm the people of england and scotla...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"☕️☕️☕️ = #MondayMotivation https://t.co/VgogFxVMyM","2":"498","3":"☕️☕️☕️ = #MondayMotivation https://t.co/VgogFxVMyM","4":"☕️☕️☕️ = #MondayMotivation https://t.co/VgogFxVMyM","5":"☕️☕️☕️ = #mondaymotivation https://t.co/vgogfxvmym","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Trying to get up on a Monday morning like https://t.co/xlg4LQ13sB","2":"499","3":"Trying to get up on a Monday morning like https://t.co/xlg4LQ13sB","4":"Trying to get up on a Monday morning like https...","5":"trying to get up on a monday morning like https...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every day https://t.co/WdW0yXFrl2","2":"500","3":"Every day https://t.co/WdW0yXFrl2","4":"Every day https://t.co/WdW0yXFrl2","5":"every day https://t.co/wdw0yxfrl2","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Those fruity Showpieces from last night’s Bake Off still have us licking our lips. #GBBO https://t.co/H8VqC28TGF","2":"501","3":"Those fruity Showpieces from last night’s Bake Off still have us licking our lips. #GBBO https://t.co/H8VqC28TGF","4":"Those fruity Showpieces from last night’s Bake ...","5":"those fruity showpieces from last night’s bake ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Oh dear. #GBBO https://t.co/nyEJMKbZwu","2":"502","3":"Oh dear. #GBBO https://t.co/nyEJMKbZwu","4":"Oh dear. #GBBO https://t.co/nyEJMKbZwu","5":"oh dear. #gbbo https://t.co/nyejmkbzwu","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"503","3":"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","4":"Thanks for joining us for the start of Heat Two...","5":"thanks for joining us for the start of heat two...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Music to our ears! #GBBO https://t.co/fBmGPrLfDA","2":"504","3":"Music to our ears! #GBBO https://t.co/fBmGPrLfDA","4":"Music to our ears! #GBBO https://t.co/fBmGPrLfDA","5":"music to our ears! #gbbo https://t.co/fbmgprlfda","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Illusions and Time Travel! Next week’s Bake Off Pros is not to be missed! #GBBO https://t.co/urk1BsTn5U","2":"505","3":"Illusions and Time Travel! Next week’s Bake Off Pros is not to be missed! #GBBO https://t.co/urk1BsTn5U","4":"Illusions and Time Travel! Next week’s Bake Off...","5":"illusions and time travel! next week’s bake off...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Lick your lips over these stunning tiramisu and lemon meringue pie Miniature Classics from our Heat Two pastry chefs. #GBBO https://t.co/sH6aAceC6F","2":"506","3":"Lick your lips over these stunning tiramisu and lemon meringue pie Miniature Classics from our Heat Two pastry chefs. #GBBO https://t.co/sH6aAceC6F","4":"Lick your lips over these stunning tiramisu and...","5":"lick your lips over these stunning tiramisu and...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We won't live and let pie until we have Benoit Bond! #GBBO https://t.co/RyyDJ3YDa1","2":"507","3":"We won't live and let pie until we have Benoit Bond! #GBBO https://t.co/RyyDJ3YDa1","4":"We won't live and let pie until we have Benoit ...","5":"we won't live and let pie until we have benoit ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@coolAngieWalton @SwindyMiller White chocolate is always better than no chocolate though.... #GBBO #Truth","2":"508","3":"@coolAngieWalton @SwindyMiller White chocolate is always better than no chocolate though.... #GBBO #Truth","4":"@coolAngieWalton @SwindyMiller White chocolate ...","5":"@coolangiewalton @swindymiller white chocolate ...","6":"@coolAngieWalton","7":"@SwindyMiller","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"509","3":"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","4":"Let’s get ready to crumble! Here are the fabulo...","5":"let’s get ready to crumble! here are the fabulo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"A metaphor for modern times. #GBBO https://t.co/9IBQBESLXQ","2":"510","3":"A metaphor for modern times. #GBBO https://t.co/9IBQBESLXQ","4":"A metaphor for modern times. #GBBO https://t.co...","5":"a metaphor for modern times. #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@coolAngieWalton No comment. 😉 #GBBO","2":"511","3":"@coolAngieWalton No comment. 😉 #GBBO","4":"@coolAngieWalton No comment. 😉 #GBBO","5":"@coolangiewalton no comment. 😉 #gbbo","6":"@coolAngieWalton","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@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","2":"512","3":"@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","4":"@LalOctavia @Ariadne_Griffin We have an incredi...","5":"@laloctavia @ariadne_griffin we have an incredi...","6":"@LalOctavia","7":"@Ariadne_Griffin","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"513","3":"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","4":"Things didn’t go to plan for Sarah and Cristina...","5":"things didn’t go to plan for sarah and cristina...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"514","3":"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","4":"We have joint winners for Heat Two Week One - t...","5":"we have joint winners for heat two week one - t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Lerrick & Lineker’s breathtaking Fruit Crumble Showpiece - inspired by the concerns over deforestation in Goa. #GBBO https://t.co/EBuJS0t3r2","2":"515","3":"Lerrick & Lineker’s breathtaking Fruit Crumble Showpiece - inspired by the concerns over deforestation in Goa. #GBBO https://t.co/EBuJS0t3r2","4":"Lerrick & Lineker’s breathtaking Fruit Crum...","5":"lerrick & lineker’s breathtaking fruit crum...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"I AM GROOT! #GBBO https://t.co/whCOqrOGIG","2":"516","3":"I AM GROOT! #GBBO https://t.co/whCOqrOGIG","4":"I AM GROOT! #GBBO https://t.co/whCOqrOGIG","5":"i am groot! #gbbo https://t.co/whcoqrogig","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The magnificent Apple Crumble Showpiece from Geanina and George. 🍏🍏🍏 #GBBO https://t.co/3fpMbdoesR","2":"517","3":"The magnificent Apple Crumble Showpiece from Geanina and George. 🍏🍏🍏 #GBBO https://t.co/3fpMbdoesR","4":"The magnificent Apple Crumble Showpiece from Ge...","5":"the magnificent apple crumble showpiece from ge...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Where’s the Yorkshire Custard??? #GBBO https://t.co/zjiBFeEdWN","2":"518","3":"Where’s the Yorkshire Custard??? #GBBO https://t.co/zjiBFeEdWN","4":"Where’s the Yorkshire Custard??? #GBBO https://...","5":"where’s the yorkshire custard??? #gbbo https://...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We like to think there's a litte more to it than that... 😉 #GBBO https://t.co/7yEisvmPGp","2":"519","3":"We like to think there's a litte more to it than that... 😉 #GBBO https://t.co/7yEisvmPGp","4":"We like to think there's a litte more to it tha...","5":"we like to think there's a litte more to it tha...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Nessie & Domino’s ‘Chocolate Stairway To Heaven’ Fruit Crumble Showpiece. A wonderful sight to behold. #GBBO https://t.co/CR9pZOxDA6","2":"520","3":"Nessie & Domino’s ‘Chocolate Stairway To Heaven’ Fruit Crumble Showpiece. A wonderful sight to behold. #GBBO https://t.co/CR9pZOxDA6","4":"Nessie & Domino’s ‘Chocolate Stairway To He...","5":"nessie & domino’s ‘chocolate stairway to he...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Never tempt fate on Bake Off. #GBBO https://t.co/bAqfvdglQV","2":"521","3":"Never tempt fate on Bake Off. #GBBO https://t.co/bAqfvdglQV","4":"Never tempt fate on Bake Off. #GBBO https://t.c...","5":"never tempt fate on bake off. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Discuss + Custard = Discussed-ard? #GBBO https://t.co/E7clK3y165","2":"522","3":"Discuss + Custard = Discussed-ard? #GBBO https://t.co/E7clK3y165","4":"Discuss + Custard = Discussed-ard? #GBBO https:...","5":"discuss + custard = discussed-ard? #gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Anyone: STOP!\\n\\nMe: https://t.co/weFjp9jzys","2":"523","3":"Anyone: STOP!\\n\\nMe: https://t.co/weFjp9jzys","4":"Anyone: STOP!\\n\\nMe: https://t.co/weFjp9jzys","5":"anyone: stop!\\n\\nme: https://t.co/wefjp9jzys","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"☕️☕️☕️☕️☕️☕️☕️ #GBBO https://t.co/GLk5fhnXvc","2":"524","3":"☕️☕️☕️☕️☕️☕️☕️ #GBBO https://t.co/GLk5fhnXvc","4":"☕️☕️☕️☕️☕️☕️☕️ #GBBO https://t.co/GLk5fhnXvc","5":"☕️☕️☕️☕️☕️☕️☕️ #gbbo https://t.co/glk5fhnxvc","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"We are Groot.\" #GBBO https://t.co/VYQGXEU0Ph","2":"525","3":"\"We are Groot.\" #GBBO https://t.co/VYQGXEU0Ph","4":"\"We are Groot.\" #GBBO https://t.co/VYQGXEU0Ph","5":"\"we are groot.\" #gbbo https://t.co/vyqgxeu0ph","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Smart move. #GBBO https://t.co/19xKf539yH","2":"526","3":"Smart move. #GBBO https://t.co/19xKf539yH","4":"Smart move. #GBBO https://t.co/19xKf539yH","5":"smart move. #gbbo https://t.co/19xkf539yh","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Stunningly designed tiramisu from Nessie & Domino. #GBBO https://t.co/bEryH9hSnZ","2":"527","3":"Stunningly designed tiramisu from Nessie & Domino. #GBBO https://t.co/bEryH9hSnZ","4":"Stunningly designed tiramisu from Nessie & ...","5":"stunningly designed tiramisu from nessie & ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"A cross between Bake Off and Gladiators would open with a round in which bakers battle with Pugil Breadsticks. #GBBO https://t.co/C19Yluw1Xf","2":"528","3":"A cross between Bake Off and Gladiators would open with a round in which bakers battle with Pugil Breadsticks. #GBBO https://t.co/C19Yluw1Xf","4":"A cross between Bake Off and Gladiators would o...","5":"a cross between bake off and gladiators would o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😢 #GBBO https://t.co/NBzAnYLLG5","2":"529","3":"😢 #GBBO https://t.co/NBzAnYLLG5","4":"😢 #GBBO https://t.co/NBzAnYLLG5","5":"😢 #gbbo https://t.co/nbzanyllg5","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Dear @mgmstudios, please consider this man to replace Daniel Craig as your next James Bond @007. #GBBO @BenoitBlin_MCA https://t.co/Ahk9bMbvNC","2":"530","3":"Dear @mgmstudios, please consider this man to replace Daniel Craig as your next James Bond @007. #GBBO @BenoitBlin_MCA https://t.co/Ahk9bMbvNC","4":"Dear @mgmstudios, please consider this man to r...","5":"dear @mgmstudios, please consider this man to r...","6":"@mgmstudios","7":"@007","8":"@BenoitBlin_MCA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life right now. #GBBO https://t.co/pBJigRwqr3","2":"531","3":"Life right now. #GBBO https://t.co/pBJigRwqr3","4":"Life right now. #GBBO https://t.co/pBJigRwqr3","5":"life right now. #gbbo https://t.co/pbjigrwqr3","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@CelebrantJayne \"We've been bake-to-bake, sure. I will not hesitate. Not for a second.\" #GBBO","2":"532","3":"@CelebrantJayne \"We've been bake-to-bake, sure. I will not hesitate. Not for a second.\" #GBBO","4":"@CelebrantJayne \"We've been bake-to-bake, sure....","5":"@celebrantjayne \"we've been bake-to-bake, sure....","6":"@CelebrantJayne","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If this gif has sound it would shatter your screens. #GBBO https://t.co/H5X7QY6VkM","2":"533","3":"If this gif has sound it would shatter your screens. #GBBO https://t.co/H5X7QY6VkM","4":"If this gif has sound it would shatter your scr...","5":"if this gif has sound it would shatter your scr...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"My brain one minute after finally having some positive thoughts about the future: https://t.co/EnzE4K8VbA","2":"534","3":"My brain one minute after finally having some positive thoughts about the future: https://t.co/EnzE4K8VbA","4":"My brain one minute after finally having some p...","5":"my brain one minute after finally having some p...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Dear @GaryLineker - one of our pastry chefs on Bake Off: The Professionals is named after you! ⚽️⚽️ #BakeOfTheNet #GBBO https://t.co/VqUcoGsY2Q","2":"535","3":"Dear @GaryLineker - one of our pastry chefs on Bake Off: The Professionals is named after you! ⚽️⚽️ #BakeOfTheNet #GBBO https://t.co/VqUcoGsY2Q","4":"Dear @GaryLineker - one of our pastry chefs on ...","5":"dear @garylineker - one of our pastry chefs on ...","6":"@GaryLineker","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Heat 2: The Professionals anyone? #GBBO https://t.co/G0SnYWnebA https://t.co/qkTZq0DDFE","2":"536","3":"Heat 2: The Professionals anyone? #GBBO https://t.co/G0SnYWnebA https://t.co/qkTZq0DDFE","4":"Heat 2: The Professionals anyone? #GBBO https:/...","5":"heat 2: the professionals anyone? #gbbo https:/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🎵 It’s got to beeeeeeeeeeeee...\\n\\n*wait for it* https://t.co/ed7JD548fu","2":"537","3":"🎵 It’s got to beeeeeeeeeeeee...\\n\\n*wait for it* https://t.co/ed7JD548fu","4":"🎵 It’s got to beeeeeeeeeeeee...\\n\\n*wait for it* ...","5":"🎵 it’s got to beeeeeeeeeeeee...\\n\\n*wait for it* ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/e5deKOCwyz","2":"538","3":"Relatable. #GBBO https://t.co/e5deKOCwyz","4":"Relatable. #GBBO https://t.co/e5deKOCwyz","5":"relatable. #gbbo https://t.co/e5dekocwyz","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@thyroidlady @Channel4 Very kind of you to say so. Thrilled you enjoy our show! #GBBO","2":"539","3":"@thyroidlady @Channel4 Very kind of you to say so. Thrilled you enjoy our show! #GBBO","4":"@thyroidlady @Channel4 Very kind of you to say ...","5":"@thyroidlady @channel4 very kind of you to say ...","6":"@thyroidlady","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Your first dining experience in a restaurant after restrictions were lifted. #GBBO https://t.co/25bmdYLf7n","2":"540","3":"Your first dining experience in a restaurant after restrictions were lifted. #GBBO https://t.co/25bmdYLf7n","4":"Your first dining experience in a restaurant af...","5":"your first dining experience in a restaurant af...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Whaaaaat? Six new teams? \\nIt can only mean Heat Two is upon us!\\n#GBBO https://t.co/HmrTD0CS94","2":"541","3":"Whaaaaat? Six new teams? \\nIt can only mean Heat Two is upon us!\\n#GBBO https://t.co/HmrTD0CS94","4":"Whaaaaat? Six new teams? \\nIt can only mean Heat...","5":"whaaaaat? six new teams? \\nit can only mean heat...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Time to find out… #GBBO https://t.co/Z0GBHMzSua","2":"542","3":"Time to find out… #GBBO https://t.co/Z0GBHMzSua","4":"Time to find out… #GBBO https://t.co/Z0GBHMzSua","5":"time to find out… #gbbo https://t.co/z0gbhmzsua","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Coming up at 8pm on @Channel4, Heat Two and these fresh faces whisking it all to impress the judges… #GBBO https://t.co/qurGrHQdPh","2":"543","3":"Coming up at 8pm on @Channel4, Heat Two and these fresh faces whisking it all to impress the judges… #GBBO https://t.co/qurGrHQdPh","4":"Coming up at 8pm on @Channel4, Heat Two and the...","5":"coming up at 8pm on @channel4, heat two and the...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Our first villainous laugh of the evening... #GBBO https://t.co/EzCrXGyCC3 https://t.co/N3kPhO3ioZ","2":"544","3":"Our first villainous laugh of the evening... #GBBO https://t.co/EzCrXGyCC3 https://t.co/N3kPhO3ioZ","4":"Our first villainous laugh of the evening... #G...","5":"our first villainous laugh of the evening... #g...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"545","3":"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","4":"Constructively passing the time stuffing my fac...","5":"constructively passing the time stuffing my fac...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"546","3":"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","4":"It’s all change on Bake Off: The Professionals!...","5":"it’s all change on bake off: the professionals!...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"That agonising wait on a Tuesday afternoon for #GBBO https://t.co/xH6emNQPvf","2":"547","3":"That agonising wait on a Tuesday afternoon for #GBBO https://t.co/xH6emNQPvf","4":"That agonising wait on a Tuesday afternoon for ...","5":"that agonising wait on a tuesday afternoon for ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"548","3":"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","4":"Meet the six new pastry chef duos battling it o...","5":"meet the six new pastry chef duos battling it o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"549","3":"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","4":"Heat Two of Bake Off Pros kicks off tonight! \\nC...","5":"heat two of bake off pros kicks off tonight! \\nc...","6":"@BenoitBlin_MCA","7":"@Cherish_Finden","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done for making it through another week! #FridayFeeling https://t.co/bBsGDjq11l","2":"550","3":"Well done for making it through another week! #FridayFeeling https://t.co/bBsGDjq11l","4":"Well done for making it through another week! #...","5":"well done for making it through another week! #...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When Pac-Man had too much to drink on a night out. #GBBO https://t.co/MI5AUNB2UH","2":"551","3":"When Pac-Man had too much to drink on a night out. #GBBO https://t.co/MI5AUNB2UH","4":"When Pac-Man had too much to drink on a night o...","5":"when pac-man had too much to drink on a night o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The struggle is real. #GBBO https://t.co/9HM2sYJF95","2":"552","3":"The struggle is real. #GBBO https://t.co/9HM2sYJF95","4":"The struggle is real. #GBBO https://t.co/9HM2sY...","5":"the struggle is real. #gbbo https://t.co/9hm2sy...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"553","3":"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","4":"When it dawns on you that you’re never happy wi...","5":"when it dawns on you that you’re never happy wi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The stunning Robot creations from last night’s Chocolate Week on Bake Off Pros. #GBBO https://t.co/smz80BudXv","2":"554","3":"The stunning Robot creations from last night’s Chocolate Week on Bake Off Pros. #GBBO https://t.co/smz80BudXv","4":"The stunning Robot creations from last night’s ...","5":"the stunning robot creations from last night’s ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"555","3":"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","4":"Thanks for joining us on Chocolate Week tonight...","5":"thanks for joining us on chocolate week tonight...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@simonheath81 @cherish_finden @duranduran Sorry, I don't want your loaf.","2":"556","3":"@simonheath81 @cherish_finden @duranduran Sorry, I don't want your loaf.","4":"@simonheath81 @cherish_finden @duranduran Sorry...","5":"@simonheath81 @cherish_finden @duranduran sorry...","6":"@simonheath81","7":"@cherish_finden","8":"@duranduran","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@simonheath81 @cherish_finden @duranduran You've gone choux far this time.","2":"557","3":"@simonheath81 @cherish_finden @duranduran You've gone choux far this time.","4":"@simonheath81 @cherish_finden @duranduran You'v...","5":"@simonheath81 @cherish_finden @duranduran you'v...","6":"@simonheath81","7":"@cherish_finden","8":"@duranduran","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@simonheath81 @cherish_finden @duranduran Yes. The union of the bake is on the climb. #GBBO","2":"558","3":"@simonheath81 @cherish_finden @duranduran Yes. The union of the bake is on the climb. #GBBO","4":"@simonheath81 @cherish_finden @duranduran Yes. ...","5":"@simonheath81 @cherish_finden @duranduran yes. ...","6":"@simonheath81","7":"@cherish_finden","8":"@duranduran","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Coming next Tuesday, it’s Heat Two and a whole new world of pastry chef duos to meet! #GBBO https://t.co/mn7lmPIZ3n","2":"559","3":"Coming next Tuesday, it’s Heat Two and a whole new world of pastry chef duos to meet! #GBBO https://t.co/mn7lmPIZ3n","4":"Coming next Tuesday, it’s Heat Two and a whole ...","5":"coming next tuesday, it’s heat two and a whole ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Feast your eyes on what our pastry chefs created for the Secret Recipe Challenge! #GBBO https://t.co/uEok1d5xOQ","2":"560","3":"Feast your eyes on what our pastry chefs created for the Secret Recipe Challenge! #GBBO https://t.co/uEok1d5xOQ","4":"Feast your eyes on what our pastry chefs create...","5":"feast your eyes on what our pastry chefs create...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@lozzzknight Glad to be of service! #GBBO","2":"561","3":"@lozzzknight Glad to be of service! #GBBO","4":"@lozzzknight Glad to be of service! #GBBO","5":"@lozzzknight glad to be of service! #gbbo","6":"@lozzzknight","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Nuts and bolts never looked so appetising. Here are the stunning creations for Chocolate Week’s Robot Showpiece Challenge! #GBBO https://t.co/IT9nQNQefV","2":"562","3":"Nuts and bolts never looked so appetising. Here are the stunning creations for Chocolate Week’s Robot Showpiece Challenge! #GBBO https://t.co/IT9nQNQefV","4":"Nuts and bolts never looked so appetising. Here...","5":"nuts and bolts never looked so appetising. here...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@laurabarr38 We're so glad you got that reference! Imagine if Tick Tock was on TikTok... #GBBO https://t.co/7GDA8FJtCy","2":"563","3":"@laurabarr38 We're so glad you got that reference! Imagine if Tick Tock was on TikTok... #GBBO https://t.co/7GDA8FJtCy","4":"@laurabarr38 We're so glad you got that referen...","5":"@laurabarr38 we're so glad you got that referen...","6":"@laurabarr38","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"564","3":"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","4":"Well done to the three pastry chefs duos who ha...","5":"well done to the three pastry chefs duos who ha...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Benoit says it best when he says nothing at all. #GBBO @BenoitBlin_MCA https://t.co/FOTEqI26pO","2":"565","3":"Benoit says it best when he says nothing at all. #GBBO @BenoitBlin_MCA https://t.co/FOTEqI26pO","4":"Benoit says it best when he says nothing at all...","5":"benoit says it best when he says nothing at all...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"566","3":"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","4":"After a close decision for the judges, we’re sa...","5":"after a close decision for the judges, we’re sa...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Congratulations to Kevin and Maria Vittoria for their first victory in this series of Bake Off: The Professionals! 👏👏 #GBBO https://t.co/pnGAoP6cWA","2":"567","3":"Congratulations to Kevin and Maria Vittoria for their first victory in this series of Bake Off: The Professionals! 👏👏 #GBBO https://t.co/pnGAoP6cWA","4":"Congratulations to Kevin and Maria Vittoria for...","5":"congratulations to kevin and maria vittoria for...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Return To Oz (1985)\\n#GBBO https://t.co/JfLaTGgIAd","2":"568","3":"Return To Oz (1985)\\n#GBBO https://t.co/JfLaTGgIAd","4":"Return To Oz (1985)\\n#GBBO https://t.co/JfLaTGgIAd","5":"return to oz (1985)\\n#gbbo https://t.co/jflatggiad","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Prepare to pout when the ruler comes out. #GBBO https://t.co/Yjxlwm40KY","2":"569","3":"Prepare to pout when the ruler comes out. #GBBO https://t.co/Yjxlwm40KY","4":"Prepare to pout when the ruler comes out. #GBBO...","5":"prepare to pout when the ruler comes out. #gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@WendyTh50990762 It's only going one of two ways, isn't it? #GBBO","2":"570","3":"@WendyTh50990762 It's only going one of two ways, isn't it? #GBBO","4":"@WendyTh50990762 It's only going one of two way...","5":"@wendyth50990762 it's only going one of two way...","6":"@WendyTh50990762","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Global domination awaits for Kevin and Maria Vittoria’s incredible Robot Showpiece creation for Chocolate Week. #GBBO https://t.co/d4h8bR4fog","2":"571","3":"Global domination awaits for Kevin and Maria Vittoria’s incredible Robot Showpiece creation for Chocolate Week. #GBBO https://t.co/d4h8bR4fog","4":"Global domination awaits for Kevin and Maria Vi...","5":"global domination awaits for kevin and maria vi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Pie, Robot. 🤖\\n\\nAmazing construction work from the pastry chefs on Bake Off: The Professionals. 👏👏👏 #GBBO https://t.co/HaeMtLN10L","2":"572","3":"Pie, Robot. 🤖\\n\\nAmazing construction work from the pastry chefs on Bake Off: The Professionals. 👏👏👏 #GBBO https://t.co/HaeMtLN10L","4":"Pie, Robot. 🤖\\n\\nAmazing construction work from t...","5":"pie, robot. 🤖\\n\\namazing construction work from t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Chocolate Spaghetti. \\nWould you go there? #GBBO #SpagChoc https://t.co/GvZ6uSXoxZ","2":"573","3":"Chocolate Spaghetti. \\nWould you go there? #GBBO #SpagChoc https://t.co/GvZ6uSXoxZ","4":"Chocolate Spaghetti. \\nWould you go there? #GBBO...","5":"chocolate spaghetti. \\nwould you go there? #gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Choux-denfreude. #GBBO https://t.co/K1IhaDlVbX","2":"574","3":"Choux-denfreude. #GBBO https://t.co/K1IhaDlVbX","4":"Choux-denfreude. #GBBO https://t.co/K1IhaDlVbX","5":"choux-denfreude. #gbbo https://t.co/k1ihadlvbx","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Terminator: Rise Of The Liams. #GBBO @Liamcbakes https://t.co/pUYmBQ9hjV","2":"575","3":"Terminator: Rise Of The Liams. #GBBO @Liamcbakes https://t.co/pUYmBQ9hjV","4":"Terminator: Rise Of The Liams. #GBBO @Liamcbake...","5":"terminator: rise of the liams. #gbbo @liamcbake...","6":"@Liamcbakes","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"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","2":"576","3":"\"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","4":"\"That Tominator is out there. I can't be reason...","5":"\"that tominator is out there. i can't be reason...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The last 15 months. #GBBO https://t.co/1nlBgRZiT4","2":"577","3":"The last 15 months. #GBBO https://t.co/1nlBgRZiT4","4":"The last 15 months. #GBBO https://t.co/1nlBgRZiT4","5":"the last 15 months. #gbbo https://t.co/1nlbgrzit4","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Kevin & Maria Vittoria’s stunning Chocolate and Pink Grapefruit creation for the Secret Recipe Challenge. #GBBO https://t.co/Xuz7efNvEu","2":"578","3":"Kevin & Maria Vittoria’s stunning Chocolate and Pink Grapefruit creation for the Secret Recipe Challenge. #GBBO https://t.co/Xuz7efNvEu","4":"Kevin & Maria Vittoria’s stunning Chocolate...","5":"kevin & maria vittoria’s stunning chocolate...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Pac-Man after too much to drink at an 80s bar. #GBBO https://t.co/6KQ2o5wPLx","2":"579","3":"Pac-Man after too much to drink at an 80s bar. #GBBO https://t.co/6KQ2o5wPLx","4":"Pac-Man after too much to drink at an 80s bar. ...","5":"pac-man after too much to drink at an 80s bar. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The choux must go on. Jamie & Andréa’s effort for the Secret Recipe Challenge. #GBBO https://t.co/zY2ZN2wVQJ","2":"580","3":"The choux must go on. Jamie & Andréa’s effort for the Secret Recipe Challenge. #GBBO https://t.co/zY2ZN2wVQJ","4":"The choux must go on. Jamie & Andréa’s effo...","5":"the choux must go on. jamie & andréa’s effo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"“Stunning” is the verdict from @BenoitBlin_MCA on Julien & Elise’s Chocolate and Pink Grapefruit Cake. #GBBO https://t.co/fkbxN7BTsQ","2":"581","3":"“Stunning” is the verdict from @BenoitBlin_MCA on Julien & Elise’s Chocolate and Pink Grapefruit Cake. #GBBO https://t.co/fkbxN7BTsQ","4":"“Stunning” is the verdict from @BenoitBlin_MCA ...","5":"“stunning” is the verdict from @benoitblin_mca ...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We'll bet our Judges don't share this take. #GBBO https://t.co/KU5tcMT1yg","2":"582","3":"We'll bet our Judges don't share this take. #GBBO https://t.co/KU5tcMT1yg","4":"We'll bet our Judges don't share this take. #GB...","5":"we'll bet our judges don't share this take. #gb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every day. #GBBO https://t.co/IhiBzcSiub","2":"583","3":"Every day. #GBBO https://t.co/IhiBzcSiub","4":"Every day. #GBBO https://t.co/IhiBzcSiub","5":"every day. #gbbo https://t.co/ihibzcsiub","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relax. Don’t choux it. #GBBO https://t.co/cVAQIDK8pX","2":"584","3":"Relax. Don’t choux it. #GBBO https://t.co/cVAQIDK8pX","4":"Relax. Don’t choux it. #GBBO https://t.co/cVAQI...","5":"relax. don’t choux it. #gbbo https://t.co/cvaqi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The feeling of denial after every bad first date. #GBBO https://t.co/9AVChWMC9D","2":"585","3":"The feeling of denial after every bad first date. #GBBO https://t.co/9AVChWMC9D","4":"The feeling of denial after every bad first dat...","5":"the feeling of denial after every bad first dat...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@jambosn2 Our pleasure! Hope you enjoy the show tonight! #GBBO","2":"586","3":"@jambosn2 Our pleasure! Hope you enjoy the show tonight! #GBBO","4":"@jambosn2 Our pleasure! Hope you enjoy the show...","5":"@jambosn2 our pleasure! hope you enjoy the show...","6":"@jambosn2","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We’re with you 100% @BenoitBlin_MCA! \\n🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫\\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\\n#GBBO https://t.co/8uOrN84r4D","2":"587","3":"We’re with you 100% @BenoitBlin_MCA! \\n🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫\\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\\n#GBBO https://t.co/8uOrN84r4D","4":"We’re with you 100% @BenoitBlin_MCA! \\n🍫🍫🍫🍫🍫🍫🍫🍫🍫...","5":"we’re with you 100% @benoitblin_mca! \\n🍫🍫🍫🍫🍫🍫🍫🍫🍫...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hey! Don't knock it 'til you've tried it. THEN knock it. #GBBO https://t.co/wKAjE1op7U","2":"588","3":"Hey! Don't knock it 'til you've tried it. THEN knock it. #GBBO https://t.co/wKAjE1op7U","4":"Hey! Don't knock it 'til you've tried it. THEN ...","5":"hey! don't knock it 'til you've tried it. then ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The greatest crossover event of all time. @Cherish_Finden @DuranDuran #GBBO https://t.co/p99vYAA11V","2":"589","3":"The greatest crossover event of all time. @Cherish_Finden @DuranDuran #GBBO https://t.co/p99vYAA11V","4":"The greatest crossover event of all time. @Cher...","5":"the greatest crossover event of all time. @cher...","6":"@Cherish_Finden","7":"@DuranDuran","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not again. Please not again. #GBBO https://t.co/wChpZ3X8wi","2":"590","3":"Not again. Please not again. #GBBO https://t.co/wChpZ3X8wi","4":"Not again. Please not again. #GBBO https://t.co...","5":"not again. please not again. #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Secret Recipe Challenge!!! #GBBO https://t.co/b81dWgUOA7","2":"591","3":"Secret Recipe Challenge!!! #GBBO https://t.co/b81dWgUOA7","4":"Secret Recipe Challenge!!! #GBBO https://t.co/b...","5":"secret recipe challenge!!! #gbbo https://t.co/b...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"Avengers! Sass-essmble!\" #GBBO https://t.co/q5W9362TJd https://t.co/p3GgCizhCw","2":"592","3":"\"Avengers! Sass-essmble!\" #GBBO https://t.co/q5W9362TJd https://t.co/p3GgCizhCw","4":"\"Avengers! Sass-essmble!\" #GBBO https://t.co/q5...","5":"\"avengers! sass-essmble!\" #gbbo https://t.co/q5...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"That ‘Weird Science’ remake is coming along well. #GBBO @tomallencomedy @liamcbakes https://t.co/X92HRa1z41","2":"593","3":"That ‘Weird Science’ remake is coming along well. #GBBO @tomallencomedy @liamcbakes https://t.co/X92HRa1z41","4":"That ‘Weird Science’ remake is coming along wel...","5":"that ‘weird science’ remake is coming along wel...","6":"@tomallencomedy","7":"@liamcbakes","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"594","3":"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","4":"Stop what you’re doing, get down on your settee...","5":"stop what you’re doing, get down on your settee...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Staring at your telly armed with nibbles waiting for Bake Off Pros to begin. #GBBO https://t.co/UA2ofggOWN","2":"595","3":"Staring at your telly armed with nibbles waiting for Bake Off Pros to begin. #GBBO https://t.co/UA2ofggOWN","4":"Staring at your telly armed with nibbles waitin...","5":"staring at your telly armed with nibbles waitin...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Your default setting for tonight’s Chocolate Week.\\nBake Off: The Professionals. 8pm. @Channel4. #GBBO https://t.co/BJaa2MYXM8","2":"596","3":"Your default setting for tonight’s Chocolate Week.\\nBake Off: The Professionals. 8pm. @Channel4. #GBBO https://t.co/BJaa2MYXM8","4":"Your default setting for tonight’s Chocolate We...","5":"your default setting for tonight’s chocolate we...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"597","3":"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","4":"Join @LiamcBakes, @tomallencomedy, @BenoitBlin_...","5":"join @liamcbakes, @tomallencomedy, @benoitblin_...","6":"@LiamcBakes","7":"@tomallencomedy","8":"@BenoitBlin_MCA","9":"@Cherish_Finden","10":"@Channel4","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"598","3":"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","4":"Here are the remaining pastry duos battling it ...","5":"here are the remaining pastry duos battling it ...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🚨 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","2":"599","3":"🚨 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","4":"🚨 DROOL ALERT! THIS IS NOT A DRILL! 🚨\\nIt’s Choc...","5":"🚨 drool alert! this is not a drill! 🚨\\nit’s choc...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"600","3":"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","4":"All good things come in twos. Join @tomallencom...","5":"all good things come in twos. join @tomallencom...","6":"@tomallencomedy","7":"@liamcbakes","8":"@Channel4","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Waking up and remembering it’s Chocolate Week on Bake Off: The Professionals! #GBBO #MondayMotivation https://t.co/EQf6PQAmB1","2":"601","3":"Waking up and remembering it’s Chocolate Week on Bake Off: The Professionals! #GBBO #MondayMotivation https://t.co/EQf6PQAmB1","4":"Waking up and remembering it’s Chocolate Week o...","5":"waking up and remembering it’s chocolate week o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every time the sun comes out. ☀️☀️☀️🍦🍦🍦 #GBBO #FridayFeeling https://t.co/SvmLXdV9iI","2":"602","3":"Every time the sun comes out. ☀️☀️☀️🍦🍦🍦 #GBBO #FridayFeeling https://t.co/SvmLXdV9iI","4":"Every time the sun comes out. ☀️☀️☀️🍦🍦🍦 #GBBO #...","5":"every time the sun comes out. ☀️☀️☀️🍦🍦🍦 #gbbo #...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The politest disagreement ever. #GBBO https://t.co/IfnlUZZzNz","2":"603","3":"The politest disagreement ever. #GBBO https://t.co/IfnlUZZzNz","4":"The politest disagreement ever. #GBBO https://t...","5":"the politest disagreement ever. #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We are our own worst enemies. #ThursdayThoughts #GBBO https://t.co/9Fn5NRZ29F","2":"604","3":"We are our own worst enemies. #ThursdayThoughts #GBBO https://t.co/9Fn5NRZ29F","4":"We are our own worst enemies. #ThursdayThoughts...","5":"we are our own worst enemies. #thursdaythoughts...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Those mesmerising Macaron Tower Showpieces from last night’s Bake Off Pros. #GBBO https://t.co/8c1f0sl5eP","2":"605","3":"Those mesmerising Macaron Tower Showpieces from last night’s Bake Off Pros. #GBBO https://t.co/8c1f0sl5eP","4":"Those mesmerising Macaron Tower Showpieces from...","5":"those mesmerising macaron tower showpieces from...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Society. #GBBO https://t.co/ScKJzswZf6","2":"606","3":"Society. #GBBO https://t.co/ScKJzswZf6","4":"Society. #GBBO https://t.co/ScKJzswZf6","5":"society. #gbbo https://t.co/sckjzswzf6","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Never judge a book by its cover. #WednesdayWisdom #GBBO https://t.co/M7SS9aIGpX","2":"607","3":"Never judge a book by its cover. #WednesdayWisdom #GBBO https://t.co/M7SS9aIGpX","4":"Never judge a book by its cover. #WednesdayWisd...","5":"never judge a book by its cover. #wednesdaywisd...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Ianhwatkins Tell me that you are the only bun. The only bun for me...","2":"608","3":"@Ianhwatkins Tell me that you are the only bun. The only bun for me...","4":"@Ianhwatkins Tell me that you are the only bun....","5":"@ianhwatkins tell me that you are the only bun....","6":"@Ianhwatkins","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Ianhwatkins If you do make a big cake, please make sure there aren't any wasted tiers... 😉😜","2":"609","3":"@Ianhwatkins If you do make a big cake, please make sure there aren't any wasted tiers... 😉😜","4":"@Ianhwatkins If you do make a big cake, please ...","5":"@ianhwatkins if you do make a big cake, please ...","6":"@Ianhwatkins","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"610","3":"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","4":"Right, we’re off to dream about IRISH COFFEE MO...","5":"right, we’re off to dream about irish coffee mo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There. Will. Be. Drool.\\nStart hydrating folks - it’s Chocolate Week next Tuesday on Bake Off: The Professionals! #GBBO https://t.co/CtfSP1mqES","2":"611","3":"There. Will. Be. Drool.\\nStart hydrating folks - it’s Chocolate Week next Tuesday on Bake Off: The Professionals! #GBBO https://t.co/CtfSP1mqES","4":"There. Will. Be. Drool.\\nStart hydrating folks -...","5":"there. will. be. drool.\\nstart hydrating folks -...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"612","3":"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","4":"Truly magical. Here are the Mushroom Illusion a...","5":"truly magical. here are the mushroom illusion a...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Ianhwatkins The love has scone... but it's got a hold of our tart! #GBBO","2":"613","3":"@Ianhwatkins The love has scone... but it's got a hold of our tart! #GBBO","4":"@Ianhwatkins The love has scone... but it's got...","5":"@ianhwatkins the love has scone... but it's got...","6":"@Ianhwatkins","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When well intended mushroom puns turn out a bit shiitake… and we thought @tomallencomedy was such a fun-ghi! #GBBO https://t.co/yDqx0LnBZI","2":"614","3":"When well intended mushroom puns turn out a bit shiitake… and we thought @tomallencomedy was such a fun-ghi! #GBBO https://t.co/yDqx0LnBZI","4":"When well intended mushroom puns turn out a bit...","5":"when well intended mushroom puns turn out a bit...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"615","3":"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","4":"Behold the magnificent and mighty Macaron Tower...","5":"behold the magnificent and mighty macaron tower...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Congratulations again to Julien and Elise - our Heat One Week Two winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/QUaRvsdKaw","2":"616","3":"Congratulations again to Julien and Elise - our Heat One Week Two winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/QUaRvsdKaw","4":"Congratulations again to Julien and Elise - our...","5":"congratulations again to julien and elise - our...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"617","3":"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","4":"You win some, you lose some. We’re sad to see S...","5":"you win some, you lose some. we’re sad to see s...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"OH NO!! 😱😱😱 #GBBO https://t.co/s1dJRgdPtM","2":"618","3":"OH NO!! 😱😱😱 #GBBO https://t.co/s1dJRgdPtM","4":"OH NO!! 😱😱😱 #GBBO https://t.co/s1dJRgdPtM","5":"oh no!! 😱😱😱 #gbbo https://t.co/s1djrgdptm","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Wow! The marvellous Macaron Showpiece from Michael and Andrew. #GBBO https://t.co/FxqneZeu16","2":"619","3":"Wow! The marvellous Macaron Showpiece from Michael and Andrew. #GBBO https://t.co/FxqneZeu16","4":"Wow! The marvellous Macaron Showpiece from Mich...","5":"wow! the marvellous macaron showpiece from mich...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"No words. 😢 #GBBO https://t.co/3zp6EXabDt","2":"620","3":"No words. 😢 #GBBO https://t.co/3zp6EXabDt","4":"No words. 😢 #GBBO https://t.co/3zp6EXabDt","5":"no words. 😢 #gbbo https://t.co/3zp6exabdt","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"621","3":"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","4":"When the muscle memory kicks in during an @Offi...","5":"when the muscle memory kicks in during an @offi...","6":"@OfficialSteps","7":"@Ianhwatkins","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Un-baaa-lievable. #GBBO https://t.co/aFLjpZDFhH","2":"622","3":"Un-baaa-lievable. #GBBO https://t.co/aFLjpZDFhH","4":"Un-baaa-lievable. #GBBO https://t.co/aFLjpZDFhH","5":"un-baaa-lievable. #gbbo https://t.co/afljpzdfhh","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Disney films before the death scene arrives and ruins your childhood. #GBBO https://t.co/Ph0d8S2Ujb","2":"623","3":"Disney films before the death scene arrives and ruins your childhood. #GBBO https://t.co/Ph0d8S2Ujb","4":"Disney films before the death scene arrives and...","5":"disney films before the death scene arrives and...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@PatchworkSteve Team work makes the dream work... #GBBO https://t.co/L7uPLjrRbp","2":"624","3":"@PatchworkSteve Team work makes the dream work... #GBBO https://t.co/L7uPLjrRbp","4":"@PatchworkSteve Team work makes the dream work....","5":"@patchworksteve team work makes the dream work....","6":"@PatchworkSteve","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Watching #GBBO and snacking. The multitasking dream. https://t.co/wogY7GfJFr","2":"625","3":"Watching #GBBO and snacking. The multitasking dream. https://t.co/wogY7GfJFr","4":"Watching #GBBO and snacking. The multitasking d...","5":"watching #gbbo and snacking. the multitasking d...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@WatchingTVnFilm Bake Off moves pretty fast... #GBBO https://t.co/l0b3AUznN9","2":"626","3":"@WatchingTVnFilm Bake Off moves pretty fast... #GBBO https://t.co/l0b3AUznN9","4":"@WatchingTVnFilm Bake Off moves pretty fast... ...","5":"@watchingtvnfilm bake off moves pretty fast... ...","6":"@WatchingTVnFilm","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Accurate. #GBBO https://t.co/kv8xsAlQuj","2":"627","3":"Accurate. #GBBO https://t.co/kv8xsAlQuj","4":"Accurate. #GBBO https://t.co/kv8xsAlQuj","5":"accurate. #gbbo https://t.co/kv8xsalquj","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🌶🌶🌶 #GBBO @Liamcbakes https://t.co/cYAHczx9uf","2":"628","3":"🌶🌶🌶 #GBBO @Liamcbakes https://t.co/cYAHczx9uf","4":"🌶🌶🌶 #GBBO @Liamcbakes https://t.co/cYAHczx9uf","5":"🌶🌶🌶 #gbbo @liamcbakes https://t.co/cyahczx9uf","6":"@Liamcbakes","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You have NO idea... 😉#GBBO https://t.co/IDnu4klAmB","2":"629","3":"You have NO idea... 😉#GBBO https://t.co/IDnu4klAmB","4":"You have NO idea... 😉#GBBO https://t.co/IDnu4klAmB","5":"you have no idea... 😉#gbbo https://t.co/idnu4klamb","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@ylovesgok @Channel4 You say \"toadstool\", we say \"mushroom\"... that really doesn't work does it? https://t.co/7a7zDwx96w","2":"630","3":"@ylovesgok @Channel4 You say \"toadstool\", we say \"mushroom\"... that really doesn't work does it? https://t.co/7a7zDwx96w","4":"@ylovesgok @Channel4 You say \"toadstool\", we sa...","5":"@ylovesgok @channel4 you say \"toadstool\", we sa...","6":"@ylovesgok","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😱😱😱😱 #GBBO @Cherish_Finden https://t.co/iYDEbeh0Fo","2":"631","3":"😱😱😱😱 #GBBO @Cherish_Finden https://t.co/iYDEbeh0Fo","4":"😱😱😱😱 #GBBO @Cherish_Finden https://t.co/iYDEbeh0Fo","5":"😱😱😱😱 #gbbo @cherish_finden https://t.co/iydebeh0fo","6":"@Cherish_Finden","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The most feared sight in baking - @Cherish_Finden with her ruler out. #GBBO https://t.co/D0319vP9Gv","2":"632","3":"The most feared sight in baking - @Cherish_Finden with her ruler out. #GBBO https://t.co/D0319vP9Gv","4":"The most feared sight in baking - @Cherish_Find...","5":"the most feared sight in baking - @cherish_find...","6":"@Cherish_Finden","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What Super Mario sees in the Mushroom Kingdom. #GBBO https://t.co/a3oYsIJSKw","2":"633","3":"What Super Mario sees in the Mushroom Kingdom. #GBBO https://t.co/a3oYsIJSKw","4":"What Super Mario sees in the Mushroom Kingdom. ...","5":"what super mario sees in the mushroom kingdom. ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There's only one way to settle this... #GBBO https://t.co/Q145ImR5Eh","2":"634","3":"There's only one way to settle this... #GBBO https://t.co/Q145ImR5Eh","4":"There's only one way to settle this... #GBBO ht...","5":"there's only one way to settle this... #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@CMNatic Thank you. The key to posting for so many platforms is being versatile. #GBBO","2":"635","3":"@CMNatic Thank you. The key to posting for so many platforms is being versatile. #GBBO","4":"@CMNatic Thank you. The key to posting for so m...","5":"@cmnatic thank you. the key to posting for so m...","6":"@CMNatic","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Now we may be wrong, but we get the impression @Cherish_Finden may have enjoyed that. #GBBO https://t.co/GMmrHG31KF","2":"636","3":"Now we may be wrong, but we get the impression @Cherish_Finden may have enjoyed that. #GBBO https://t.co/GMmrHG31KF","4":"Now we may be wrong, but we get the impression ...","5":"now we may be wrong, but we get the impression ...","6":"@Cherish_Finden","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Ouch 😳😳😳 #GBBO https://t.co/2xuWgHQOr9","2":"637","3":"Ouch 😳😳😳 #GBBO https://t.co/2xuWgHQOr9","4":"Ouch 😳😳😳 #GBBO https://t.co/2xuWgHQOr9","5":"ouch 😳😳😳 #gbbo https://t.co/2xuwghqor9","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Apshe1 😇 #GBBO","2":"638","3":"@Apshe1 😇 #GBBO","4":"@Apshe1 😇 #GBBO","5":"@apshe1 😇 #gbbo","6":"@Apshe1","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Me during every #GBBO ad break. @tomallencomedy https://t.co/pQs7FXiFCp","2":"639","3":"Me during every #GBBO ad break. @tomallencomedy https://t.co/pQs7FXiFCp","4":"Me during every #GBBO ad break. @tomallencomedy...","5":"me during every #gbbo ad break. @tomallencomedy...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relationships in a nutshell. #GBBO https://t.co/exRNidDNMT","2":"640","3":"Relationships in a nutshell. #GBBO https://t.co/exRNidDNMT","4":"Relationships in a nutshell. #GBBO https://t.co...","5":"relationships in a nutshell. #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"A top is nothing without a bottom. #GBBO https://t.co/Mh9rwk8QI7","2":"641","3":"A top is nothing without a bottom. #GBBO https://t.co/Mh9rwk8QI7","4":"A top is nothing without a bottom. #GBBO https:...","5":"a top is nothing without a bottom. #gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Whatta guy. #GBBO https://t.co/yzrWFnTwyH","2":"642","3":"Whatta guy. #GBBO https://t.co/yzrWFnTwyH","4":"Whatta guy. #GBBO https://t.co/yzrWFnTwyH","5":"whatta guy. #gbbo https://t.co/yzrwfntwyh","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Irish Coffee Mousse!\\nStop the show. It’s never going to get any better than this.\\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\\n#GBBO https://t.co/8U1Fv7uoGN","2":"643","3":"Irish Coffee Mousse!\\nStop the show. It’s never going to get any better than this.\\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\\n#GBBO https://t.co/8U1Fv7uoGN","4":"Irish Coffee Mousse!\\nStop the show. It’s never ...","5":"irish coffee mousse!\\nstop the show. it’s never ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@BurgessMoon A damn fine spot on your part there... #GBBO https://t.co/AI4KpYkRco","2":"644","3":"@BurgessMoon A damn fine spot on your part there... #GBBO https://t.co/AI4KpYkRco","4":"@BurgessMoon A damn fine spot on your part ther...","5":"@burgessmoon a damn fine spot on your part ther...","6":"@BurgessMoon","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🤤🤤🤤 #GBBO https://t.co/hLerMMk3gP","2":"645","3":"🤤🤤🤤 #GBBO https://t.co/hLerMMk3gP","4":"🤤🤤🤤 #GBBO https://t.co/hLerMMk3gP","5":"🤤🤤🤤 #gbbo https://t.co/hlermmk3gp","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"No escape. #GBBO https://t.co/BThhH72eoK","2":"646","3":"No escape. #GBBO https://t.co/BThhH72eoK","4":"No escape. #GBBO https://t.co/BThhH72eoK","5":"no escape. #gbbo https://t.co/bthhh72eok","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"647","3":"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","4":"We do love Mr Styles' love of tasty song titles...","5":"we do love mr styles' love of tasty song titles...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"🔥🔥🔥🔥🔥🔥🔥🔥 #GBBO https://t.co/Re7z9YsAQk","2":"648","3":"🔥🔥🔥🔥🔥🔥🔥🔥 #GBBO https://t.co/Re7z9YsAQk","4":"🔥🔥🔥🔥🔥🔥🔥🔥 #GBBO https://t.co/Re7z9YsAQk","5":"🔥🔥🔥🔥🔥🔥🔥🔥 #gbbo https://t.co/re7z9ysaqk","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Garmonbozia! #GBBO #TwinPeaks https://t.co/AxGeuaCvTr","2":"649","3":"Garmonbozia! #GBBO #TwinPeaks https://t.co/AxGeuaCvTr","4":"Garmonbozia! #GBBO #TwinPeaks https://t.co/AxGe...","5":"garmonbozia! #gbbo #twinpeaks https://t.co/axge...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"If Del Boy was a pastry chef… #GBBO https://t.co/QabEv0bZLN","2":"650","3":"If Del Boy was a pastry chef… #GBBO https://t.co/QabEv0bZLN","4":"If Del Boy was a pastry chef… #GBBO https://t.c...","5":"if del boy was a pastry chef… #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life can be so unfair. #GBBO https://t.co/Anb6GTJgya","2":"651","3":"Life can be so unfair. #GBBO https://t.co/Anb6GTJgya","4":"Life can be so unfair. #GBBO https://t.co/Anb6G...","5":"life can be so unfair. #gbbo https://t.co/anb6g...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Iconic. ❤️❤️\\n@liamcbakes displays his superpowers and @tomallencomedy shows us his Fanny Cradock. #GBBO https://t.co/79kdGQ40tb","2":"652","3":"Iconic. ❤️❤️\\n@liamcbakes displays his superpowers and @tomallencomedy shows us his Fanny Cradock. #GBBO https://t.co/79kdGQ40tb","4":"Iconic. ❤️❤️\\n@liamcbakes displays his superpowe...","5":"iconic. ❤️❤️\\n@liamcbakes displays his superpowe...","6":"@liamcbakes","7":"@tomallencomedy","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s time to calmly head towards your tellies - Bake Off Pros is coming up at 8pm on @Channel4! #GBBO https://t.co/vEbHytPHys","2":"653","3":"It’s time to calmly head towards your tellies - Bake Off Pros is coming up at 8pm on @Channel4! #GBBO https://t.co/vEbHytPHys","4":"It’s time to calmly head towards your tellies -...","5":"it’s time to calmly head towards your tellies -...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Could Cherish’s dreaded ruler be making an appearance tonight? Not long until we find out! #GBBO https://t.co/BkLN9WrBpJ","2":"654","3":"Could Cherish’s dreaded ruler be making an appearance tonight? Not long until we find out! #GBBO https://t.co/BkLN9WrBpJ","4":"Could Cherish’s dreaded ruler be making an appe...","5":"could cherish’s dreaded ruler be making an appe...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"655","3":"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","4":"Who faces the chop tonight? Here are the remain...","5":"who faces the chop tonight? here are the remain...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"656","3":"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","4":"When you check what’s on later and spot Bake Of...","5":"when you check what’s on later and spot bake of...","6":"@Channel4","7":"@Liamcbakes","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hell hath no fury like the underwhelmed palates of Benoit and Cherish. \\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/0POoM3KObN","2":"657","3":"Hell hath no fury like the underwhelmed palates of Benoit and Cherish. \\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/0POoM3KObN","4":"Hell hath no fury like the underwhelmed palates...","5":"hell hath no fury like the underwhelmed palates...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"New week. New episode of Bake Off Pros! #MondayMotivation #GBBO https://t.co/vhcfKDLIIf","2":"658","3":"New week. New episode of Bake Off Pros! #MondayMotivation #GBBO https://t.co/vhcfKDLIIf","4":"New week. New episode of Bake Off Pros! #Monday...","5":"new week. new episode of bake off pros! #monday...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Gearing up for another week of 2021 like… #MondayMotivation #GBBO https://t.co/SmY0TYF7A4","2":"659","3":"Gearing up for another week of 2021 like… #MondayMotivation #GBBO https://t.co/SmY0TYF7A4","4":"Gearing up for another week of 2021 like… #Mond...","5":"gearing up for another week of 2021 like… #mond...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Trudging towards another 2021 weekend like… #FridayFeeling https://t.co/xykSnTYqTK","2":"660","3":"Trudging towards another 2021 weekend like… #FridayFeeling https://t.co/xykSnTYqTK","4":"Trudging towards another 2021 weekend like… #Fr...","5":"trudging towards another 2021 weekend like… #fr...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Five minutes into every new diet. #GBBO https://t.co/QI4YjUR2vb","2":"661","3":"Five minutes into every new diet. #GBBO https://t.co/QI4YjUR2vb","4":"Five minutes into every new diet. #GBBO https:/...","5":"five minutes into every new diet. #gbbo https:/...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Relatable. #GBBO https://t.co/fnBGcrDRbd","2":"662","3":"Relatable. #GBBO https://t.co/fnBGcrDRbd","4":"Relatable. #GBBO https://t.co/fnBGcrDRbd","5":"relatable. #gbbo https://t.co/fnbgcrdrbd","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Any. Moment. Now. Please. \\n#ThursdayThoughts #GBBO https://t.co/RPJXFTKGjU","2":"663","3":"Any. Moment. Now. Please. \\n#ThursdayThoughts #GBBO https://t.co/RPJXFTKGjU","4":"Any. Moment. Now. Please. \\n#ThursdayThoughts #G...","5":"any. moment. now. please. \\n#thursdaythoughts #g...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you’ve forgotten how to make close contact with others. #GBBO https://t.co/HyHhezmOhu","2":"664","3":"When you’ve forgotten how to make close contact with others. #GBBO https://t.co/HyHhezmOhu","4":"When you’ve forgotten how to make close contact...","5":"when you’ve forgotten how to make close contact...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Failing to prepare is preparing to fail. #WednesdayWisdom #GBBO https://t.co/9pHc90g7Iy","2":"665","3":"Failing to prepare is preparing to fail. #WednesdayWisdom #GBBO https://t.co/9pHc90g7Iy","4":"Failing to prepare is preparing to fail. #Wedne...","5":"failing to prepare is preparing to fail. #wedne...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"666","3":"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","4":"HMRC may say they're cakes (which they are, of ...","5":"hmrc may say they're cakes (which they are, of ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"667","3":"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","4":"Thanks for joining us for the return of Bake Of...","5":"thanks for joining us for the return of bake of...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@robertpreseau Cookies pretty much covers it, perhaps. Very similar. #GBBO","2":"668","3":"@robertpreseau Cookies pretty much covers it, perhaps. Very similar. #GBBO","4":"@robertpreseau Cookies pretty much covers it, p...","5":"@robertpreseau cookies pretty much covers it, p...","6":"@robertpreseau","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@GThomas1970 @BenoitBlin_MCA Great minds. 🙏 #GBBO https://t.co/PSHq7ZXb6f","2":"669","3":"@GThomas1970 @BenoitBlin_MCA Great minds. 🙏 #GBBO https://t.co/PSHq7ZXb6f","4":"@GThomas1970 @BenoitBlin_MCA Great minds. 🙏 #GB...","5":"@gthomas1970 @benoitblin_mca great minds. 🙏 #gb...","6":"@GThomas1970","7":"@BenoitBlin_MCA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@StaceyAllton Have you RTd for cake? #GBBO","2":"670","3":"@StaceyAllton Have you RTd for cake? #GBBO","4":"@StaceyAllton Have you RTd for cake? #GBBO","5":"@staceyallton have you rtd for cake? #gbbo","6":"@StaceyAllton","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@colettem1983 So that's an RT then? 😉 #GBBO","2":"671","3":"@colettem1983 So that's an RT then? 😉 #GBBO","4":"@colettem1983 So that's an RT then? 😉 #GBBO","5":"@colettem1983 so that's an rt then? 😉 #gbbo","6":"@colettem1983","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Coming up next Tuesday on Bake Off: The Professionals for our remaining Heat One pastry chefs… #GBBO https://t.co/ev1usO4QjN","2":"672","3":"Coming up next Tuesday on Bake Off: The Professionals for our remaining Heat One pastry chefs… #GBBO https://t.co/ev1usO4QjN","4":"Coming up next Tuesday on Bake Off: The Profess...","5":"coming up next tuesday on bake off: the profess...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"673","3":"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","4":"10 minutes before this advisory poll concludes....","5":"10 minutes before this advisory poll concludes....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"674","3":"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","4":"Feast your eyes on the Heat One Week One Showpi...","5":"feast your eyes on the heat one week one showpi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Fantastic creativity from our Heat One pastry chefs in the first Miniature Challenge of the series. #GBBO https://t.co/l4MTJcmA6r","2":"675","3":"Fantastic creativity from our Heat One pastry chefs in the first Miniature Challenge of the series. #GBBO https://t.co/l4MTJcmA6r","4":"Fantastic creativity from our Heat One pastry c...","5":"fantastic creativity from our heat one pastry c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"This debate just got REAL. 😳 #GBBO https://t.co/gol69EwusG","2":"676","3":"This debate just got REAL. 😳 #GBBO https://t.co/gol69EwusG","4":"This debate just got REAL. 😳 #GBBO https://t.co...","5":"this debate just got real. 😳 #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😢 #GBBO https://t.co/zBMUgbmNc1","2":"677","3":"😢 #GBBO https://t.co/zBMUgbmNc1","4":"😢 #GBBO https://t.co/zBMUgbmNc1","5":"😢 #gbbo https://t.co/zbmugbmnc1","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"678","3":"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","4":"We’re sad to say farewell to Alex and Stacey. T...","5":"we’re sad to say farewell to alex and stacey. t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done to Julien and Elise - our Heat One Week One winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/4gjFcfsjjO","2":"679","3":"Well done to Julien and Elise - our Heat One Week One winners on Bake Off: The Professionals! 👏👏 #GBBO https://t.co/4gjFcfsjjO","4":"Well done to Julien and Elise - our Heat One We...","5":"well done to julien and elise - our heat one we...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@boomboxgaz Good God man! We're bakers, not confectionary tax inspectors! #GBBO https://t.co/OMFBR0pxrt","2":"680","3":"@boomboxgaz Good God man! We're bakers, not confectionary tax inspectors! #GBBO https://t.co/OMFBR0pxrt","4":"@boomboxgaz Good God man! We're bakers, not con...","5":"@boomboxgaz good god man! we're bakers, not con...","6":"@boomboxgaz","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The struggle is real. #GBBO @tomallencomedy https://t.co/fylCGfhrWK","2":"681","3":"The struggle is real. #GBBO @tomallencomedy https://t.co/fylCGfhrWK","4":"The struggle is real. #GBBO @tomallencomedy htt...","5":"the struggle is real. #gbbo @tomallencomedy htt...","6":"@tomallencomedy","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@HogarthMatty #GBBO https://t.co/rpz0fMRxg2","2":"682","3":"@HogarthMatty #GBBO https://t.co/rpz0fMRxg2","4":"@HogarthMatty #GBBO https://t.co/rpz0fMRxg2","5":"@hogarthmatty #gbbo https://t.co/rpz0fmrxg2","6":"@HogarthMatty","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What you want to say in a restaurant but are too embarrassed to say it. #GBBO https://t.co/j0ItcnTEXK","2":"683","3":"What you want to say in a restaurant but are too embarrassed to say it. #GBBO https://t.co/j0ItcnTEXK","4":"What you want to say in a restaurant but are to...","5":"what you want to say in a restaurant but are to...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There’s nothing on television quite like Benoit Blin reacting to a great dessert. #GBBO @BenoitBlin_MCA https://t.co/SvsBJXJflb","2":"684","3":"There’s nothing on television quite like Benoit Blin reacting to a great dessert. #GBBO @BenoitBlin_MCA https://t.co/SvsBJXJflb","4":"There’s nothing on television quite like Benoit...","5":"there’s nothing on television quite like benoit...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We salute everyone doing this. Everywhere. #GBBO https://t.co/nBxetnV2jS https://t.co/RWsGcCEJQY","2":"685","3":"We salute everyone doing this. Everywhere. #GBBO https://t.co/nBxetnV2jS https://t.co/RWsGcCEJQY","4":"We salute everyone doing this. Everywhere. #GBB...","5":"we salute everyone doing this. everywhere. #gbb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Mission: Impossible levels of tension. #GBBO https://t.co/OXf4syoYQi","2":"686","3":"Mission: Impossible levels of tension. #GBBO https://t.co/OXf4syoYQi","4":"Mission: Impossible levels of tension. #GBBO ht...","5":"mission: impossible levels of tension. #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When the Bake Off ad break hits and you calmly walk to the kitchen to raid the cookie jar. #GBBO https://t.co/LKZiH20AQ3","2":"687","3":"When the Bake Off ad break hits and you calmly walk to the kitchen to raid the cookie jar. #GBBO https://t.co/LKZiH20AQ3","4":"When the Bake Off ad break hits and you calmly ...","5":"when the bake off ad break hits and you calmly ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every day. #GBBO https://t.co/yVv4wS7JXr","2":"688","3":"Every day. #GBBO https://t.co/yVv4wS7JXr","4":"Every day. #GBBO https://t.co/yVv4wS7JXr","5":"every day. #gbbo https://t.co/yvv4ws7jxr","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"In a good way, right @Gemified? #GBBO https://t.co/HHqUrPJeRo","2":"689","3":"In a good way, right @Gemified? #GBBO https://t.co/HHqUrPJeRo","4":"In a good way, right @Gemified? #GBBO https://t...","5":"in a good way, right @gemified? #gbbo https://t...","6":"@Gemified","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you’re finally told it’s safe to socialise again but you’ve forgotten how. #GBBO https://t.co/3fDO74wowR","2":"690","3":"When you’re finally told it’s safe to socialise again but you’ve forgotten how. #GBBO https://t.co/3fDO74wowR","4":"When you’re finally told it’s safe to socialise...","5":"when you’re finally told it’s safe to socialise...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What your mind sees when you hear the words Fraisier Cake… #GBBO https://t.co/4BTyci21nI","2":"691","3":"What your mind sees when you hear the words Fraisier Cake… #GBBO https://t.co/4BTyci21nI","4":"What your mind sees when you hear the words Fra...","5":"what your mind sees when you hear the words fra...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"An actual chocolate teapot being made on Bake Off: The Professionals!! 🙌 #GBBO https://t.co/0Snk40ZXdm","2":"692","3":"An actual chocolate teapot being made on Bake Off: The Professionals!! 🙌 #GBBO https://t.co/0Snk40ZXdm","4":"An actual chocolate teapot being made on Bake O...","5":"an actual chocolate teapot being made on bake o...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@NoWireHangers 😉 #GBBO https://t.co/pPvHWVI4mp","2":"693","3":"@NoWireHangers 😉 #GBBO https://t.co/pPvHWVI4mp","4":"@NoWireHangers 😉 #GBBO https://t.co/pPvHWVI4mp","5":"@nowirehangers 😉 #gbbo https://t.co/ppvhwvi4mp","6":"@NoWireHangers","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When it’s human anatomy time on the syllabus and your Biology teacher is a bit shy. #GBBO https://t.co/ymfhOUSjXp","2":"694","3":"When it’s human anatomy time on the syllabus and your Biology teacher is a bit shy. #GBBO https://t.co/ymfhOUSjXp","4":"When it’s human anatomy time on the syllabus an...","5":"when it’s human anatomy time on the syllabus an...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"❤️s still have it... if you're Team Cake this isn't looking good. #GBBO","2":"695","3":"❤️s still have it... if you're Team Cake this isn't looking good. #GBBO","4":"❤️s still have it... if you're Team Cake this i...","5":"❤️s still have it... if you're team cake this i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Be afraid. Be very afraid.\\n😱😱😱😱😱😱😱\\n#GBBO https://t.co/fKztNopjAH","2":"696","3":"Be afraid. Be very afraid.\\n😱😱😱😱😱😱😱\\n#GBBO https://t.co/fKztNopjAH","4":"Be afraid. Be very afraid.\\n😱😱😱😱😱😱😱\\n#GBBO https:...","5":"be afraid. be very afraid.\\n😱😱😱😱😱😱😱\\n#gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s a Jaffa Cake, but not as we know it. Exquisite work from Julien and Elise. 👏👏 #GBBO https://t.co/NPu9GlvF5f","2":"697","3":"It’s a Jaffa Cake, but not as we know it. Exquisite work from Julien and Elise. 👏👏 #GBBO https://t.co/NPu9GlvF5f","4":"It’s a Jaffa Cake, but not as we know it. Exqui...","5":"it’s a jaffa cake, but not as we know it. exqui...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@TeachingTheVoid Brilliant! Hope you enjoy the show! 🙏#GBBO","2":"698","3":"@TeachingTheVoid Brilliant! Hope you enjoy the show! 🙏#GBBO","4":"@TeachingTheVoid Brilliant! Hope you enjoy the ...","5":"@teachingthevoid brilliant! hope you enjoy the ...","6":"@TeachingTheVoid","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Judging. #GBBO https://t.co/0voZH7C9J3","2":"699","3":"Judging. #GBBO https://t.co/0voZH7C9J3","4":"Judging. #GBBO https://t.co/0voZH7C9J3","5":"judging. #gbbo https://t.co/0vozh7c9j3","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"700","3":"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","4":"Things That Make A Baker Nervous #1\\n\\n@Cherish_F...","5":"things that make a baker nervous #1\\n\\n@cherish_f...","6":"@Cherish_Finden","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you realise you’re already out of nibbles by the first #GBBO ad break https://t.co/SyQauMb0yF","2":"701","3":"When you realise you’re already out of nibbles by the first #GBBO ad break https://t.co/SyQauMb0yF","4":"When you realise you’re already out of nibbles ...","5":"when you realise you’re already out of nibbles ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Jaffa cakes are so much more than just food. #GBBO @LiamcBakes @tomallencomedy https://t.co/NKQuURcYqw","2":"702","3":"Jaffa cakes are so much more than just food. #GBBO @LiamcBakes @tomallencomedy https://t.co/NKQuURcYqw","4":"Jaffa cakes are so much more than just food. #G...","5":"jaffa cakes are so much more than just food. #g...","6":"@LiamcBakes","7":"@tomallencomedy","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The ❤️s say biscuit... what say you? #GBBO","2":"703","3":"The ❤️s say biscuit... what say you? #GBBO","4":"The ❤️s say biscuit... what say you? #GBBO","5":"the ❤️s say biscuit... what say you? #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@katsitter Sorry Kath, hope we're at least a good thing to enjoy in the evening. 👍#GBBO","2":"704","3":"@katsitter Sorry Kath, hope we're at least a good thing to enjoy in the evening. 👍#GBBO","4":"@katsitter Sorry Kath, hope we're at least a go...","5":"@katsitter sorry kath, hope we're at least a go...","6":"@katsitter","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"My brain trying to will the British Summer into existence. #GBBO https://t.co/P7UW1hzJ0p","2":"705","3":"My brain trying to will the British Summer into existence. #GBBO https://t.co/P7UW1hzJ0p","4":"My brain trying to will the British Summer into...","5":"my brain trying to will the british summer into...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Biscuits? Or CAKE REBELS? #GBBO https://t.co/uqe0dL6IPU","2":"706","3":"Biscuits? Or CAKE REBELS? #GBBO https://t.co/uqe0dL6IPU","4":"Biscuits? Or CAKE REBELS? #GBBO https://t.co/uq...","5":"biscuits? or cake rebels? #gbbo https://t.co/uq...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"How to ruin a beautiful bake. #GBBO https://t.co/HkA1YBLVif","2":"707","3":"How to ruin a beautiful bake. #GBBO https://t.co/HkA1YBLVif","4":"How to ruin a beautiful bake. #GBBO https://t.c...","5":"how to ruin a beautiful bake. #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What say you? Should \"biscake\" become a word? #GBBO https://t.co/5SZXWdeY4g","2":"708","3":"What say you? Should \"biscake\" become a word? #GBBO https://t.co/5SZXWdeY4g","4":"What say you? Should \"biscake\" become a word? #...","5":"what say you? should \"biscake\" become a word? #...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"709","3":"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","4":"It’s been aaaages since many of us were able to...","5":"it’s been aaaages since many of us were able to...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Why we do it. 👍 #GBBO https://t.co/PUC5glPtjK","2":"710","3":"Why we do it. 👍 #GBBO https://t.co/PUC5glPtjK","4":"Why we do it. 👍 #GBBO https://t.co/PUC5glPtjK","5":"why we do it. 👍 #gbbo https://t.co/puc5glptjk","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@Suedoswede Very valid point. #GBBO https://t.co/AMr5y1CQ5B","2":"711","3":"@Suedoswede Very valid point. #GBBO https://t.co/AMr5y1CQ5B","4":"@Suedoswede Very valid point. #GBBO https://t.c...","5":"@suedoswede very valid point. #gbbo https://t.c...","6":"@Suedoswede","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"106: Biscuit\\n25: Cake\\n\\n#GBBO","2":"712","3":"106: Biscuit\\n25: Cake\\n\\n#GBBO","4":"106: Biscuit\\n25: Cake\\n\\n#GBBO","5":"106: biscuit\\n25: cake\\n\\n#gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"RT or ❤️... all replies are welcome but will not be counted in the final tally. #GBBO https://t.co/woVzM6lAX9","2":"713","3":"RT or ❤️... all replies are welcome but will not be counted in the final tally. #GBBO https://t.co/woVzM6lAX9","4":"RT or ❤️... all replies are welcome but will no...","5":"rt or ❤️... all replies are welcome but will no...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"No pressure, chefs. No pressure at all. #GBBO @Cherish_Finden https://t.co/nxCt5yjcLn","2":"714","3":"No pressure, chefs. No pressure at all. #GBBO @Cherish_Finden https://t.co/nxCt5yjcLn","4":"No pressure, chefs. No pressure at all. #GBBO @...","5":"no pressure, chefs. no pressure at all. #gbbo @...","6":"@Cherish_Finden","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Likes are running away with this... #GBBO","2":"715","3":"Likes are running away with this... #GBBO","4":"Likes are running away with this... #GBBO","5":"likes are running away with this... #gbbo","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"The motivational quote we all need right now. #GBBO @BenoitBlin_MCA https://t.co/EijaSMcpL5","2":"716","3":"The motivational quote we all need right now. #GBBO @BenoitBlin_MCA https://t.co/EijaSMcpL5","4":"The motivational quote we all need right now. #...","5":"the motivational quote we all need right now. #...","6":"@BenoitBlin_MCA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Big question here, Twitter! Choose wisely! #GBBO https://t.co/ztaxUDlVIV","2":"717","3":"Big question here, Twitter! Choose wisely! #GBBO https://t.co/ztaxUDlVIV","4":"Big question here, Twitter! Choose wisely! #GBB...","5":"big question here, twitter! choose wisely! #gbb...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Cherish weighs in on The Great Jaffa Cake Debate! #GBBO @Cherish_Finden https://t.co/al954WHkd1","2":"718","3":"Cherish weighs in on The Great Jaffa Cake Debate! #GBBO @Cherish_Finden https://t.co/al954WHkd1","4":"Cherish weighs in on The Great Jaffa Cake Debat...","5":"cherish weighs in on the great jaffa cake debat...","6":"@Cherish_Finden","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"YAAAAASSSS indeed! 🥳 #GBBO https://t.co/G437xI93ML","2":"719","3":"YAAAAASSSS indeed! 🥳 #GBBO https://t.co/G437xI93ML","4":"YAAAAASSSS indeed! 🥳 #GBBO https://t.co/G437xI93ML","5":"yaaaaassss indeed! 🥳 #gbbo https://t.co/g437xi93ml","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Some time very soon please! 🙏🙏☀️☀️ #GBBO https://t.co/yd5delCc1x","2":"720","3":"Some time very soon please! 🙏🙏☀️☀️ #GBBO https://t.co/yd5delCc1x","4":"Some time very soon please! 🙏🙏☀️☀️ #GBBO https:...","5":"some time very soon please! 🙏🙏☀️☀️ #gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"721","3":"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","4":"The professional pastry chefs of Britain are re...","5":"the professional pastry chefs of britain are re...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Good luck, chefs! May the palates of Benoit and Cherish be on favourable form tonight! #GBBO https://t.co/bKR5hRQLVg","2":"722","3":"Good luck, chefs! May the palates of Benoit and Cherish be on favourable form tonight! #GBBO https://t.co/bKR5hRQLVg","4":"Good luck, chefs! May the palates of Benoit and...","5":"good luck, chefs! may the palates of benoit and...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"723","3":"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","4":"We look forward to tweeting along with you from...","5":"we look forward to tweeting along with you from...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Every cloud…\\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/eHkCBnDPo3","2":"724","3":"Every cloud…\\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/eHkCBnDPo3","4":"Every cloud…\\nBake Off: The Professionals. Tonig...","5":"every cloud…\\nbake off: the professionals. tonig...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Not long to go! #GBBO https://t.co/SSfSRb9eO4","2":"725","3":"Not long to go! #GBBO https://t.co/SSfSRb9eO4","4":"Not long to go! #GBBO https://t.co/SSfSRb9eO4","5":"not long to go! #gbbo https://t.co/ssfsrb9eo4","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"726","3":"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","4":"Urging the clock to get a move on so #GBBO can ...","5":"urging the clock to get a move on so #gbbo can ...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you remember there’s a new series of Bake Off Pros tonight! #GBBO https://t.co/zu22XvcKhX","2":"727","3":"When you remember there’s a new series of Bake Off Pros tonight! #GBBO https://t.co/zu22XvcKhX","4":"When you remember there’s a new series of Bake ...","5":"when you remember there’s a new series of bake ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"728","3":"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","4":"MOUTHS. WILL. WATER.\\nGet ready for a new series...","5":"mouths. will. water.\\nget ready for a new series...","6":"@Channel4","7":"@BenoitBlin_MCA","8":"@Cherish_Finden","9":"@LiamcBakes","10":"@tomallencomedy","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"729","3":"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","4":"There ain’t no pastry like a Bake Off Pros past...","5":"there ain’t no pastry like a bake off pros past...","6":"@Channel4","7":"@BenoitBlin_MCA","8":"@LiamcBakes","9":"@TomAllenComedy","10":"@Cherish_Finden","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"730","3":"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","4":"Here are the pastry chef duos battling it out t...","5":"here are the pastry chef duos battling it out t...","6":"@BenoitBlin_MCA","7":"@Cherish_Finden","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"731","3":"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","4":"It’s got to be perfect. Join us tonight for a n...","5":"it’s got to be perfect. join us tonight for a n...","6":"@BenoitBlin_MCA","7":"@LiamcBakes","8":"@TomAllenComedy","9":"@Cherish_Finden","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"732","3":"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","4":"The proof of the pudding… is in the palates of ...","5":"the proof of the pudding… is in the palates of ...","6":"@BenoitBlin_MCA","7":"@Cherish_Finden","8":"@Channel","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"733","3":"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","4":"Just pudding it out there - a new series of Bak...","5":"just pudding it out there - a new series of bak...","6":"@TomAllenComedy","7":"@LiamcBakes","8":"@Channel4","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When there’s a new series of Bake Off Pros to look forward to next week on @Channel4. #FridayFeeling #GBBO https://t.co/qoqnNDCX8M","2":"734","3":"When there’s a new series of Bake Off Pros to look forward to next week on @Channel4. #FridayFeeling #GBBO https://t.co/qoqnNDCX8M","4":"When there’s a new series of Bake Off Pros to l...","5":"when there’s a new series of bake off pros to l...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"735","3":"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","4":"Join @LiamcBakes and @TomAllenComedy for a tast...","5":"join @liamcbakes and @tomallencomedy for a tast...","6":"@LiamcBakes","7":"@TomAllenComedy","8":"@Channel4","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"736","3":"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","4":"Ella's truly inspirational story is one of brav...","5":"ella's truly inspirational story is one of brav...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"737","3":"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","4":"Toilets! Monkeys! Snow Leopards! Rasta Carrots!...","5":"toilets! monkeys! snow leopards! rasta carrots!...","6":"@KSI","7":"@Baddiel","8":"@TomAllenComedy","9":"@ReeceShearsmith","10":"@LittleMix","11":"@DizzeeRascal","12":"@AnneMarie","13":"NA"},{"1":"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","2":"738","3":"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","4":"Holy moly! Can our new batch of pastry chefs im...","5":"holy moly! can our new batch of pastry chefs im...","6":"@Channel4","7":"@BenoitBlin_MCA","8":"@Cherish_Finden","9":"@LiamcBakes","10":"@tomallencomedy","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"739","3":"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","4":"Fancy a laugh or ten? Here’s our countdown of t...","5":"fancy a laugh or ten? here’s our countdown of t...","6":"@LittleMix","7":"@KSI","8":"@NadineCoyleNow","9":"@Kathbum","10":"@ReeceShearsmith","11":"@AnnekaRice","12":"@TomAllenComedy","13":"@JohnBishop100"},{"1":"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","2":"740","3":"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","4":"Meet the pastry chefs aiming to amaze the palat...","5":"meet the pastry chefs aiming to amaze the palat...","6":"@BenoitBlin_MCA","7":"@Cherish_Finden","8":"@LiamcBakes","9":"@tomallencomedy","10":"@Channel4","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"741","3":"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","4":"We expect nothing less than perfection.\\n\\nJoin B...","5":"we expect nothing less than perfection.\\n\\njoin b...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Current #FridayFeeling https://t.co/OrIxfAqrJK","2":"742","3":"Current #FridayFeeling https://t.co/OrIxfAqrJK","4":"Current #FridayFeeling https://t.co/OrIxfAqrJK","5":"current #fridayfeeling https://t.co/orixfaqrjk","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life is one big juggling act. #ThursdayThoughts #GBBO https://t.co/M6TrMiPtGS","2":"743","3":"Life is one big juggling act. #ThursdayThoughts #GBBO https://t.co/M6TrMiPtGS","4":"Life is one big juggling act. #ThursdayThoughts...","5":"life is one big juggling act. #thursdaythoughts...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"744","3":"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","4":"Fresh from her visit to the Bake Off Tent, we c...","5":"fresh from her visit to the bake off tent, we c...","6":"@AnnekaRice","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"745","3":"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","4":"The showstoppers that dreams are made of. Here’...","5":"the showstoppers that dreams are made of. here’...","6":"@AdeAdepitan","7":"@AnnekaRice","8":"@NadineCoyleNow","9":"@JohnBishop100","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Genius #WednesdayWisdom from @AdeAdepitan! #GBBO https://t.co/qEGoBL4LfN","2":"746","3":"Genius #WednesdayWisdom from @AdeAdepitan! #GBBO https://t.co/qEGoBL4LfN","4":"Genius #WednesdayWisdom from @AdeAdepitan! #GBB...","5":"genius #wednesdaywisdom from @adeadepitan! #gbb...","6":"@AdeAdepitan","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Still speechless. #GBBO https://t.co/onzsQ2rab1","2":"747","3":"Still speechless. #GBBO https://t.co/onzsQ2rab1","4":"Still speechless. #GBBO https://t.co/onzsQ2rab1","5":"still speechless. #gbbo https://t.co/onzsq2rab1","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@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","2":"748","3":"@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","4":"@AnnekaRice We can't think of any combo you wou...","5":"@annekarice we can't think of any combo you wou...","6":"@AnnekaRice","7":"@SU2CUK","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"749","3":"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","4":"Thanks so much for joining us on this series of...","5":"thanks so much for joining us on this series of...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Paint them, Anneka, like you baked your showstopper... #GBBO https://t.co/VQk0tbjmgy","2":"750","3":"Paint them, Anneka, like you baked your showstopper... #GBBO https://t.co/VQk0tbjmgy","4":"Paint them, Anneka, like you baked your showsto...","5":"paint them, anneka, like you baked your showsto...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"751","3":"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","4":"Do it! Here are a few words for you from @AdeAd...","5":"do it! here are a few words for you from @adead...","6":"@AdeAdepitan","7":"@SU2CUK","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"752","3":"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","4":"Nobody sees the dough until her heart says so! ...","5":"nobody sees the dough until her heart says so! ...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Who needs a jumpsuit when you can have a Star Baker apron? Congratulations to @AnnekaRice - another challenge successfully won! #GBBO https://t.co/WuGJZ4Q7Tl","2":"753","3":"Who needs a jumpsuit when you can have a Star Baker apron? Congratulations to @AnnekaRice - another challenge successfully won! #GBBO https://t.co/WuGJZ4Q7Tl","4":"Who needs a jumpsuit when you can have a Star B...","5":"who needs a jumpsuit when you can have a star b...","6":"@AnnekaRice","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you're finally able to tweet post-watershed... #GBBO","2":"754","3":"When you're finally able to tweet post-watershed... #GBBO","4":"When you're finally able to tweet post-watershe...","5":"when you're finally able to tweet post-watershe...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Waking up on a sunny day and then remembering it’s 2021 #GBBO https://t.co/0ILRq9z7lD","2":"755","3":"Waking up on a sunny day and then remembering it’s 2021 #GBBO https://t.co/0ILRq9z7lD","4":"Waking up on a sunny day and then remembering i...","5":"waking up on a sunny day and then remembering i...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😮😮😮😮😮😮😮😮😮😮😮😮 #GBBO https://t.co/TPt2hFYfx4","2":"756","3":"😮😮😮😮😮😮😮😮😮😮😮😮 #GBBO https://t.co/TPt2hFYfx4","4":"😮😮😮😮😮😮😮😮😮😮😮😮 #GBBO https://t.co/TPt2hFYfx4","5":"😮😮😮😮😮😮😮😮😮😮😮😮 #gbbo https://t.co/tpt2hfyfx4","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bake me up! Here’s @NadineCoyleNow’s Trip To Venice chocolate cake showstopper. #GBBO https://t.co/rHz0BdzhPL","2":"757","3":"Bake me up! Here’s @NadineCoyleNow’s Trip To Venice chocolate cake showstopper. #GBBO https://t.co/rHz0BdzhPL","4":"Bake me up! Here’s @NadineCoyleNow’s Trip To Ve...","5":"bake me up! here’s @nadinecoylenow’s trip to ve...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Hoop dreams are made of these. Feast your eyes on @AdeAdepitan’s Chocolate Orange Basketball Stadium! 🏀🏀 #GBBO https://t.co/FHii5Cap0r","2":"758","3":"Hoop dreams are made of these. Feast your eyes on @AdeAdepitan’s Chocolate Orange Basketball Stadium! 🏀🏀 #GBBO https://t.co/FHii5Cap0r","4":"Hoop dreams are made of these. Feast your eyes ...","5":"hoop dreams are made of these. feast your eyes ...","6":"@AdeAdepitan","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Game, set and ganache! Here’s @JohnBishop100’s ace ‘Winning At Tennis’ Cake served up for your enjoyment. 🎾 #GBBO https://t.co/oo1CiclZmi","2":"759","3":"Game, set and ganache! Here’s @JohnBishop100’s ace ‘Winning At Tennis’ Cake served up for your enjoyment. 🎾 #GBBO https://t.co/oo1CiclZmi","4":"Game, set and ganache! Here’s @JohnBishop100’s ...","5":"game, set and ganache! here’s @johnbishop100’s ...","6":"@JohnBishop100","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Get to the chopper! Here’s @AnnekaRice’s Helicopter Flight Showstopper chocolate cake - a treasure worth hunting for. #GBBO https://t.co/nBBYvUqISc","2":"760","3":"Get to the chopper! Here’s @AnnekaRice’s Helicopter Flight Showstopper chocolate cake - a treasure worth hunting for. #GBBO https://t.co/nBBYvUqISc","4":"Get to the chopper! Here’s @AnnekaRice’s Helico...","5":"get to the chopper! here’s @annekarice’s helico...","6":"@AnnekaRice","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Find someone who looks at you like John Bishop looks at his tennis court cake. #GBBO https://t.co/ZWoCsa0Uzg","2":"761","3":"Find someone who looks at you like John Bishop looks at his tennis court cake. #GBBO https://t.co/ZWoCsa0Uzg","4":"Find someone who looks at you like John Bishop ...","5":"find someone who looks at you like john bishop ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@SiobhanMoore90 Perhaps if one our episodes ever gets to a tie-breaker situation... #GBBO","2":"762","3":"@SiobhanMoore90 Perhaps if one our episodes ever gets to a tie-breaker situation... #GBBO","4":"@SiobhanMoore90 Perhaps if one our episodes eve...","5":"@siobhanmoore90 perhaps if one our episodes eve...","6":"@SiobhanMoore90","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"763","3":"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","4":"This is no good advice from Nadine Coyle. This ...","5":"this is no good advice from nadine coyle. this ...","6":"@SU2CUK","7":"@NadineCoyleNow","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Adulthood. #GBBO https://t.co/bWwa3knkAv","2":"764","3":"Adulthood. #GBBO https://t.co/bWwa3knkAv","4":"Adulthood. #GBBO https://t.co/bWwa3knkAv","5":"adulthood. #gbbo https://t.co/bwwa3knkav","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"765","3":"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","4":"What would life have been like for John Bishop ...","5":"what would life have been like for john bishop ...","6":"@realmattlucas","7":"@JohnBishop100","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We feel yet another spin-off coming on... #GBBO https://t.co/gi7HBWP614","2":"766","3":"We feel yet another spin-off coming on... #GBBO https://t.co/gi7HBWP614","4":"We feel yet another spin-off coming on... #GBBO...","5":"we feel yet another spin-off coming on... #gbbo...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"John Bishop. Because he’s worth it. #GBBO https://t.co/NluQy0y1qJ","2":"767","3":"John Bishop. Because he’s worth it. #GBBO https://t.co/NluQy0y1qJ","4":"John Bishop. Because he’s worth it. #GBBO https...","5":"john bishop. because he’s worth it. #gbbo https...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"At this rate Nadine Coyle will be serving her workbench to the judges. #GBBO https://t.co/iYzHd9b5va","2":"768","3":"At this rate Nadine Coyle will be serving her workbench to the judges. #GBBO https://t.co/iYzHd9b5va","4":"At this rate Nadine Coyle will be serving her w...","5":"at this rate nadine coyle will be serving her w...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"769","3":"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","4":"It’s not easy being a camera operator in the Ba...","5":"it’s not easy being a camera operator in the ba...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Understatement of the year from John Bishop! #GBBO @JohnBishop100 https://t.co/e2obtwaoFc","2":"770","3":"Understatement of the year from John Bishop! #GBBO @JohnBishop100 https://t.co/e2obtwaoFc","4":"Understatement of the year from John Bishop! #G...","5":"understatement of the year from john bishop! #g...","6":"@JohnBishop100","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"771","3":"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","4":"And now for a message to you from @JohnBishop10...","5":"and now for a message to you from @johnbishop10...","6":"@JohnBishop100","7":"@SU2CUK","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"772","3":"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","4":"Losing a loved one is so hard. Families should ...","5":"losing a loved one is so hard. families should ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"He distracts us all with his comedy and bakery... well, mostly his comedy. #GBBO https://t.co/JLj2YIHbJJ","2":"773","3":"He distracts us all with his comedy and bakery... well, mostly his comedy. #GBBO https://t.co/JLj2YIHbJJ","4":"He distracts us all with his comedy and bakery....","5":"he distracts us all with his comedy and bakery....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When caramelisation goes wrong. #GBBO @realmattlucas @JohnBishop100 https://t.co/RQP4Rdm1u2","2":"774","3":"When caramelisation goes wrong. #GBBO @realmattlucas @JohnBishop100 https://t.co/RQP4Rdm1u2","4":"When caramelisation goes wrong. #GBBO @realmatt...","5":"when caramelisation goes wrong. #gbbo @realmatt...","6":"@realmattlucas","7":"@JohnBishop100","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Of all the episodes to forget the flour, @JohnBishop10! 😉How? HOW? #GBBO https://t.co/BzAEv5BIBH","2":"775","3":"Of all the episodes to forget the flour, @JohnBishop10! 😉How? HOW? #GBBO https://t.co/BzAEv5BIBH","4":"Of all the episodes to forget the flour, @JohnB...","5":"of all the episodes to forget the flour, @johnb...","6":"@JohnBishop10","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Nadine Coyle’s baking is simply untouchable. 😂😂😂 #GBBO https://t.co/7hToRpPIU7","2":"776","3":"Nadine Coyle’s baking is simply untouchable. 😂😂😂 #GBBO https://t.co/7hToRpPIU7","4":"Nadine Coyle’s baking is simply untouchable. 😂😂...","5":"nadine coyle’s baking is simply untouchable. 😂😂...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Summer dreams ripped at the seams. #GBBO https://t.co/QpxnFtTJ0E","2":"777","3":"Summer dreams ripped at the seams. #GBBO https://t.co/QpxnFtTJ0E","4":"Summer dreams ripped at the seams. #GBBO https:...","5":"summer dreams ripped at the seams. #gbbo https:...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We feel a spin-off coming on... #GBBO https://t.co/AhUH5bFIcH","2":"778","3":"We feel a spin-off coming on... #GBBO https://t.co/AhUH5bFIcH","4":"We feel a spin-off coming on... #GBBO https://t...","5":"we feel a spin-off coming on... #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Picture of choux. @AnnekaRice finds a new way to win over @PaulHollywood in the Bake Off Tent! #GBBO https://t.co/ibr8w2fEBm","2":"779","3":"Picture of choux. @AnnekaRice finds a new way to win over @PaulHollywood in the Bake Off Tent! #GBBO https://t.co/ibr8w2fEBm","4":"Picture of choux. @AnnekaRice finds a new way t...","5":"picture of choux. @annekarice finds a new way t...","6":"@AnnekaRice","7":"@PaulHollywood","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Extra points if you have made it during a video conference call having forgotten the camera is on. #GBBO","2":"780","3":"Extra points if you have made it during a video conference call having forgotten the camera is on. #GBBO","4":"Extra points if you have made it during a video...","5":"extra points if you have made it during a video...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Current mood. #GBBO https://t.co/uoyLB55BQq","2":"781","3":"Current mood. #GBBO https://t.co/uoyLB55BQq","4":"Current mood. #GBBO https://t.co/uoyLB55BQq","5":"current mood. #gbbo https://t.co/uoylb55bqq","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"All who have made @NadineCoyleNow's \"I messed up\" face during a work conference call say \"AYE.\" #GBBO https://t.co/ObUaPlxKiG","2":"782","3":"All who have made @NadineCoyleNow's \"I messed up\" face during a work conference call say \"AYE.\" #GBBO https://t.co/ObUaPlxKiG","4":"All who have made @NadineCoyleNow's \"I messed u...","5":"all who have made @nadinecoylenow's \"i messed u...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What will the neighbours say? #GBBO https://t.co/Oq4Hav7Atm","2":"783","3":"What will the neighbours say? #GBBO https://t.co/Oq4Hav7Atm","4":"What will the neighbours say? #GBBO https://t.c...","5":"what will the neighbours say? #gbbo https://t.c...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"784","3":"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","4":"Now it’s time for @AnnekaRice to challenge you!...","5":"now it’s time for @annekarice to challenge you!...","6":"@AnnekaRice","7":"@SU2CUK","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Holey moly! 😱😱😱 #GBBO https://t.co/6jcNUcOKX4","2":"785","3":"Holey moly! 😱😱😱 #GBBO https://t.co/6jcNUcOKX4","4":"Holey moly! 😱😱😱 #GBBO https://t.co/6jcNUcOKX4","5":"holey moly! 😱😱😱 #gbbo https://t.co/6jcnucokx4","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😳😳😳😳 #GBBO https://t.co/AiB5nTP2Hy","2":"786","3":"😳😳😳😳 #GBBO https://t.co/AiB5nTP2Hy","4":"😳😳😳😳 #GBBO https://t.co/AiB5nTP2Hy","5":"😳😳😳😳 #gbbo https://t.co/aib5ntp2hy","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"We challenged @AnnekaRice to destroy our carpet. Mission accomplished! #GBBO https://t.co/J0aiDfySDQ","2":"787","3":"We challenged @AnnekaRice to destroy our carpet. Mission accomplished! #GBBO https://t.co/J0aiDfySDQ","4":"We challenged @AnnekaRice to destroy our carpet...","5":"we challenged @annekarice to destroy our carpet...","6":"@AnnekaRice","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"So it's true. Left handed people truly ARE geniuses. 👍🎓 #GBBO https://t.co/ZWDMsrMO5L","2":"788","3":"So it's true. Left handed people truly ARE geniuses. 👍🎓 #GBBO https://t.co/ZWDMsrMO5L","4":"So it's true. Left handed people truly ARE geni...","5":"so it's true. left handed people truly are geni...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It’s been such a testing last 12 months that even the pans on Bake Off are miserable. #GBBO https://t.co/JAylUrCS9J","2":"789","3":"It’s been such a testing last 12 months that even the pans on Bake Off are miserable. #GBBO https://t.co/JAylUrCS9J","4":"It’s been such a testing last 12 months that ev...","5":"it’s been such a testing last 12 months that ev...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Excellent life strategy from @AdeAdepitan! 😂😂👏👏 #GBBO https://t.co/y3yhmJHGUs","2":"790","3":"Excellent life strategy from @AdeAdepitan! 😂😂👏👏 #GBBO https://t.co/y3yhmJHGUs","4":"Excellent life strategy from @AdeAdepitan! 😂😂👏👏...","5":"excellent life strategy from @adeadepitan! 😂😂👏👏...","6":"@AdeAdepitan","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When you meet your partner’s parents for the first time. #GBBO https://t.co/cBguDwyakC","2":"791","3":"When you meet your partner’s parents for the first time. #GBBO https://t.co/cBguDwyakC","4":"When you meet your partner’s parents for the fi...","5":"when you meet your partner’s parents for the fi...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"(Very) reluctant dropping consistency from @JohnBishop100. #GBBO https://t.co/GcD5hVLwRj","2":"792","3":"(Very) reluctant dropping consistency from @JohnBishop100. #GBBO https://t.co/GcD5hVLwRj","4":"(Very) reluctant dropping consistency from @Joh...","5":"(very) reluctant dropping consistency from @joh...","6":"@JohnBishop100","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"😳😳😳 #GBBO https://t.co/KdEPcMjf8D","2":"793","3":"😳😳😳 #GBBO https://t.co/KdEPcMjf8D","4":"😳😳😳 #GBBO https://t.co/KdEPcMjf8D","5":"😳😳😳 #gbbo https://t.co/kdepcmjf8d","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@RyanJL74 @NadineCoyleNow It's beautiful 'cause you... I'll stop right there!","2":"794","3":"@RyanJL74 @NadineCoyleNow It's beautiful 'cause you... I'll stop right there!","4":"@RyanJL74 @NadineCoyleNow It's beautiful 'cause...","5":"@ryanjl74 @nadinecoylenow it's beautiful 'cause...","6":"@RyanJL74","7":"@NadineCoyleNow","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Stop the clock! #GBBO https://t.co/sm55UZB6Rz","2":"795","3":"Stop the clock! #GBBO https://t.co/sm55UZB6Rz","4":"Stop the clock! #GBBO https://t.co/sm55UZB6Rz","5":"stop the clock! #gbbo https://t.co/sm55uzb6rz","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Nadine Coyle’s Flour Power. ❤️ #GBBO https://t.co/VqRYlg0htR","2":"796","3":"Nadine Coyle’s Flour Power. ❤️ #GBBO https://t.co/VqRYlg0htR","4":"Nadine Coyle’s Flour Power. ❤️ #GBBO https://t....","5":"nadine coyle’s flour power. ❤️ #gbbo https://t....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"1st rule of @NadineCoyleNow Is On Bake Off Club? #GBBO https://t.co/k7CA8JTF9P","2":"797","3":"1st rule of @NadineCoyleNow Is On Bake Off Club? #GBBO https://t.co/k7CA8JTF9P","4":"1st rule of @NadineCoyleNow Is On Bake Off Club...","5":"1st rule of @nadinecoylenow is on bake off club...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Seeing the Bake Off Tent is some kind of miracle for Nadine Coyle. #GBBO @NadineCoyleNow https://t.co/o7kdFzxOaN","2":"798","3":"Seeing the Bake Off Tent is some kind of miracle for Nadine Coyle. #GBBO @NadineCoyleNow https://t.co/o7kdFzxOaN","4":"Seeing the Bake Off Tent is some kind of miracl...","5":"seeing the bake off tent is some kind of miracl...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"799","3":"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","4":"Bake Off viewers under 30 - why is a blonde lad...","5":"bake off viewers under 30 - why is a blonde lad...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"800","3":"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","4":"Wish this fabulous foursome luck in the Bake Of...","5":"wish this fabulous foursome luck in the bake of...","6":"@NadineCoyleNow","7":"@AnnekaRice","8":"@AdeAdepitan","9":"@JohnBishop100","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Munch 'em while you got 'em... #GBBO https://t.co/deSlHKQypu","2":"801","3":"Munch 'em while you got 'em... #GBBO https://t.co/deSlHKQypu","4":"Munch 'em while you got 'em... #GBBO https://t....","5":"munch 'em while you got 'em... #gbbo https://t....","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"What do you want to hear @NadineCoyleNow say tonight? A) \"Gimme the tin\" OR B) \"Flour\"?\\n #GBBO https://t.co/EMwD8S4445","2":"802","3":"What do you want to hear @NadineCoyleNow say tonight? A) \"Gimme the tin\" OR B) \"Flour\"?\\n #GBBO https://t.co/EMwD8S4445","4":"What do you want to hear @NadineCoyleNow say to...","5":"what do you want to hear @nadinecoylenow say to...","6":"@NadineCoyleNow","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Challenge Fl-Anneka, anyone? #GBBO https://t.co/yM0TUSt8du","2":"803","3":"Challenge Fl-Anneka, anyone? #GBBO https://t.co/yM0TUSt8du","4":"Challenge Fl-Anneka, anyone? #GBBO https://t.co...","5":"challenge fl-anneka, anyone? #gbbo https://t.co...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"804","3":"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","4":"Not long to go until you see their dough! Stay ...","5":"not long to go until you see their dough! stay ...","6":"@Channel4","7":"@JohnBishop100","8":"@AnnekaRice","9":"@AdeAdepitan","10":"@NadineCoyleNow","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"805","3":"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","4":"Baking a difference in the tent tonight are:\\n⭐️...","5":"baking a difference in the tent tonight are:\\n⭐️...","6":"@NadineCoyleNow","7":"@AnnekaRice","8":"@AdeAdepitan","9":"@JohnBishop100","10":"@Channel4","11":"NA","12":"NA","13":"NA"},{"1":"@exubesq @GBBOthoughts The pilot really was a very different format. #GBBO","2":"806","3":"@exubesq @GBBOthoughts The pilot really was a very different format. #GBBO","4":"@exubesq @GBBOthoughts The pilot really was a v...","5":"@exubesq @gbbothoughts the pilot really was a v...","6":"@exubesq","7":"@GBBOthoughts","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"807","3":"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","4":"The Tent Of Dreams awaits @NadineCoyleNow, @Ade...","5":"the tent of dreams awaits @nadinecoylenow, @ade...","6":"@NadineCoyleNow","7":"@AdeAdepitan","8":"@AnnekaRice","9":"@JohnBishop100","10":"@Channel4","11":"NA","12":"NA","13":"NA"},{"1":"You can’t mistake their pie-ology. \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/uHFX3YhLXf","2":"808","3":"You can’t mistake their pie-ology. \\nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/uHFX3YhLXf","4":"You can’t mistake their pie-ology. \\nThe Great S...","5":"you can’t mistake their pie-ology. \\nthe great s...","6":"@Channel4","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"809","3":"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","4":"Soon to star in Doctor Who, @JohnBishop100 is a...","5":"soon to star in doctor who, @johnbishop100 is a...","6":"@JohnBishop100","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"810","3":"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","4":"Swapping jumpsuit for apron and chopper for cho...","5":"swapping jumpsuit for apron and chopper for cho...","6":"@AnnekaRice","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"811","3":"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","4":"Will @AdeAdepitan earn another MBE, but this ti...","5":"will @adeadepitan earn another mbe, but this ti...","6":"@AdeAdepitan","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"812","3":"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","4":"Nobody sees the dough until her heart says so. ...","5":"nobody sees the dough until her heart says so. ...","6":"@NadineCoyleNow","7":"@Channel4","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"813","3":"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","4":"Take a look at who we’re serving up on tonight’...","5":"take a look at who we’re serving up on tonight’...","6":"@NadineCoyleNow","7":"@AnnekaRice","8":"@AdeAdepitan","9":"@JohnBishop100","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"814","3":"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","4":"It’s time for these loaf machines to bake a dif...","5":"it’s time for these loaf machines to bake a dif...","6":"@JohnBishop100","7":"@AdeAdepitan","8":"@AnnekaRice","9":"@NadineCoyleNow","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Waking up on a Monday morning like… #MondayMotivation #GBBO https://t.co/tZPFvu4NWq","2":"815","3":"Waking up on a Monday morning like… #MondayMotivation #GBBO https://t.co/tZPFvu4NWq","4":"Waking up on a Monday morning like… #MondayMoti...","5":"waking up on a monday morning like… #mondaymoti...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Sliding into the weekend after another testing week like… #FridayFeeling #GBBO https://t.co/HXun7EDLBV","2":"816","3":"Sliding into the weekend after another testing week like… #FridayFeeling #GBBO https://t.co/HXun7EDLBV","4":"Sliding into the weekend after another testing ...","5":"sliding into the weekend after another testing ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Modern life. #GBBO https://t.co/URvM9JW0q1","2":"817","3":"Modern life. #GBBO https://t.co/URvM9JW0q1","4":"Modern life. #GBBO https://t.co/URvM9JW0q1","5":"modern life. #gbbo https://t.co/urvm9jw0q1","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Current mood. #ThursdayThoughts #GBBO https://t.co/OKRtytYBCo","2":"818","3":"Current mood. #ThursdayThoughts #GBBO https://t.co/OKRtytYBCo","4":"Current mood. #ThursdayThoughts #GBBO https://t...","5":"current mood. #thursdaythoughts #gbbo https://t...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"819","3":"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","4":"It didn’t take Black Magic for @LittleMix’s Jad...","5":"it didn’t take black magic for @littlemix’s jad...","6":"@LittleMix","7":"@PaulHollywood","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"820","3":"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","4":"Pud you rather? It’s time to ask all the hard-h...","5":"pud you rather? it’s time to ask all the hard-h...","6":"@Kathbum","7":"@KSI","8":"@LittleMix","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Don’t stop believing. #WednesdayWisdom #GBBO https://t.co/1tvoHibrqh","2":"821","3":"Don’t stop believing. #WednesdayWisdom #GBBO https://t.co/1tvoHibrqh","4":"Don’t stop believing. #WednesdayWisdom #GBBO ht...","5":"don’t stop believing. #wednesdaywisdom #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"822","3":"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","4":"Time for us to head off into the night. Thanks ...","5":"time for us to head off into the night. thanks ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"823","3":"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","4":"Thanks so much for watching tonight’s The Great...","5":"thanks so much for watching tonight’s the great...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"824","3":"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","4":"Who will be a loaf machine in next week’s The G...","5":"who will be a loaf machine in next week’s the g...","6":"@NadineCoyleNow","7":"@AdeAdepitan","8":"@AnnekaRice","9":"@JohnBishop100","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"She's got the recipe... well, quite a few as it turns out. 😉 Congratulations Jade! 🥳 #GBBO https://t.co/eT973W4iOs","2":"825","3":"She's got the recipe... well, quite a few as it turns out. 😉 Congratulations Jade! 🥳 #GBBO https://t.co/eT973W4iOs","4":"She's got the recipe... well, quite a few as it...","5":"she's got the recipe... well, quite a few as it...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"826","3":"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","4":"Times are tough, but any money you’re able to d...","5":"times are tough, but any money you’re able to d...","6":"@SU2CUK","7":"@realmattlucas","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"There’s no shortage of drama with Jade Thirlwall from @LittleMix in the Bake Off Tent! #GBBO https://t.co/5vjULXMK6T","2":"827","3":"There’s no shortage of drama with Jade Thirlwall from @LittleMix in the Bake Off Tent! #GBBO https://t.co/5vjULXMK6T","4":"There’s no shortage of drama with Jade Thirlwal...","5":"there’s no shortage of drama with jade thirlwal...","6":"@LittleMix","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"828","3":"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","4":"Out of all the bakers who have set foot in our ...","5":"out of all the bakers who have set foot in our ...","6":"@KSI","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"829","3":"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","4":"Her wings were made for pie! We salute @LittleM...","5":"her wings were made for pie! we salute @littlem...","6":"@LittleMix","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"It really is one of the joys in life, isn't it? #GBBO https://t.co/f893nyV2oh https://t.co/oykIuLhgar","2":"830","3":"It really is one of the joys in life, isn't it? #GBBO https://t.co/f893nyV2oh https://t.co/oykIuLhgar","4":"It really is one of the joys in life, isn't it?...","5":"it really is one of the joys in life, isn't it?...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Life’s what you bake it. #GBBO https://t.co/r8eJLzhleb","2":"831","3":"Life’s what you bake it. #GBBO https://t.co/r8eJLzhleb","4":"Life’s what you bake it. #GBBO https://t.co/r8e...","5":"life’s what you bake it. #gbbo https://t.co/r8e...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"832","3":"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","4":"Dear @GloriaEstefan, here’s a lovely message fr...","5":"dear @gloriaestefan, here’s a lovely message fr...","6":"@GloriaEstefan","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"All’s well that ends well. Congratulations, JJ! #GBBO @KSI https://t.co/toZv89lqIO","2":"833","3":"All’s well that ends well. Congratulations, JJ! #GBBO @KSI https://t.co/toZv89lqIO","4":"All’s well that ends well. Congratulations, JJ!...","5":"all’s well that ends well. congratulations, jj!...","6":"@KSI","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"834","3":"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","4":"Whether you call him JJ or @KSI, one thing’s fo...","5":"whether you call him jj or @ksi, one thing’s fo...","6":"@KSI","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"835","3":"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","4":"From Glory Days to a glorious glaze - here’s Ja...","5":"from glory days to a glorious glaze - here’s ja...","6":"@LittleMix","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"836","3":"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","4":"Bring on the Pie-ami Sound Machine! Here’s Stac...","5":"bring on the pie-ami sound machine! here’s stac...","6":"@GloriaEstefan","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Here’s Katherine Ryan’s truly pawsome ‘Can’t Live Without Dogs’ biscuit scene. The ultimutt canine showstopper! 🐾 #GBBO @kathbum https://t.co/t5LjZdSrIv","2":"837","3":"Here’s Katherine Ryan’s truly pawsome ‘Can’t Live Without Dogs’ biscuit scene. The ultimutt canine showstopper! 🐾 #GBBO @kathbum https://t.co/t5LjZdSrIv","4":"Here’s Katherine Ryan’s truly pawsome ‘Can’t Li...","5":"here’s katherine ryan’s truly pawsome ‘can’t li...","6":"@kathbum","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"Hey baby, tell me your name,\\n I got biscuits for ya,\\n I just can't explain...\"","2":"838","3":"\"Hey baby, tell me your name,\\n I got biscuits for ya,\\n I just can't explain...\"","4":"\"Hey baby, tell me your name,\\n I got biscuits ...","5":"\"hey baby, tell me your name,\\n i got biscuits ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"839","3":"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","4":"There’s no time like now. Listen to @KSI and ba...","5":"there’s no time like now. listen to @ksi and ba...","6":"@KSI","7":"@SU2CUK","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"That Matt Lucas is a rascal! 😂😂😂 #GBBO @realmattlucas https://t.co/B18mnAi0R5","2":"840","3":"That Matt Lucas is a rascal! 😂😂😂 #GBBO @realmattlucas https://t.co/B18mnAi0R5","4":"That Matt Lucas is a rascal! 😂😂😂 #GBBO @realmat...","5":"that matt lucas is a rascal! 😂😂😂 #gbbo @realmat...","6":"@realmattlucas","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"When we're finally out of Lockdown... #GBBO https://t.co/BKHsxk4J2Q","2":"841","3":"When we're finally out of Lockdown... #GBBO https://t.co/BKHsxk4J2Q","4":"When we're finally out of Lockdown... #GBBO htt...","5":"when we're finally out of lockdown... #gbbo htt...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Salute! ❤️❤️❤️❤️ #GBBO @LittleMix https://t.co/HIUMmtQhq8","2":"842","3":"Salute! ❤️❤️❤️❤️ #GBBO @LittleMix https://t.co/HIUMmtQhq8","4":"Salute! ❤️❤️❤️❤️ #GBBO @LittleMix https://t.co...","5":"salute! ❤️❤️❤️❤️ #gbbo @littlemix https://t.co...","6":"@LittleMix","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Mental Note: Send @LittleMix the dry cleaning bill for our carpet. 😂😂😂 #GBBO https://t.co/Ot3Af5p2Q3","2":"843","3":"Mental Note: Send @LittleMix the dry cleaning bill for our carpet. 😂😂😂 #GBBO https://t.co/Ot3Af5p2Q3","4":"Mental Note: Send @LittleMix the dry cleaning b...","5":"mental note: send @littlemix the dry cleaning b...","6":"@LittleMix","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"You can tell this was filmed a few months ago… 😳 #GBBO https://t.co/OwyhAVKYKM","2":"844","3":"You can tell this was filmed a few months ago… 😳 #GBBO https://t.co/OwyhAVKYKM","4":"You can tell this was filmed a few months ago… ...","5":"you can tell this was filmed a few months ago… ...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"845","3":"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","4":"Rhythm is gonna get choux! It was only a matter...","5":"rhythm is gonna get choux! it was only a matter...","6":"@GloriaEstefan","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"846","3":"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","4":"Hey! HEY! Of course 40+ year olds know who Loga...","5":"hey! hey! of course 40+ year olds know who loga...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Pure baking innovation from Katherine Ryan worthy of a Hollywood Handshake. 👏👏👏 #GBBO @kathbum https://t.co/juHljN0toR","2":"847","3":"Pure baking innovation from Katherine Ryan worthy of a Hollywood Handshake. 👏👏👏 #GBBO @kathbum https://t.co/juHljN0toR","4":"Pure baking innovation from Katherine Ryan wort...","5":"pure baking innovation from katherine ryan wort...","6":"@kathbum","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Therapy. #GBBO @KSI https://t.co/ynrf3M32Xz","2":"848","3":"Therapy. #GBBO @KSI https://t.co/ynrf3M32Xz","4":"Therapy. #GBBO @KSI https://t.co/ynrf3M32Xz","5":"therapy. #gbbo @ksi https://t.co/ynrf3m32xz","6":"@KSI","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Taxi for JJ! 😂😂😂 #GBBO @KSI https://t.co/wUye0VN6UM","2":"849","3":"Taxi for JJ! 😂😂😂 #GBBO @KSI https://t.co/wUye0VN6UM","4":"Taxi for JJ! 😂😂😂 #GBBO @KSI https://t.co/wUye0V...","5":"taxi for jj! 😂😂😂 #gbbo @ksi https://t.co/wuye0v...","6":"@KSI","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"850","3":"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","4":"Every donation to Stand Up To Cancer speeds up ...","5":"every donation to stand up to cancer speeds up ...","6":"@SU2CUK","7":"@kathbum","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"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","2":"851","3":"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","4":"Children shouldn’t have to go through this. Fam...","5":"children shouldn’t have to go through this. fam...","6":"@SU2CUK","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Who needs a soggy bottom when you can have a soaked one? #GBBO https://t.co/mA7T0zNzAK","2":"852","3":"Who needs a soggy bottom when you can have a soaked one? #GBBO https://t.co/mA7T0zNzAK","4":"Who needs a soggy bottom when you can have a so...","5":"who needs a soggy bottom when you can have a so...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Oh dear. #GBBO #TwinPeaks https://t.co/JRfVJkfbOU","2":"853","3":"Oh dear. #GBBO #TwinPeaks https://t.co/JRfVJkfbOU","4":"Oh dear. #GBBO #TwinPeaks https://t.co/JRfVJkfbOU","5":"oh dear. #gbbo #twinpeaks https://t.co/jrfvjkfbou","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Brutal. 😂😂😂 #GBBO https://t.co/her0LoyW8V","2":"854","3":"Brutal. 😂😂😂 #GBBO https://t.co/her0LoyW8V","4":"Brutal. 😂😂😂 #GBBO https://t.co/her0LoyW8V","5":"brutal. 😂😂😂 #gbbo https://t.co/her0loyw8v","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Stacey Dooley Investigates… pie crime! #GBBO https://t.co/7BWZUKxa38","2":"855","3":"Stacey Dooley Investigates… pie crime! #GBBO https://t.co/7BWZUKxa38","4":"Stacey Dooley Investigates… pie crime! #GBBO ht...","5":"stacey dooley investigates… pie crime! #gbbo ht...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Bon appétit! #GBBO https://t.co/VqcAJYqPwt","2":"856","3":"Bon appétit! #GBBO https://t.co/VqcAJYqPwt","4":"Bon appétit! #GBBO https://t.co/VqcAJYqPwt","5":"bon appétit! #gbbo https://t.co/vqcajyqpwt","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"“This might have been a bad decision” 😂😂😂 #GBBO @KSI https://t.co/9omLeUaa85","2":"857","3":"“This might have been a bad decision” 😂😂😂 #GBBO @KSI https://t.co/9omLeUaa85","4":"“This might have been a bad decision” 😂😂😂 #GBBO...","5":"“this might have been a bad decision” 😂😂😂 #gbbo...","6":"@KSI","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"\"... that's like sixteen walls.\" #GBBO https://t.co/PxRfBlFxZ2 https://t.co/I3UWrmWQOu","2":"858","3":"\"... that's like sixteen walls.\" #GBBO https://t.co/PxRfBlFxZ2 https://t.co/I3UWrmWQOu","4":"\"... that's like sixteen walls.\" #GBBO https://...","5":"\"... that's like sixteen walls.\" #gbbo https://...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Well done to Jade for creating the world’s first custard latte on Bake Off! 😂😂 #GBBO https://t.co/stbvOBkXC8","2":"859","3":"Well done to Jade for creating the world’s first custard latte on Bake Off! 😂😂 #GBBO https://t.co/stbvOBkXC8","4":"Well done to Jade for creating the world’s firs...","5":"well done to jade for creating the world’s firs...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Inspiration for latticing a pie can come from unexpected places. #GBBO @kathbum https://t.co/dQ3aO5443d","2":"860","3":"Inspiration for latticing a pie can come from unexpected places. #GBBO @kathbum https://t.co/dQ3aO5443d","4":"Inspiration for latticing a pie can come from u...","5":"inspiration for latticing a pie can come from u...","6":"@kathbum","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"@LittleMix @SU2C Thank you so much! #GBBO","2":"861","3":"@LittleMix @SU2C Thank you so much! #GBBO","4":"@LittleMix @SU2C Thank you so much! #GBBO","5":"@littlemix @su2c thank you so much! #gbbo","6":"@LittleMix","7":"@SU2C","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"},{"1":"Possibly the best idea anyone has had today/ever. #GBBO https://t.co/3GI9pYFkaH","2":"862","3":"Possibly the best idea anyone has had today/ever. #GBBO https://t.co/3GI9pYFkaH","4":"Possibly the best idea anyone has had today/eve...","5":"possibly the best idea anyone has had today/eve...","6":"NA","7":"NA","8":"NA","9":"NA","10":"NA","11":"NA","12":"NA","13":"NA"}],"options":{"columns":{"min":{},"max":[10]},"rows":{"min":[15],"max":[15]},"pages":{}}}
</script>
</div>
<p>Jetzt haben wir ein <em>tidy</em>-Format wieder, in dem jede Spalte eine Variable ist, jede Zeile ein Beobachtung und jede Zelle ein einzelner Wert!</p>
</div>
<div id="str_subset" class="section level3">
<h3><code>str_subset()</code></h3>
<p>Mit dieser Funktion können wir Textdaten filtern. Wir geben ein gewisses Muster aus Textzeichen an und die Textdaten, auf die es zutrifft, werden dann herausgefiltert. Dies könnten wir zum Beispiel benötigen, wenn wir nur die Tweets berücksichtigen wollen, die eben auch <em>mentions</em> beinhalten. So könnten wir diese Tweets heraussuchen.</p>
<div class="sourceCode" id="cb60"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb60-1"><a href="#cb60-1" aria-hidden="true" tabindex="-1"></a>tweetWithMentions <span class="ot"><-</span> <span class="fu">str_subset</span>(tweet<span class="sc">$</span>text, </span>
<span id="cb60-2"><a href="#cb60-2" 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="cb60-3"><a href="#cb60-3" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb60-4"><a href="#cb60-4" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb60-5"><a href="#cb60-5" aria-hidden="true" tabindex="-1"></a>tweetWithMentions</span></code></pre></div>
<pre><code> [1] "@GeekEnby We all deserve a little ray of sunshine at least once a week. 🙏 #GBBO"
[2] "@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs"
[3] "@Shambom65 True. Absolutely true. #GBBO"
[4] "@courtsthomasx Congratulations! 🥳👼 #GBBO"
[5] "Unfortunately Prue2 is already the name of @PrueLeith's U2 tribute band. #GBBO https://t.co/Pm97wOWQNn"
[6] "@psyche1701 Maybe. #GBBO"
[7] "@JadeForster A treat for the whole family. 🥳 #GBBO"
[8] "@laurajaycrochet *snaps pencil* #GBBO"
[9] "@randallwrites Not in line with the currant climate of acceptance for all is it?"
[10] "@carol_ann54 We do seriously respect your integrity for sticking with the healthy option. #GBBO https://t.co/S3aLrdef5H"
[11] "@beckythomas_ We're happy that you're happy! #GBBO"
[12] "@Emma_Parkin Fine work. #GBBO https://t.co/QrKF801UyO"
[13] "@Toxicolly Thankin' you! #GBBO"
[14] "@CabinClassBoy We would but Pet Bunny's agent is a NIGHTMARE to negotiate with... #GBBO"
[15] "@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"
[16] "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"
[17] "@nickopotamus We are pre-watershed, you know. #GBBO"
[18] "@S_M_A_B_S Imagine waking up with a mullet too... #GBBO"
[19] "@HelenTWrites We have the utmost respect for your health kick. Bravo Helen, bravo! #GBBO https://t.co/D0PeyEmucz"
[20] "@k_louise123 We salute your assertive boundary setting skills. 🙏#GBBO"
[21] "@CoronaSinger Bravo! #GBBO"
[22] "@laurajwilshaw_ @fretterz14 We've missed this 3000. #GBBO https://t.co/B9rvy4cU0j"
[23] "@laurajwilshaw_ @fretterz14 The universe is in balance again. Welcome back. #GBBO"
[24] "@kirstybaillie @RealMattLucas Nooooooo! Good luck avoiding spoilers Kirsty! #GBBO"
[25] "Are you ready to meet our twelve new bakers?\nThe Great British Bake Off. 8pm. @Channel4. #GBBO https://t.co/QstjMCOJ3r"
[26] "@lisagibbs84 Welcome back! #GBBO https://t.co/77TanTJydD"
[27] "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"
[28] "@EllenvWallace Our first percentage answer. Also, well done! #GBBO"
[29] "@Guapaish @Channel4 Sieve and let sieve, as they* say. 👍\n\n*Only this account. #GBBO"
[30] "@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"
[31] "@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"
[32] "@SmoggyThorpes @Channel4 Brilliant. Simply brilliant. #GBBO https://t.co/oePYu9ui9t"
[33] "@Guapaish @Channel4 Please, nobody grill Lesley. We are all equally entitled to our opinions."
[34] "@pawswithprose @Channel4 \"Dear God, it's beautiful.\" - Jacobim Mugatu #GBBO https://t.co/Ec2gfsLNPD"
[35] "@revkatebottley Amazing. #GBBO https://t.co/huoWrjPzWD"
[36] "@chton Skull Island. We don't like to talk about it. Or make Ice Cream Sundaes for King Kong. Not anymore. #GBBO"
[37] "@scottygb To you too, Scott! #GBBO https://t.co/dXqENEQSuU"
[38] "All roads lead to the Tent of Dreams!\n\nThe Great British Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/rwWuYJOxQB"
[39] "@therealsarc True, true... #GBBO https://t.co/jbYG7vnAJk"
[40] "@AndreaMart1n Respect! #GBBO"
[41] "@YannyBakes ALL the points Yan, have all the points! #GBBO"
[42] "@CatherineHewins @alesterowen @thisgirlgrows Fussy... or just 100% correct? 😉 #GBBO"
[43] "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"
[44] "@iambrooke 🙏🙏🙏🙏 #GBBO"
[45] "@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"
[46] "@stephenhardie Be the miracle, Stephen. 🥐🙏😉 #GBBO"
[47] "@colettem1983 We totally know but unfortunately can't share that information right now. *Opens web browser*... #GBBO"
[48] "@slhattersley To be honest, it's as much of a challenge as it is a question. 😉 #GBBO"
[49] "@jonwatt876 Loving your work here Jon. Respect. 🙏 #GBBO"
[50] "@patmunn @noelfielding11 @PaulHollywood @RealMattLucas @PrueLeith You have no idea how much we uhmmed and aaahed about that. #GBBO"
[51] "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"
[52] "Prepare to enter the Tent of Dreams once more…\n\nThe Great British Bake Off returns.\nTuesday. 8pm. @Channel4. #GBBO https://t.co/tpW8o2RScJ"
[53] "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"
[54] "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"
[55] "@DannsMrs Steady now. 😉 #GBBO"
[56] "When you realise there’s no Bake Off Pros to look forward to next Tuesday night on @Channel4… #GBBO https://t.co/VSXheJanfp"
[57] "@LadyMaher Our stash has melted. #GBBO"
[58] "@veefeeley #GBBO https://t.co/oZqfqjxBYD"
[59] "@LynnKnight01 Phew! I mean, we admire your dedication but even we thought \"Wow. Lynne REALLY means business here.\" #GBBO"
[60] "@WTairu Gracias! #GBBO"
[61] "@janet_faz Love the word \"giddy\"! #GBBO"
[62] "@LynnKnight01 We can ask for no more than this. Thank you. #GBBO"
[63] "@artoostacetoo 8pm! It is The Final tonight so you have [checks watch] 1 hour to cram view every episode so far. #GBBO"
[64] "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"
[65] "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"
[66] "@skippity_doo Sorry! #GBBO"
[67] "Bake your way to a banging body. #GBBO @liamcbakes https://t.co/SEvhdjZwnf"
[68] "Cowpats? @tomallencomedy’s really put his foot in it! 🐮🐮🐮 #GBBO https://t.co/na7LbqR70C"
[69] "To celebrate the 25th anniversary of the @SpiceGirls, our two presenters have become one. #GBBO @tomallencomedy @liamcbakes https://t.co/gnaxtFdzcy"
[70] "@WatchingTVnFilm No joke... #GBBO https://t.co/PEFtmhoebu"
[71] "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"
[72] "We hope @tomallencomedy has been doing some catching practice ahead of tonight’s Bake Off Pros Semi Final! #GBBO https://t.co/nKcKfJGRZS"
[73] "@ConnorT1912 There's an innuendo in this tweet? We'll have to get to the bottom of this. #GBBO"
[74] "@VicCollins89 Why thank you! Yes, all the socials. Versatility is everything. 😉#GBBO"
[75] "@DelightfulDame Perhaps our favourite reply, ever. #GBBO"
[76] "@Anjipowerr @PrestigePatiss Thanks for joining us! #GBBO https://t.co/4Rz2FAigcN"
[77] "Ah, we miss those days of youth when eating was so much simpler. And accompanied by aeroplane noises. #GBBO @tomallencomedy https://t.co/9ShZKI8mjW"
[78] "Boom sha-sha-shake the Cherish! 😂😂😂 #GBBO @BenoitBlin_MCA @cherish_finden https://t.co/eqT4Cuu1Tl"
[79] "@susikaam Thank you! #GBBO"
[80] "@AnnekaRice Thank you so much! #GBBO"
[81] "@onmoonlitshores Resistance is Choux-tile. 😉#GBBO"
[82] "Walking onto the dancefloor for the first time when it’s safe to go boogie again. 🕺 #GBBO @tomallencomedy https://t.co/vBlLUm5zz5"
[83] "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"
[84] "@veetee39 May your team enjoy glorious victory!⚽️#GBBO"
[85] "The baking battle intensifies tonight on @Channel4 as it’s Quarter Final time on Bake Off: The Professionals! #GBBO https://t.co/BkYmlIWs6l"
[86] "@ICUStat We're not even sure we should have asked... 😉#GBBO"
[87] "@haaannahrose_ We're not just here for the noisy things in life... #GBBO"
[88] "These six pastry chef duos are about to hit @Channel4 at 8pm! Who are you tipping for glory tonight? #GBBO https://t.co/zE1VowLUd3"
[89] "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"
[90] "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"
[91] "Benoit going full on Hannibal Lecter is quite something. #GBBO @BenoitBlin_MCA https://t.co/gU9OlcChjh"
[92] "It’s just not cricket! #GBBO @BenoitBlin_MCA https://t.co/sZaa9ao9aa"
[93] "The horror, the horror.\nWelcome to a very spooky Bake Off Pros! \n@liamcbakes @tomallencomedy #GBBO https://t.co/MRyiHb35K6"
[94] "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"
[95] "@inyourwarmth 🙏 #GBBO"
[96] "@Preciou53411925 We'll make and eggs-ception tonight, eh? 😉⚽️🧁 #GBBO"
[97] "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"
[98] "When the caffeine kicks in on a Monday morning… #MondayMotivation #GBBO @tomallencomedy https://t.co/pj5cUE51cU"
[99] "Shimmying into the weekend like...\n#GBBO @liamcbakes @tomallencomedy https://t.co/eQ2YdKzd5v"
[100] "Trying to remember how to dance again - it’s been so long! \n#GBBO @tomallencomedy @liamcbakes https://t.co/TsMLVK2xbV"
[101] "@_holamanola @OfficialKat https://t.co/hXWz8tAR9P"
[102] "@NoorAlmuzaffar @OfficialKat @JamesAcastor 😉 https://t.co/HLqSDTxLxu"
[103] "@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"
[104] "@StevenJohnHamp1 You refer, of course, to our spin-off show Galaxy Que... ah. #GBBO"
[105] "Some words are simply too much of a mouthful. #GBBO @tomallencomedy https://t.co/oLRxRdpLsJ"
[106] "@MrsCruz1999 https://t.co/1mkxElS2F9"
[107] "@sarahmas Sincere apologies. 🥲 #GBBO"
[108] "@amrfarid140 @areej_abuali We're not sure we can do anything about this either! #GBBO"
[109] "The worlds of Bake Off and Doctor Who meet at last! Is this… canon? #GBBO @LiamcBakes @tomallencomedy https://t.co/CJlLnM9IWV"
[110] "@susikaam @Channel4 We're just grateful you're finding the EXTRA TIME (eh? EH?!?) to watch our show, Sue! #GBBO #NobelPrizeForWordPlayCandidate"
[111] "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"
[112] "@nualasalter Something must fill the void and that something is competitive bakery. #GBBO"
[113] "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"
[114] "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"
[115] "Bake Off: The Professionals\nTonight. 8pm. @Channel4. \n(Also available afterwards on @All4 😉😉)"
[116] "@coolAngieWalton @SwindyMiller White chocolate is always better than no chocolate though.... #GBBO #Truth"
[117] "@coolAngieWalton No comment. 😉 #GBBO"
[118] "@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"
[119] "Dear @mgmstudios, please consider this man to replace Daniel Craig as your next James Bond @007. #GBBO @BenoitBlin_MCA https://t.co/Ahk9bMbvNC"
[120] "@CelebrantJayne \"We've been bake-to-bake, sure. I will not hesitate. Not for a second.\" #GBBO"
[121] "Dear @GaryLineker - one of our pastry chefs on Bake Off: The Professionals is named after you! ⚽️⚽️ #BakeOfTheNet #GBBO https://t.co/VqUcoGsY2Q"
[122] "@thyroidlady @Channel4 Very kind of you to say so. Thrilled you enjoy our show! #GBBO"
[123] "Coming up at 8pm on @Channel4, Heat Two and these fresh faces whisking it all to impress the judges… #GBBO https://t.co/qurGrHQdPh"
[124] "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"
[125] "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"
[126] "@simonheath81 @cherish_finden @duranduran Sorry, I don't want your loaf."
[127] "@simonheath81 @cherish_finden @duranduran You've gone choux far this time."
[128] "@simonheath81 @cherish_finden @duranduran Yes. The union of the bake is on the climb. #GBBO"
[129] "@lozzzknight Glad to be of service! #GBBO"
[130] "@laurabarr38 We're so glad you got that reference! Imagine if Tick Tock was on TikTok... #GBBO https://t.co/7GDA8FJtCy"
[131] "Benoit says it best when he says nothing at all. #GBBO @BenoitBlin_MCA https://t.co/FOTEqI26pO"
[132] "@WendyTh50990762 It's only going one of two ways, isn't it? #GBBO"
[133] "Terminator: Rise Of The Liams. #GBBO @Liamcbakes https://t.co/pUYmBQ9hjV"
[134] "“Stunning” is the verdict from @BenoitBlin_MCA on Julien &amp; Elise’s Chocolate and Pink Grapefruit Cake. #GBBO https://t.co/fkbxN7BTsQ"
[135] "@jambosn2 Our pleasure! Hope you enjoy the show tonight! #GBBO"
[136] "We’re with you 100% @BenoitBlin_MCA! \n🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫🍫\n🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤🤤\n#GBBO https://t.co/8uOrN84r4D"
[137] "The greatest crossover event of all time. @Cherish_Finden @DuranDuran #GBBO https://t.co/p99vYAA11V"
[138] "That ‘Weird Science’ remake is coming along well. #GBBO @tomallencomedy @liamcbakes https://t.co/X92HRa1z41"
[139] "Your default setting for tonight’s Chocolate Week.\nBake Off: The Professionals. 8pm. @Channel4. #GBBO https://t.co/BJaa2MYXM8"
[140] "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"
[141] "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"
[142] "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"
[143] "@Ianhwatkins Tell me that you are the only bun. The only bun for me..."
[144] "@Ianhwatkins If you do make a big cake, please make sure there aren't any wasted tiers... 😉😜"
[145] "@Ianhwatkins The love has scone... but it's got a hold of our tart! #GBBO"
[146] "When well intended mushroom puns turn out a bit shiitake… and we thought @tomallencomedy was such a fun-ghi! #GBBO https://t.co/yDqx0LnBZI"
[147] "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"
[148] "@PatchworkSteve Team work makes the dream work... #GBBO https://t.co/L7uPLjrRbp"
[149] "@WatchingTVnFilm Bake Off moves pretty fast... #GBBO https://t.co/l0b3AUznN9"
[150] "🌶🌶🌶 #GBBO @Liamcbakes https://t.co/cYAHczx9uf"
[151] "@ylovesgok @Channel4 You say \"toadstool\", we say \"mushroom\"... that really doesn't work does it? https://t.co/7a7zDwx96w"
[152] "😱😱😱😱 #GBBO @Cherish_Finden https://t.co/iYDEbeh0Fo"
[153] "The most feared sight in baking - @Cherish_Finden with her ruler out. #GBBO https://t.co/D0319vP9Gv"
[154] "@CMNatic Thank you. The key to posting for so many platforms is being versatile. #GBBO"
[155] "Now we may be wrong, but we get the impression @Cherish_Finden may have enjoyed that. #GBBO https://t.co/GMmrHG31KF"
[156] "@Apshe1 😇 #GBBO"
[157] "Me during every #GBBO ad break. @tomallencomedy https://t.co/pQs7FXiFCp"
[158] "@BurgessMoon A damn fine spot on your part there... #GBBO https://t.co/AI4KpYkRco"
[159] "Iconic. ❤️❤️\n@liamcbakes displays his superpowers and @tomallencomedy shows us his Fanny Cradock. #GBBO https://t.co/79kdGQ40tb"
[160] "It’s time to calmly head towards your tellies - Bake Off Pros is coming up at 8pm on @Channel4! #GBBO https://t.co/vEbHytPHys"
[161] "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"
[162] "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"
[163] "Hell hath no fury like the underwhelmed palates of Benoit and Cherish. \nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/0POoM3KObN"
[164] "@robertpreseau Cookies pretty much covers it, perhaps. Very similar. #GBBO"
[165] "@GThomas1970 @BenoitBlin_MCA Great minds. 🙏 #GBBO https://t.co/PSHq7ZXb6f"
[166] "@StaceyAllton Have you RTd for cake? #GBBO"
[167] "@colettem1983 So that's an RT then? 😉 #GBBO"
[168] "@boomboxgaz Good God man! We're bakers, not confectionary tax inspectors! #GBBO https://t.co/OMFBR0pxrt"
[169] "The struggle is real. #GBBO @tomallencomedy https://t.co/fylCGfhrWK"
[170] "@HogarthMatty #GBBO https://t.co/rpz0fMRxg2"
[171] "There’s nothing on television quite like Benoit Blin reacting to a great dessert. #GBBO @BenoitBlin_MCA https://t.co/SvsBJXJflb"
[172] "In a good way, right @Gemified? #GBBO https://t.co/HHqUrPJeRo"
[173] "@NoWireHangers 😉 #GBBO https://t.co/pPvHWVI4mp"
[174] "@TeachingTheVoid Brilliant! Hope you enjoy the show! 🙏#GBBO"
[175] "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"
[176] "Jaffa cakes are so much more than just food. #GBBO @LiamcBakes @tomallencomedy https://t.co/NKQuURcYqw"
[177] "@katsitter Sorry Kath, hope we're at least a good thing to enjoy in the evening. 👍#GBBO"
[178] "@Suedoswede Very valid point. #GBBO https://t.co/AMr5y1CQ5B"
[179] "No pressure, chefs. No pressure at all. #GBBO @Cherish_Finden https://t.co/nxCt5yjcLn"
[180] "The motivational quote we all need right now. #GBBO @BenoitBlin_MCA https://t.co/EijaSMcpL5"
[181] "Cherish weighs in on The Great Jaffa Cake Debate! #GBBO @Cherish_Finden https://t.co/al954WHkd1"
[182] "Every cloud…\nBake Off: The Professionals. Tonight. 8pm. @Channel4. #GBBO https://t.co/eHkCBnDPo3"
[183] "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"
[184] "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"
[185] "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"
[186] "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"
[187] "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"
[188] "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"
[189] "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"
[190] "When there’s a new series of Bake Off Pros to look forward to next week on @Channel4. #FridayFeeling #GBBO https://t.co/qoqnNDCX8M"
[191] "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"
[192] "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"
[193] "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"
[194] "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"
[195] "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"
[196] "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"
[197] "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"
[198] "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"
[199] "Genius #WednesdayWisdom from @AdeAdepitan! #GBBO https://t.co/qEGoBL4LfN"
[200] "@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"
[201] "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"
[202] "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"
[203] "Who needs a jumpsuit when you can have a Star Baker apron? Congratulations to @AnnekaRice - another challenge successfully won! #GBBO https://t.co/WuGJZ4Q7Tl"
[204] "Bake me up! Here’s @NadineCoyleNow’s Trip To Venice chocolate cake showstopper. #GBBO https://t.co/rHz0BdzhPL"
[205] "Hoop dreams are made of these. Feast your eyes on @AdeAdepitan’s Chocolate Orange Basketball Stadium! 🏀🏀 #GBBO https://t.co/FHii5Cap0r"
[206] "Game, set and ganache! Here’s @JohnBishop100’s ace ‘Winning At Tennis’ Cake served up for your enjoyment. 🎾 #GBBO https://t.co/oo1CiclZmi"
[207] "Get to the chopper! Here’s @AnnekaRice’s Helicopter Flight Showstopper chocolate cake - a treasure worth hunting for. #GBBO https://t.co/nBBYvUqISc"
[208] "@SiobhanMoore90 Perhaps if one our episodes ever gets to a tie-breaker situation... #GBBO"
[209] "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"
[210] "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"
[211] "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"
[212] "Understatement of the year from John Bishop! #GBBO @JohnBishop100 https://t.co/e2obtwaoFc"
[213] "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"
[214] "When caramelisation goes wrong. #GBBO @realmattlucas @JohnBishop100 https://t.co/RQP4Rdm1u2"
[215] "Of all the episodes to forget the flour, @JohnBishop10! 😉How? HOW? #GBBO https://t.co/BzAEv5BIBH"
[216] "Picture of choux. @AnnekaRice finds a new way to win over @PaulHollywood in the Bake Off Tent! #GBBO https://t.co/ibr8w2fEBm"
[217] "All who have made @NadineCoyleNow's \"I messed up\" face during a work conference call say \"AYE.\" #GBBO https://t.co/ObUaPlxKiG"
[218] "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"
[219] "We challenged @AnnekaRice to destroy our carpet. Mission accomplished! #GBBO https://t.co/J0aiDfySDQ"
[220] "Excellent life strategy from @AdeAdepitan! 😂😂👏👏 #GBBO https://t.co/y3yhmJHGUs"
[221] "(Very) reluctant dropping consistency from @JohnBishop100. #GBBO https://t.co/GcD5hVLwRj"
[222] "@RyanJL74 @NadineCoyleNow It's beautiful 'cause you... I'll stop right there!"
[223] "1st rule of @NadineCoyleNow Is On Bake Off Club? #GBBO https://t.co/k7CA8JTF9P"
[224] "Seeing the Bake Off Tent is some kind of miracle for Nadine Coyle. #GBBO @NadineCoyleNow https://t.co/o7kdFzxOaN"
[225] "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"
[226] "What do you want to hear @NadineCoyleNow say tonight? A) \"Gimme the tin\" OR B) \"Flour\"?\n #GBBO https://t.co/EMwD8S4445"
[227] "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"
[228] "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"
[229] "@exubesq @GBBOthoughts The pilot really was a very different format. #GBBO"
[230] "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"
[231] "You can’t mistake their pie-ology. \nThe Great Stand Up To Cancer Bake Off. Tonight. 8pm. @Channel4. #GBBO https://t.co/uHFX3YhLXf"
[232] "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"
[233] "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"
[234] "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"
[235] "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"
[236] "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"
[237] "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"
[238] "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"
[239] "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"
[240] "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"
[241] "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"
[242] "There’s no shortage of drama with Jade Thirlwall from @LittleMix in the Bake Off Tent! #GBBO https://t.co/5vjULXMK6T"
[243] "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"
[244] "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"
[245] "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"
[246] "All’s well that ends well. Congratulations, JJ! #GBBO @KSI https://t.co/toZv89lqIO"
[247] "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"
[248] "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"
[249] "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"
[250] "Here’s Katherine Ryan’s truly pawsome ‘Can’t Live Without Dogs’ biscuit scene. The ultimutt canine showstopper! 🐾 #GBBO @kathbum https://t.co/t5LjZdSrIv"
[251] "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"
[252] "That Matt Lucas is a rascal! 😂😂😂 #GBBO @realmattlucas https://t.co/B18mnAi0R5"
[253] "Salute! ❤️❤️❤️❤️ #GBBO @LittleMix https://t.co/HIUMmtQhq8"
[254] "Mental Note: Send @LittleMix the dry cleaning bill for our carpet. 😂😂😂 #GBBO https://t.co/Ot3Af5p2Q3"
[255] "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"
[256] "Pure baking innovation from Katherine Ryan worthy of a Hollywood Handshake. 👏👏👏 #GBBO @kathbum https://t.co/juHljN0toR"
[257] "Therapy. #GBBO @KSI https://t.co/ynrf3M32Xz"
[258] "Taxi for JJ! 😂😂😂 #GBBO @KSI https://t.co/wUye0VN6UM"
[259] "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"
[260] "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"
[261] "“This might have been a bad decision” 😂😂😂 #GBBO @KSI https://t.co/9omLeUaa85"
[262] "Inspiration for latticing a pie can come from unexpected places. #GBBO @kathbum https://t.co/dQ3aO5443d"
[263] "@LittleMix @SU2C Thank you so much! #GBBO" </code></pre>
<p>An dieser Stelle nicht verzweifeln! <strong>Regular expressions</strong> scheinen am Anfang sehr kompliziert, aber das täuscht! Man muss sich einfach nur ein bisschen einarbeiten und mit <strong>regex</strong> üben.</p>
</div>
<div id="str_replace" class="section level3">
<h3><code>str_replace()</code></h3>
<p>Oftmals müssen Textdaten vor der eigentlichen Textanalyse bereinigt werden. In Tweets hat man oftmals unnötige Umbrüche die im Tweet-Text mit <code>\n</code> gekennzeichnet werden. Oder man findet doppelte Leerzeichen. Mit <code>str_replace()</code> kann man so etwas entfernen. Auch hier verwenden wir wieder <strong>regex</strong>, um die Muster zu identifizieren. Denn wir wollen wir die Textanalyse nur reinen Text vorliegen haben. Zuerst entfernen wir die Umbrüche (<code>\n</code>) und dann die mehrfachen Leerzeichen.</p>
<div class="sourceCode" id="cb62"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb62-1"><a href="#cb62-1" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>text[<span class="dv">13</span>]</span></code></pre></div>
<pre><code>[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"</code></pre>
<div class="sourceCode" id="cb64"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb64-1"><a href="#cb64-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb64-2"><a href="#cb64-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">text =</span> <span class="fu">str_replace_all</span>(text, </span>
<span id="cb64-3"><a href="#cb64-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"</span><span class="sc">\\</span><span class="st">n"</span>,</span>
<span id="cb64-4"><a href="#cb64-4" aria-hidden="true" tabindex="-1"></a> <span class="at">ignore_case =</span> <span class="cn">TRUE</span></span>
<span id="cb64-5"><a href="#cb64-5" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb64-6"><a href="#cb64-6" aria-hidden="true" tabindex="-1"></a> <span class="st">""</span></span>
<span id="cb64-7"><a href="#cb64-7" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb64-8"><a href="#cb64-8" aria-hidden="true" tabindex="-1"></a> <span class="at">text =</span> <span class="fu">str_replace_all</span>(text, </span>
<span id="cb64-9"><a href="#cb64-9" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">" +"</span>),</span>
<span id="cb64-10"><a href="#cb64-10" aria-hidden="true" tabindex="-1"></a> <span class="st">" "</span></span>
<span id="cb64-11"><a href="#cb64-11" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb64-12"><a href="#cb64-12" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb64-13"><a href="#cb64-13" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb64-14"><a href="#cb64-14" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb64-15"><a href="#cb64-15" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>text[<span class="dv">13</span>]</span></code></pre></div>
<pre><code>[1] "“Although my time in the Bake Off tent may have been short, it certainly has been very sweet.”Here’s Tom’s lovely letter to all you #GBBO fans. https://t.co/JgKlfD8WDg"</code></pre>
<p>Für die reine Textanalyse entfernt man oftmals auch die URLs, die Hashtags sowie die <em>mentions</em>:</p>
<div class="sourceCode" id="cb66"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb66-1"><a href="#cb66-1" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>text[<span class="dv">9</span>]</span></code></pre></div>
<pre><code>[1] "@philringsell @PrueLeith Tres Bon-o. #GBBO https://t.co/vGlYoVXeCs"</code></pre>
<div class="sourceCode" id="cb68"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb68-1"><a href="#cb68-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb68-2"><a href="#cb68-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">cleanText =</span> <span class="fu">str_replace_all</span>(text, </span>
<span id="cb68-3"><a href="#cb68-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"http</span><span class="sc">\\</span><span class="st">S+</span><span class="sc">\\</span><span class="st">s*"</span>),</span>
<span id="cb68-4"><a href="#cb68-4" aria-hidden="true" tabindex="-1"></a> <span class="st">""</span></span>
<span id="cb68-5"><a href="#cb68-5" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb68-6"><a href="#cb68-6" aria-hidden="true" tabindex="-1"></a> <span class="at">cleanText =</span> <span class="fu">str_replace_all</span>(cleanText, </span>
<span id="cb68-7"><a href="#cb68-7" 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="cb68-8"><a href="#cb68-8" aria-hidden="true" tabindex="-1"></a> <span class="st">""</span></span>
<span id="cb68-9"><a href="#cb68-9" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb68-10"><a href="#cb68-10" aria-hidden="true" tabindex="-1"></a> <span class="at">cleanText =</span> <span class="fu">str_replace_all</span>(cleanText, </span>
<span id="cb68-11"><a href="#cb68-11" 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="cb68-12"><a href="#cb68-12" aria-hidden="true" tabindex="-1"></a> <span class="st">""</span></span>
<span id="cb68-13"><a href="#cb68-13" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb68-14"><a href="#cb68-14" aria-hidden="true" tabindex="-1"></a> <span class="at">cleanText =</span> <span class="fu">str_replace_all</span>(cleanText, </span>
<span id="cb68-15"><a href="#cb68-15" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">" +"</span>), </span>
<span id="cb68-16"><a href="#cb68-16" aria-hidden="true" tabindex="-1"></a> <span class="st">" "</span></span>
<span id="cb68-17"><a href="#cb68-17" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb68-18"><a href="#cb68-18" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb68-19"><a href="#cb68-19" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb68-20"><a href="#cb68-20" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>cleanText[<span class="dv">9</span>]</span></code></pre></div>
<pre><code>[1] " Tres Bon-o. "</code></pre>
<p>Jetzt haben wir noch am Beginn des Strings und am Ende ein Leerzeichen, aber auch dieses können wir entfernen:</p>
<div class="sourceCode" id="cb70"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb70-1"><a href="#cb70-1" aria-hidden="true" tabindex="-1"></a>tweet <span class="ot"><-</span> tweet <span class="sc">%>%</span> </span>
<span id="cb70-2"><a href="#cb70-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">mutate</span>(<span class="at">cleanText =</span> <span class="fu">str_replace</span>(cleanText, </span>
<span id="cb70-3"><a href="#cb70-3" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">"^ "</span>),</span>
<span id="cb70-4"><a href="#cb70-4" aria-hidden="true" tabindex="-1"></a> <span class="st">""</span></span>
<span id="cb70-5"><a href="#cb70-5" aria-hidden="true" tabindex="-1"></a> ),</span>
<span id="cb70-6"><a href="#cb70-6" aria-hidden="true" tabindex="-1"></a> <span class="at">cleanText =</span> <span class="fu">str_replace</span>(cleanText, </span>
<span id="cb70-7"><a href="#cb70-7" aria-hidden="true" tabindex="-1"></a> <span class="fu">regex</span>(<span class="st">" $"</span>),</span>
<span id="cb70-8"><a href="#cb70-8" aria-hidden="true" tabindex="-1"></a> <span class="st">""</span></span>
<span id="cb70-9"><a href="#cb70-9" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb70-10"><a href="#cb70-10" aria-hidden="true" tabindex="-1"></a> )</span>
<span id="cb70-11"><a href="#cb70-11" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb70-12"><a href="#cb70-12" aria-hidden="true" tabindex="-1"></a>tweet<span class="sc">$</span>cleanText[<span class="dv">9</span>]</span></code></pre></div>
<pre><code>[1] "Tres Bon-o."</code></pre>
<p>Jetzt ist der Text bereinigt und wir haben in der Variable <code>cleanText</code> den reinen Text, den man dann in weiteren Anwendungen analysieren kann.</p>
<div id="das-wars" class="section level4">
<h4>Das war’s</h4>
<p>Das waren die Grundfunktionen aus dem Paket mit <code>stringr</code>.</p>
<p>Die Übungsaufgaben finden sich in der RStudio Cloud im Projekt <code>task stringr</code>.</p>
<br><br>
<hr />
<center>
<p style="font-size:10px">
Copyright: <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
<br/>Benedikt Philipp Kleer, Justus-Liebig-Universität Gießen.
</p>
</center>
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<!-- code folding -->
<script>
$(document).ready(function () {
// temporarily add toc-ignore selector to headers for the consistency with Pandoc
$('.unlisted.unnumbered').addClass('toc-ignore')
// move toc-ignore selectors from section div to header
$('div.section.toc-ignore')
.removeClass('toc-ignore')
.children('h1,h2,h3,h4,h5').addClass('toc-ignore');
// establish options
var options = {
selectors: "h1,h2,h3",
theme: "bootstrap3",
context: '.toc-content',
hashGenerator: function (text) {
return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_');
},
ignoreSelector: ".toc-ignore",
scrollTo: 0
};
options.showAndHide = true;
options.smoothScroll = true;
// tocify
var toc = $("#TOC").tocify(options).data("toc-tocify");
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>