From 84ec89995779eab099106f0dcc81c55562be302e Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Wed, 25 Aug 2021 11:31:34 -0700 Subject: [PATCH] Not sure why this keeps happening, but here's another small patch --- .github/workflows/ensure-build.yml | 2 +- build/evaluate.js | 2 +- build/page-tweets.js | 3 +- twitter-backup.json | 1546 ++++++++++++++-------------- 4 files changed, 777 insertions(+), 776 deletions(-) diff --git a/.github/workflows/ensure-build.yml b/.github/workflows/ensure-build.yml index c4e8db1..d63c06f 100644 --- a/.github/workflows/ensure-build.yml +++ b/.github/workflows/ensure-build.yml @@ -17,7 +17,7 @@ jobs: with: node-version: '14' cache: 'npm' - - name: Restore node_modulescache + - name: Restore node_modules cache uses: actions/cache@v2 with: path: node_modules diff --git a/build/evaluate.js b/build/evaluate.js index b4f606f..ab3f9d8 100644 --- a/build/evaluate.js +++ b/build/evaluate.js @@ -54,7 +54,7 @@ module.exports = exports = async function process (tasks, cache) { }); log.info(`Task (${task.action.name}) failed for file ${output}, fell back to saved duplicate ${status.duplicate}`); } catch (err2) { - log.error(`Task (${task.action.name}) failed for file ${output}.\n`, err); + log.error(`Task (${task.action.name}) failed for file ${output}, ${status.duplicate} could not be copied.\n`, err); return false; } } else { diff --git a/build/page-tweets.js b/build/page-tweets.js index cd2c2fc..baf4adf 100644 --- a/build/page-tweets.js +++ b/build/page-tweets.js @@ -73,7 +73,8 @@ module.exports = exports = async function tweets (pages) { function attachTweet (dict, tweetid) { if (!hasOwn(twitterCache, tweetid) && twitterBackup[tweetid]) { - log.error(`Tweet ${tweetid} is missing from the cache.`); + log.error(`Tweet ${tweetid} is missing from the cache but exists in backup? How did we get here?`); + twitterCache[tweetid] = tweetparse(twitterBackup[tweetid]); return; } const tweet = twitterCache[tweetid]; diff --git a/twitter-backup.json b/twitter-backup.json index 840bdd9..0c14a57 100644 --- a/twitter-backup.json +++ b/twitter-backup.json @@ -39,7 +39,7 @@ "friends_count": 1214, "listed_count": 2, "created_at": "Fri Jan 26 12:17:54 +0000 2018", - "favourites_count": 165101, + "favourites_count": 165116, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -219,7 +219,7 @@ } }, "protected": false, - "followers_count": 2339, + "followers_count": 2340, "friends_count": 895, "listed_count": 4, "created_at": "Tue Jul 28 13:51:35 +0000 2015", @@ -321,7 +321,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -352,8 +352,8 @@ "place": null, "contributors": null, "is_quote_status": false, - "retweet_count": 3118, - "favorite_count": 11303, + "retweet_count": 3117, + "favorite_count": 11301, "favorited": true, "retweeted": true, "lang": "en" @@ -394,11 +394,11 @@ } }, "protected": false, - "followers_count": 18268, + "followers_count": 18270, "friends_count": 893, "listed_count": 42, "created_at": "Wed Apr 10 03:58:52 +0000 2019", - "favourites_count": 59716, + "favourites_count": 59723, "utc_offset": null, "time_zone": null, "geo_enabled": true, @@ -593,11 +593,11 @@ } }, "protected": false, - "followers_count": 18268, + "followers_count": 18270, "friends_count": 893, "listed_count": 42, "created_at": "Wed Apr 10 03:58:52 +0000 2019", - "favourites_count": 59716, + "favourites_count": 59723, "utc_offset": null, "time_zone": null, "geo_enabled": true, @@ -688,16 +688,16 @@ } }, "protected": false, - "followers_count": 12983, + "followers_count": 12981, "friends_count": 2298, "listed_count": 29, "created_at": "Sat Apr 04 08:27:30 +0000 2009", - "favourites_count": 588361, + "favourites_count": 588408, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 219255, + "statuses_count": 219271, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -790,7 +790,7 @@ "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 33050, + "statuses_count": 33055, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -876,16 +876,16 @@ } }, "protected": false, - "followers_count": 12983, + "followers_count": 12981, "friends_count": 2298, "listed_count": 29, "created_at": "Sat Apr 04 08:27:30 +0000 2009", - "favourites_count": 588361, + "favourites_count": 588408, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 219255, + "statuses_count": 219271, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -916,8 +916,8 @@ "place": null, "contributors": null, "is_quote_status": false, - "retweet_count": 957, - "favorite_count": 2759, + "retweet_count": 958, + "favorite_count": 2758, "favorited": false, "retweeted": false, "lang": "en" @@ -1175,7 +1175,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -1361,7 +1361,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -1547,7 +1547,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -1579,7 +1579,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 122, - "favorite_count": 2246, + "favorite_count": 2247, "favorited": false, "retweeted": false, "lang": "en" @@ -1921,7 +1921,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -2107,7 +2107,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -2199,7 +2199,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -2283,7 +2283,7 @@ } }, "protected": true, - "followers_count": 7390, + "followers_count": 7389, "friends_count": 2210, "listed_count": 21, "created_at": "Tue May 10 17:04:53 +0000 2016", @@ -2384,7 +2384,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -2570,7 +2570,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -2662,7 +2662,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -2754,7 +2754,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -3694,16 +3694,16 @@ } }, "protected": false, - "followers_count": 12983, + "followers_count": 12981, "friends_count": 2298, "listed_count": 29, "created_at": "Sat Apr 04 08:27:30 +0000 2009", - "favourites_count": 588361, + "favourites_count": 588408, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 219255, + "statuses_count": 219271, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -3795,7 +3795,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -3887,7 +3887,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -3979,7 +3979,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -4071,7 +4071,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -4103,7 +4103,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 120, - "favorite_count": 2835, + "favorite_count": 2836, "favorited": false, "retweeted": false, "lang": "en" @@ -4258,7 +4258,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -4350,7 +4350,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -4382,7 +4382,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 76, - "favorite_count": 1951, + "favorite_count": 1952, "favorited": false, "retweeted": false, "lang": "en" @@ -4531,7 +4531,7 @@ } }, "protected": false, - "followers_count": 17761, + "followers_count": 17759, "friends_count": 849, "listed_count": 85, "created_at": "Mon Feb 29 01:55:05 +0000 2016", @@ -5128,7 +5128,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -5214,9 +5214,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -5255,7 +5255,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 245, - "favorite_count": 6202, + "favorite_count": 6203, "favorited": false, "retweeted": false, "lang": "en" @@ -5401,9 +5401,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -5442,7 +5442,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 387, - "favorite_count": 7558, + "favorite_count": 7559, "favorited": false, "retweeted": false, "lang": "en" @@ -5496,9 +5496,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -5537,7 +5537,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 345, - "favorite_count": 7379, + "favorite_count": 7380, "favorited": false, "retweeted": false, "lang": "en" @@ -5775,9 +5775,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -5816,7 +5816,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 877, - "favorite_count": 9236, + "favorite_count": 9237, "favorited": false, "retweeted": false, "lang": "en" @@ -5870,9 +5870,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -5911,7 +5911,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 485, - "favorite_count": 8082, + "favorite_count": 8083, "favorited": false, "retweeted": false, "lang": "en" @@ -5965,9 +5965,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -6006,7 +6006,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 1455, - "favorite_count": 14731, + "favorite_count": 14732, "favorited": false, "retweeted": false, "lang": "en" @@ -6268,7 +6268,7 @@ } }, "protected": false, - "followers_count": 17661, + "followers_count": 17657, "friends_count": 6066, "listed_count": 124, "created_at": "Sat Jan 31 10:31:52 +0000 2015", @@ -6363,9 +6363,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -6404,7 +6404,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 469, - "favorite_count": 8168, + "favorite_count": 8169, "favorited": false, "retweeted": false, "lang": "en" @@ -6458,9 +6458,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -6499,7 +6499,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 719, - "favorite_count": 9197, + "favorite_count": 9198, "favorited": false, "retweeted": false, "lang": "en" @@ -6553,9 +6553,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -6594,7 +6594,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 27800, - "favorite_count": 57058, + "favorite_count": 57062, "favorited": false, "retweeted": false, "lang": "en" @@ -6648,9 +6648,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -6689,7 +6689,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 334, - "favorite_count": 7194, + "favorite_count": 7195, "favorited": false, "retweeted": false, "lang": "en" @@ -6835,9 +6835,9 @@ } }, "protected": false, - "followers_count": 89588, + "followers_count": 89597, "friends_count": 1563, - "listed_count": 814, + "listed_count": 815, "created_at": "Sat Mar 31 13:02:00 +0000 2012", "favourites_count": 35258, "utc_offset": null, @@ -6876,7 +6876,7 @@ "contributors": null, "is_quote_status": false, "retweet_count": 2386, - "favorite_count": 13819, + "favorite_count": 13821, "favorited": false, "retweeted": false, "lang": "en" @@ -7033,7 +7033,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -7256,7 +7256,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -7446,7 +7446,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -7541,7 +7541,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -7636,7 +7636,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -7731,7 +7731,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8016,7 +8016,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8111,7 +8111,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8206,7 +8206,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8311,7 +8311,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8414,7 +8414,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8509,7 +8509,7 @@ } }, "protected": false, - "followers_count": 6107, + "followers_count": 6106, "friends_count": 3599, "listed_count": 144, "created_at": "Tue May 15 18:41:06 +0000 2012", @@ -8614,16 +8614,16 @@ } }, "protected": false, - "followers_count": 4521226, + "followers_count": 4521332, "friends_count": 5395, - "listed_count": 14643, + "listed_count": 14646, "created_at": "Fri Mar 06 03:20:20 +0000 2009", "favourites_count": 1260, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 32667, + "statuses_count": 32668, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -8720,7 +8720,7 @@ } }, "protected": false, - "followers_count": 12765631, + "followers_count": 12765585, "friends_count": 3371, "listed_count": 24438, "created_at": "Wed Apr 28 22:38:40 +0000 2010", @@ -8767,8 +8767,8 @@ "expanded": "https://twitter.com/ABC/status/1232817112139341824", "display": "twitter.com/ABC/status/123…" }, - "retweet_count": 34517, - "favorite_count": 168713, + "retweet_count": 34515, + "favorite_count": 168715, "favorited": false, "retweeted": false, "possibly_sensitive": false, @@ -8840,7 +8840,7 @@ } }, "protected": false, - "followers_count": 12765631, + "followers_count": 12765585, "friends_count": 3371, "listed_count": 24438, "created_at": "Wed Apr 28 22:38:40 +0000 2010", @@ -9065,16 +9065,16 @@ } }, "protected": false, - "followers_count": 16780432, + "followers_count": 16780632, "friends_count": 507, - "listed_count": 63103, + "listed_count": 63100, "created_at": "Sat Apr 04 12:40:32 +0000 2009", "favourites_count": 23, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 357302, + "statuses_count": 357310, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -9112,8 +9112,8 @@ "possibly_sensitive": false, "lang": "en" }, - "retweet_count": 34517, - "favorite_count": 168713, + "retweet_count": 34515, + "favorite_count": 168715, "favorited": false, "retweeted": false, "possibly_sensitive": false, @@ -9297,16 +9297,16 @@ } }, "protected": false, - "followers_count": 16780432, + "followers_count": 16780632, "friends_count": 507, - "listed_count": 63103, + "listed_count": 63100, "created_at": "Sat Apr 04 12:40:32 +0000 2009", "favourites_count": 23, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 357302, + "statuses_count": 357310, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -9543,7 +9543,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -9583,8 +9583,8 @@ "place": null, "contributors": null, "is_quote_status": false, - "retweet_count": 8189, - "favorite_count": 25921, + "retweet_count": 8188, + "favorite_count": 25920, "favorited": false, "retweeted": true, "possibly_sensitive": false, @@ -9661,15 +9661,15 @@ }, "protected": false, "followers_count": 1718, - "friends_count": 451, + "friends_count": 452, "listed_count": 10, "created_at": "Wed Oct 31 20:38:12 +0000 2007", - "favourites_count": 119777, + "favourites_count": 119789, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49143, + "statuses_count": 49147, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10035,15 +10035,15 @@ }, "protected": false, "followers_count": 1718, - "friends_count": 451, + "friends_count": 452, "listed_count": 10, "created_at": "Wed Oct 31 20:38:12 +0000 2007", - "favourites_count": 119777, + "favourites_count": 119789, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49143, + "statuses_count": 49147, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10131,7 +10131,7 @@ "friends_count": 429, "listed_count": 89, "created_at": "Fri Mar 09 19:40:20 +0000 2007", - "favourites_count": 117307, + "favourites_count": 117306, "utc_offset": null, "time_zone": null, "geo_enabled": true, @@ -10223,15 +10223,15 @@ }, "protected": false, "followers_count": 1718, - "friends_count": 451, + "friends_count": 452, "listed_count": 10, "created_at": "Wed Oct 31 20:38:12 +0000 2007", - "favourites_count": 119777, + "favourites_count": 119789, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49143, + "statuses_count": 49147, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10483,7 +10483,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10575,7 +10575,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10667,7 +10667,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10759,7 +10759,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10851,7 +10851,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -10943,7 +10943,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11035,7 +11035,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11127,7 +11127,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11219,7 +11219,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11311,7 +11311,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11491,7 +11491,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11584,7 +11584,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11676,7 +11676,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11768,7 +11768,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11860,7 +11860,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -11952,7 +11952,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12044,7 +12044,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12136,7 +12136,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12228,7 +12228,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12320,7 +12320,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12412,7 +12412,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12504,7 +12504,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12596,7 +12596,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -12776,8 +12776,8 @@ } }, "protected": false, - "followers_count": 1234, - "friends_count": 2085, + "followers_count": 1232, + "friends_count": 2087, "listed_count": 7, "created_at": "Fri May 27 10:47:25 +0000 2016", "favourites_count": 52114, @@ -14168,8 +14168,8 @@ } }, "protected": false, - "followers_count": 1234, - "friends_count": 2085, + "followers_count": 1232, + "friends_count": 2087, "listed_count": 7, "created_at": "Fri May 27 10:47:25 +0000 2016", "favourites_count": 52114, @@ -14361,16 +14361,16 @@ } }, "protected": false, - "followers_count": 9982, + "followers_count": 9981, "friends_count": 1494, "listed_count": 116, "created_at": "Mon Apr 02 03:03:28 +0000 2012", - "favourites_count": 155938, + "favourites_count": 155947, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 237291, + "statuses_count": 237298, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -14537,8 +14537,8 @@ } }, "protected": false, - "followers_count": 1234, - "friends_count": 2085, + "followers_count": 1232, + "friends_count": 2087, "listed_count": 7, "created_at": "Fri May 27 10:47:25 +0000 2016", "favourites_count": 52114, @@ -14728,12 +14728,12 @@ "friends_count": 361, "listed_count": 1, "created_at": "Thu Feb 20 22:46:12 +0000 2020", - "favourites_count": 40291, + "favourites_count": 40298, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 8339, + "statuses_count": 8345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15093,7 +15093,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15185,7 +15185,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15277,7 +15277,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15369,7 +15369,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15455,16 +15455,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15495,8 +15495,8 @@ "place": null, "contributors": null, "is_quote_status": false, - "retweet_count": 53631, - "favorite_count": 192374, + "retweet_count": 53627, + "favorite_count": 192375, "favorited": false, "retweeted": false, "lang": "en" @@ -15541,12 +15541,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15638,7 +15638,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15753,16 +15753,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15855,7 +15855,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -15970,16 +15970,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16072,7 +16072,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16164,7 +16164,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16250,16 +16250,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16336,12 +16336,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16433,7 +16433,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16525,7 +16525,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16627,7 +16627,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16772,16 +16772,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16874,7 +16874,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -16966,7 +16966,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17058,7 +17058,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17150,7 +17150,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17242,7 +17242,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17319,12 +17319,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17416,7 +17416,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17508,7 +17508,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17600,7 +17600,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17715,16 +17715,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17813,12 +17813,12 @@ "friends_count": 1377, "listed_count": 7, "created_at": "Mon Mar 04 06:28:54 +0000 2019", - "favourites_count": 107464, + "favourites_count": 107500, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 25620, + "statuses_count": 25628, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -17909,7 +17909,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18001,7 +18001,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18078,12 +18078,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18175,7 +18175,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18252,12 +18252,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18349,7 +18349,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18441,7 +18441,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18518,12 +18518,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18615,7 +18615,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18707,7 +18707,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18799,7 +18799,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18891,7 +18891,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -18983,7 +18983,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19075,7 +19075,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19167,7 +19167,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19259,7 +19259,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19351,7 +19351,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19447,16 +19447,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19549,7 +19549,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19641,7 +19641,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19733,7 +19733,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19825,7 +19825,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19917,7 +19917,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -19994,12 +19994,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20091,7 +20091,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20183,7 +20183,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20275,7 +20275,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20367,7 +20367,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20482,16 +20482,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20584,7 +20584,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20661,12 +20661,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20743,12 +20743,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20863,16 +20863,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -20950,12 +20950,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21032,12 +21032,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21114,12 +21114,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21205,16 +21205,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21291,12 +21291,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21388,7 +21388,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21480,7 +21480,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21576,16 +21576,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21760,16 +21760,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21869,7 +21869,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -21961,7 +21961,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22076,16 +22076,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22201,16 +22201,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22346,16 +22346,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22448,7 +22448,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22525,12 +22525,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22622,7 +22622,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22714,7 +22714,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22806,7 +22806,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22894,12 +22894,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -22991,7 +22991,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23083,7 +23083,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23175,7 +23175,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23267,7 +23267,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23344,12 +23344,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23441,7 +23441,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23518,12 +23518,12 @@ "friends_count": 956, "listed_count": 40, "created_at": "Sat Sep 06 21:21:59 +0000 2014", - "favourites_count": 54018, + "favourites_count": 54022, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 49443, + "statuses_count": 49446, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23635,16 +23635,16 @@ } }, "protected": false, - "followers_count": 12139, - "friends_count": 4161, + "followers_count": 12137, + "friends_count": 4160, "listed_count": 58, "created_at": "Wed Feb 28 12:04:24 +0000 2018", - "favourites_count": 18431, + "favourites_count": 18436, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11595, + "statuses_count": 11597, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23736,7 +23736,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -23910,16 +23910,16 @@ } }, "protected": false, - "followers_count": 17894, + "followers_count": 17892, "friends_count": 1026, "listed_count": 82, "created_at": "Wed May 07 10:04:53 +0000 2014", - "favourites_count": 14111, + "favourites_count": 14117, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": true, - "statuses_count": 7343, + "statuses_count": 7345, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24012,7 +24012,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24104,7 +24104,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24196,7 +24196,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24288,7 +24288,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24380,7 +24380,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24472,7 +24472,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24564,7 +24564,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24656,7 +24656,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24748,7 +24748,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24840,7 +24840,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -24932,7 +24932,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -25024,7 +25024,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -25116,7 +25116,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -25208,7 +25208,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -25300,7 +25300,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 26874, + "statuses_count": 26875, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -25940,16 +25940,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26041,16 +26041,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26134,16 +26134,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26217,16 +26217,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26299,16 +26299,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26381,16 +26381,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26463,16 +26463,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26545,16 +26545,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26627,16 +26627,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26709,16 +26709,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26791,16 +26791,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26873,16 +26873,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -26955,16 +26955,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27037,16 +27037,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27119,16 +27119,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27201,16 +27201,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27283,16 +27283,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27365,16 +27365,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27447,16 +27447,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27529,16 +27529,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27689,16 +27689,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27850,16 +27850,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -27943,16 +27943,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28026,16 +28026,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28196,16 +28196,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28279,16 +28279,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28361,16 +28361,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28521,16 +28521,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28604,16 +28604,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28696,16 +28696,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28779,16 +28779,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28861,16 +28861,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -28943,16 +28943,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29103,16 +29103,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29186,16 +29186,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29268,16 +29268,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29428,16 +29428,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29511,16 +29511,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29593,16 +29593,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29675,16 +29675,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29757,16 +29757,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29839,16 +29839,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -29940,16 +29940,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30023,16 +30023,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30115,16 +30115,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30198,16 +30198,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30280,16 +30280,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30372,16 +30372,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30455,16 +30455,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30537,16 +30537,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30619,16 +30619,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30701,16 +30701,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30783,16 +30783,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30865,16 +30865,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -30947,16 +30947,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -31039,16 +31039,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -31122,16 +31122,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -31204,16 +31204,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -31286,16 +31286,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -31368,16 +31368,16 @@ } }, "protected": false, - "followers_count": 3329, + "followers_count": 3327, "friends_count": 879, "listed_count": 8, "created_at": "Sat Jun 03 21:12:48 +0000 2017", - "favourites_count": 187057, + "favourites_count": 187114, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 125189, + "statuses_count": 125213, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -31463,7 +31463,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -31558,7 +31558,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -31653,7 +31653,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -31748,7 +31748,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -31843,7 +31843,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -31938,7 +31938,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32033,7 +32033,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32128,7 +32128,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32223,7 +32223,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32318,7 +32318,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32413,7 +32413,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32508,7 +32508,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32603,7 +32603,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32698,7 +32698,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32793,7 +32793,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -32888,7 +32888,7 @@ } }, "protected": false, - "followers_count": 20140, + "followers_count": 20141, "friends_count": 2241, "listed_count": 217, "created_at": "Fri May 01 11:29:22 +0000 2015", @@ -33626,7 +33626,7 @@ "friends_count": 262, "listed_count": 3, "created_at": "Sat Feb 16 14:33:43 +0000 2008", - "favourites_count": 127423, + "favourites_count": 127425, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -33717,16 +33717,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -33812,16 +33812,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -34088,16 +34088,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -34184,7 +34184,7 @@ "friends_count": 262, "listed_count": 3, "created_at": "Sat Feb 16 14:33:43 +0000 2008", - "favourites_count": 127423, + "favourites_count": 127425, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -34276,16 +34276,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -34369,7 +34369,7 @@ "friends_count": 262, "listed_count": 3, "created_at": "Sat Feb 16 14:33:43 +0000 2008", - "favourites_count": 127423, + "favourites_count": 127425, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -34471,16 +34471,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -34566,16 +34566,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -34754,7 +34754,7 @@ "friends_count": 262, "listed_count": 3, "created_at": "Sat Feb 16 14:33:43 +0000 2008", - "favourites_count": 127423, + "favourites_count": 127425, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -34845,16 +34845,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -34940,16 +34940,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -35035,16 +35035,16 @@ } }, "protected": false, - "followers_count": 4863, - "friends_count": 3753, + "followers_count": 4862, + "friends_count": 3752, "listed_count": 71, "created_at": "Tue Jun 24 12:27:07 +0000 2008", - "favourites_count": 61423, + "favourites_count": 61441, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 45938, + "statuses_count": 45940, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -35141,7 +35141,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -35247,7 +35247,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -35353,7 +35353,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -35459,7 +35459,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -35565,7 +35565,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -35757,7 +35757,7 @@ "friends_count": 1214, "listed_count": 2, "created_at": "Fri Jan 26 12:17:54 +0000 2018", - "favourites_count": 165101, + "favourites_count": 165116, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -36170,7 +36170,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -36459,7 +36459,7 @@ } }, "protected": false, - "followers_count": 24036, + "followers_count": 24037, "friends_count": 682, "listed_count": 60, "created_at": "Sat Jul 14 17:15:11 +0000 2018", @@ -36646,7 +36646,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -36741,7 +36741,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -36836,7 +36836,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -37081,12 +37081,12 @@ "friends_count": 653, "listed_count": 2, "created_at": "Wed Mar 06 06:22:54 +0000 2019", - "favourites_count": 8857, + "favourites_count": 8864, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 8214, + "statuses_count": 8215, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -37693,7 +37693,7 @@ "friends_count": 3392, "listed_count": 18, "created_at": "Thu Dec 05 03:47:27 +0000 2013", - "favourites_count": 176997, + "favourites_count": 177017, "utc_offset": null, "time_zone": null, "geo_enabled": true, @@ -37872,7 +37872,7 @@ "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 11342, + "statuses_count": 11343, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -38050,7 +38050,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -38223,7 +38223,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -38319,7 +38319,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -38455,7 +38455,7 @@ } }, "protected": false, - "followers_count": 7794, + "followers_count": 7791, "friends_count": 8288, "listed_count": 17, "created_at": "Sat Aug 31 18:50:05 +0000 2019", @@ -38557,7 +38557,7 @@ "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 11342, + "statuses_count": 11343, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -39373,7 +39373,7 @@ } }, "protected": false, - "followers_count": 40205, + "followers_count": 40203, "friends_count": 2054, "listed_count": 405, "created_at": "Thu Jan 30 15:07:37 +0000 2014", @@ -39566,7 +39566,7 @@ "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 19917, + "statuses_count": 19921, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -43414,7 +43414,7 @@ "friends_count": 1944, "listed_count": 2, "created_at": "Mon Jul 08 03:55:38 +0000 2013", - "favourites_count": 132343, + "favourites_count": 132342, "utc_offset": null, "time_zone": null, "geo_enabled": false, @@ -43833,16 +43833,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -43938,16 +43938,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44043,16 +44043,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44148,16 +44148,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44253,16 +44253,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44358,16 +44358,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44463,16 +44463,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44568,16 +44568,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44673,16 +44673,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44778,16 +44778,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44883,16 +44883,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -44988,16 +44988,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45093,16 +45093,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45198,16 +45198,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45303,16 +45303,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45408,16 +45408,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45513,16 +45513,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45618,16 +45618,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45723,16 +45723,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45828,16 +45828,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -45933,16 +45933,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46038,16 +46038,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46143,16 +46143,16 @@ } }, "protected": false, - "followers_count": 3915, + "followers_count": 3914, "friends_count": 3338, "listed_count": 45, "created_at": "Tue Apr 13 02:30:15 +0000 2010", - "favourites_count": 198401, + "favourites_count": 198425, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 145235, + "statuses_count": 145246, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46238,16 +46238,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46333,16 +46333,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46428,16 +46428,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46601,16 +46601,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46697,16 +46697,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46870,16 +46870,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -46966,16 +46966,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47149,16 +47149,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47245,16 +47245,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47340,16 +47340,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47513,16 +47513,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47609,16 +47609,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47704,16 +47704,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47809,16 +47809,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -47983,16 +47983,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48167,16 +48167,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48273,16 +48273,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48449,12 +48449,12 @@ "friends_count": 1441, "listed_count": 6, "created_at": "Fri Feb 10 04:01:07 +0000 2012", - "favourites_count": 78930, + "favourites_count": 78989, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11285, + "statuses_count": 11293, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48548,16 +48548,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48643,16 +48643,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48738,16 +48738,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -48911,16 +48911,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -49085,16 +49085,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -49259,16 +49259,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -49433,16 +49433,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -49529,16 +49529,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -49702,16 +49702,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -49876,16 +49876,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50050,16 +50050,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50146,16 +50146,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50241,16 +50241,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50336,16 +50336,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50509,16 +50509,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50683,16 +50683,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50857,16 +50857,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -50953,16 +50953,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -51126,16 +51126,16 @@ } }, "protected": false, - "followers_count": 6833, + "followers_count": 6836, "friends_count": 2113, "listed_count": 48, "created_at": "Fri Nov 11 18:18:36 +0000 2011", - "favourites_count": 215752, + "favourites_count": 215756, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 159412, + "statuses_count": 159410, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -51302,12 +51302,12 @@ "friends_count": 1441, "listed_count": 6, "created_at": "Fri Feb 10 04:01:07 +0000 2012", - "favourites_count": 78930, + "favourites_count": 78989, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 11285, + "statuses_count": 11293, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -51402,16 +51402,16 @@ } }, "protected": false, - "followers_count": 845, + "followers_count": 843, "friends_count": 564, "listed_count": 4, "created_at": "Fri Sep 27 03:43:00 +0000 2019", - "favourites_count": 40146, + "favourites_count": 40154, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 28406, + "statuses_count": 28411, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -51611,16 +51611,16 @@ } }, "protected": false, - "followers_count": 845, + "followers_count": 843, "friends_count": 564, "listed_count": 4, "created_at": "Fri Sep 27 03:43:00 +0000 2019", - "favourites_count": 40146, + "favourites_count": 40154, "utc_offset": null, "time_zone": null, "geo_enabled": true, "verified": false, - "statuses_count": 28406, + "statuses_count": 28411, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -51708,12 +51708,12 @@ "friends_count": 263, "listed_count": 5, "created_at": "Tue Jul 02 22:21:22 +0000 2013", - "favourites_count": 46484, + "favourites_count": 46502, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 21710, + "statuses_count": 21716, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -51801,12 +51801,12 @@ "friends_count": 263, "listed_count": 5, "created_at": "Tue Jul 02 22:21:22 +0000 2013", - "favourites_count": 46484, + "favourites_count": 46502, "utc_offset": null, "time_zone": null, "geo_enabled": false, "verified": false, - "statuses_count": 21710, + "statuses_count": 21716, "lang": null, "contributors_enabled": false, "is_translator": false, @@ -52467,7 +52467,7 @@ "friends_count": 693, "listed_count": 7, "created_at": "Wed Aug 10 13:11:59 +0000 2011", - "favourites_count": 28096, + "favourites_count": 28098, "utc_offset": null, "time_zone": null, "geo_enabled": true,